Skip to content

chore(release): cut 0.1.33 - #466

Merged
Jason Robert (jrob5756) merged 1 commit into
mainfrom
chore/release-0.1.33
Aug 19, 2026
Merged

chore(release): cut 0.1.33#466
Jason Robert (jrob5756) merged 1 commit into
mainfrom
chore/release-0.1.33

Conversation

@jrob5756

Copy link
Copy Markdown
Collaborator

Release 0.1.33

Cuts release 0.1.33 (previous tag: v0.1.32).

Commit audit

All 7 commits in v0.1.32..main were audited; every one has an explicit
disposition:

Short SHASubjectPRClassificationChangelog
3905db6feat(claude-agent-sdk): continue one Claude session via session_key#409Added + Changedalready present (3 entries)
f0849c5fix(engine): stop non-LLM steps constructing a provider#456Fixed + Changedalready present (2 entries)
02b9dfffix(providers): Claude models.list() failures inconclusive#457Fixedalready present
6ce7ee8fix(providers): classify pydantic-ai translated errors as retryable#458Fixedalready present (2 entries)
9860a71feat(fleet): resume from the TUI History screen#463Addedalready present
107f425fix(fleet): advertise per-screen enter binding in TUI footer#461Fixedadded in this PR
d39efcafix(fleet): tick no longer repaints preview/footer; RDP anim off#464Added + Fixedalready present (2 entries)

Changelog reconciliation

Two defects in the [Unreleased] section were corrected while finalizing it:

No existing entries were removed, and no changes were classified as internal —
every commit in this range is user-visible.

Release summary

  • Addedsession_key session continuity for claude-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_ANIM force-on switch.
  • Changedruntime.skill_injection.max_bytes default 128KB → 160KB;
    examples/wait-smoke.yaml timeout raised 3s → 15s.
  • Fixed — non-LLM steps no longer build a provider inside the timed loop;
    claude startup no longer fails on endpoints without models.list();
    pydantic-ai's translated ModelHTTPError/ModelAPIError are now retryable
    and retry.delay_seconds above 30s is no longer clamped; the TUI footer
    advertises enter per screen; the ~10fps tick no longer repaints the
    preview pane and footer.

Validation

All run from the release worktree at the commit in this PR:

  • make check — ruff check, ruff format --check, ty check all passed
  • make test7457 passed, 56 skipped, 14 deselected
  • make validate-examples — exit 0 (schema and examples both changed in this range)
  • git diff --check clean; diff limited to CHANGELOG.md, pyproject.toml, uv.lock
  • uv.lock regenerated with uv lock; the only change is conductor-cli 0.1.32 → 0.1.33

After merge

Merging this PR will be followed by pushing the v0.1.33 tag at the merge
commit, which triggers
.github/workflows/release.yml to build and
publish the GitHub Release with its artifacts. The release is not created
manually.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756
Jason Robert (jrob5756) merged commit 01782c4 into mainAug 19, 2026
13 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jrob5756