@@ -11,6 +11,31 @@ matching `## [X.Y.Z]` section (plus install instructions). Do not maintain
1111parallel copies under ` docs/ ` or ` scripts/notes/ ` . At cut time: rename
1212` ## [Unreleased] ` to ` ## [X.Y.Z] - YYYY-MM-DD ` , then run the release script.
1313
14+ ## [ 0.3.24] - 2026-09-13
15+
16+ ### Added
17+
18+ - Queued steers and follow-ups now surface in a pending column above the
19+ prompt: pick with Up/Down, force-deliver with Enter, drop with Ctrl+X,
20+ exit with Esc, and pop back to the composer with Ctrl+G.
21+ - OpenCode Zen models are discovered live with a seed fallback, per-model
22+ protocol routing, and a picker overlay.
23+
24+ ### Changed
25+
26+ - Builder chain now mandates same-commit regression tests, docs upkeep, and
27+ criteria-mapped reporting.
28+ - Prompt size budgets are now per-director per-family, and the gaasbot
29+ ceiling is raised (chars 54800, bytes 56000).
30+
31+ ### Fixed
32+
33+ - Shell parsing serial: here-strings stay inline, heredoc terminators match
34+ exactly, arithmetic and comment openers parse correctly, and secret checks
35+ run in the right order.
36+ - First-party OpenAI reasoning models now send max_completion_tokens.
37+ - The shell secret denylist resolves symlinks before matching.
38+
1439## [ 0.3.23] - 2026-09-12
1540
1641### Added
0 commit comments