Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename

## [Unreleased]

## [0.3.13] - 2026-09-01

### Changed

- Implementation-worker guidance requires repository-defined typechecks, relevant
tests, and every defined full verification command, with exact outcomes and exit
statuses reported. Skywalker guidance requires Critic review after delegated
Builder work and Greybeard review when architecture is in play.
- Sub-agent guidance describes completion in terms of the dispatch done-definition
rather than a fixed inference-turn budget.

### Fixed

- Empty chat turns settle with a valid empty reply instead of ending in a fatal
reactor error, while preserving checkpoint actions.
- Terminal provider failures show a sanitized category and upstream diagnostic in
TUI and headless runs without duplicate or stale notices. Sub-agent failures
return a sanitized category and recovery guidance without exposing upstream
diagnostics.
- OpenCode Go normalizes null response-delta `role` and `tool_calls` fields before
strict OpenAI parsing; malformed non-null values remain rejected.

## [0.3.12] - 2026-09-01

### TUI
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corbits/code",
"version": "0.3.12",
"version": "0.3.13",
"description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
Loading