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

## [Unreleased]

## [0.3.4] - 2026-08-26

### Telemetry

- Ambient telemetry emits one parent generation per turn with aggregated tool and
subagent counts, rolls worker usage into one terminal event per dispatch, and
makes per-call spans opt-in. Ambient events use anonymous processing,
successful generations support sampling while failures always ship, plugin
loads deduplicate, and pre-usage fallback failures avoid stale provider
attribution. A deterministic representative fleet fixture drops from 98 to 18
billable events, an 81.6% reduction.

## [0.3.3] - 2026-08-25

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