Skip to content

Commit ed14380

Browse files
Merge pull request #695 from corbitsdev/release-0.3.4
Release corbits 0.3.4
2 parents d3663a3 + 9332c79 commit ed14380

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
1313

1414
## [Unreleased]
1515

16+
## [0.3.4] - 2026-08-26
17+
18+
### Telemetry
19+
20+
- Ambient telemetry emits one parent generation per turn with aggregated tool and
21+
subagent counts, rolls worker usage into one terminal event per dispatch, and
22+
makes per-call spans opt-in. Ambient events use anonymous processing,
23+
successful generations support sampling while failures always ship, plugin
24+
loads deduplicate, and pre-usage fallback failures avoid stale provider
25+
attribution. A deterministic representative fleet fixture drops from 98 to 18
26+
billable events, an 81.6% reduction.
27+
1628
## [0.3.3] - 2026-08-25
1729

1830
### TUI

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.3",
3+
"version": "0.3.4",
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)