Uh oh!
There was an error while loading. Please reload this page.
chore(release): cut 0.1.33 - #466
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 0.1.33
Cuts release 0.1.33 (previous tag:
v0.1.32).Commit audit
All 7 commits in
v0.1.32..mainwere audited; every one has an explicitdisposition:
3905db6feat(claude-agent-sdk): continue one Claude session viasession_keyf0849c5fix(engine): stop non-LLM steps constructing a provider02b9dfffix(providers): Claudemodels.list()failures inconclusive6ce7ee8fix(providers): classify pydantic-ai translated errors as retryable9860a71feat(fleet): resume from the TUI History screen107f425fix(fleet): advertise per-screenenterbinding in TUI footerd39efcafix(fleet): tick no longer repaints preview/footer; RDP anim offChangelog reconciliation
Two defects in the
[Unreleased]section were corrected while finalizing it:enterin the footer on every drill-down screen #459) — the per-screenenterbinding is now advertised in the Fleet Manager TUI footer. This was the only
user-visible change in the range with no changelog coverage.
### Fixedheadings.fix(engine): stop non-LLM steps constructing a provider for a context window #456 opened aFixedsectionand fix(providers): classify pydantic-ai translated errors as retryable #458 opened a second one below it, so the release section carried the
heading twice. All entries are now under a single
Added/Changed/Fixedset, in Keep a Changelog order.No existing entries were removed, and no changes were classified as internal —
every commit in this range is user-visible.
Release summary
session_keysession continuity forclaude-agent-sdk;checkpoints persist every provider's session map; Fleet Manager TUI History
Resume; automatic animation-off on RDP sessions with a new
CONDUCTOR_FLEET_ANIMforce-on switch.runtime.skill_injection.max_bytesdefault 128KB → 160KB;examples/wait-smoke.yamltimeout raised 3s → 15s.claudestartup no longer fails on endpoints withoutmodels.list();pydantic-ai's translated
ModelHTTPError/ModelAPIErrorare now retryableand
retry.delay_secondsabove 30s is no longer clamped; the TUI footeradvertises
enterper screen; the ~10fps tick no longer repaints thepreview pane and footer.
Validation
All run from the release worktree at the commit in this PR:
make check— ruff check, ruff format --check,ty checkall passedmake test— 7457 passed, 56 skipped, 14 deselectedmake validate-examples— exit 0 (schema and examples both changed in this range)git diff --checkclean; diff limited toCHANGELOG.md,pyproject.toml,uv.lockuv.lockregenerated withuv lock; the only change isconductor-cli0.1.32 → 0.1.33After merge
Merging this PR will be followed by pushing the
v0.1.33tag at the mergecommit, which triggers
.github/workflows/release.ymlto build andpublish the GitHub Release with its artifacts. The release is not created
manually.