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
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename

## [Unreleased]

## [0.3.12] - 2026-09-01

### TUI

- `/connect` opens Add Provider from any layout.
Expand All @@ -29,8 +31,8 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename

### Changed

- Cancelling a `task` or `wait_agents` worker reports wait status `interrupted`,
not `failed`.
- Cancelling a spawned worker or `wait_agents` reports wait status
`interrupted`, not `failed`.
- Inference no longer fails over to a backup provider. A selected-provider
failure stays on that provider; switch with `/model`.

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.11",
"version": "0.3.12",
"description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
Loading