chore(release): cut 0.1.20#272
Merged
Merged
Conversation
Bump version 0.1.19 -> 0.1.20 and finalize the changelog. Changelog (0.1.20): - Added: Hermes provider (#235), cost budget enforcement (#212), external-workflow-friction knobs — output_mode / max_parse_recovery_attempts / gate-respond CLI / Windows paths (#234), templated reasoning.effort & context_tier (#263), scoped applyTo instruction loading (#238). - Fixed: Copilot model attribution for auto-routed runs (#268), claude-agent-sdk default tool preset when tools: omitted (#269). Re-locked uv.lock to record 0.1.20. Quality gates green locally (ruff, ty, pytest excl. real_api/performance: 3673 passed). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 free
to 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 prep for v0.1.20
Bumps the version and finalizes the changelog for the 0.1.20 release. After this merges, the maintainer tags the merge commit
v0.1.20to triggerrelease.yml.Changes
pyproject.toml:version = "0.1.20"uv.lock: re-locked (version-only diff)CHANGELOG.md:[Unreleased]→[0.1.20](dated 2026-06-26) + fresh empty[Unreleased]Changelog completed
The
[Unreleased]section only documented Hermes (#235); this PR adds the other six user-facing PRs merged since v0.1.19:Added
runtime.budget_usd+budget_mode: audit|enforce(feat: add cost budget enforcement with audit/enforce modes #212)output_mode,retry.max_parse_recovery_attempts,conductor gate-respond, Windows paths (feat: external-workflow-friction EPICs 1-4 (output_mode, max_parse_recovery_attempts, gate-respond CLI, Windows paths) #234)reasoning.effort/context_tier(feat: allow templating per-agent reasoning.effort and context_tier (#262) #263)applyToinstruction loading (feat(instructions): honor scoped applyTo via CWD-implicit overlap (#231) #238)Fixed
model: autoruns (fix(copilot): capture resolved model for auto-routed runs #268)tools:omitted (fix(claude-agent-sdk): grant default tool preset whentools:is omitted #269)(#271, internal docs, intentionally omitted — matching how 0.1.19 omitted doc-only PRs.)
Quality gates (local)
make check— ruff lint + format clean;tyclean (one pre-existingdialog_evaluator.pywarning, unrelated)uv run pytest -m "not real_api and not performance"— 3673 passed, 17 skippedconductor --version→Conductor v0.1.20