Skip to content

Commit 96409a4

Browse files
Merge pull request #978 from corbitsdev/release-0.3.24
Release corbits 0.3.24
2 parents bf79cc0 + 4f18455 commit 96409a4

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ matching `## [X.Y.Z]` section (plus install instructions). Do not maintain
1111
parallel 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

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@corbits/code",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)",
55
"private": true,
66
"license": "SEE LICENSE IN LICENSE.md",

0 commit comments

Comments
 (0)