@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.13.0] - 2026-07-07
11+
1012### Changed
1113- Replace claude-trace (@mariozechner/claude-trace ) with cctrace
1214 (thevibeworks/cctrace) as the ` --trace ` backend. cctrace is a
@@ -23,6 +25,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2325 at image build into a standalone binary at
2426 ` ~/.local/bin/cctrace ` (no bun needed at runtime)
2527
28+ ### Added
29+ - Docker build DNS preflight checks and tunable build args
30+ - ` deva.sh sessions ` / ` deva.sh insight ` / raw ` ccx ` passthrough
31+ commands routed through deva.sh
32+ - Container context generated dynamically into ` .claude/CLAUDE.md `
33+ and ` AGENTS.md ` (replaces the stale checked-in copy)
34+
35+ ### Fixed
36+ - Statusline data dir no longer hard-coded into containers;
37+ state defaults to ` ~/.claude/statusline ` , ending split-brain
38+ quota caches between host and container (#388 )
39+ - ` CCX_VERSION ` build-arg was never passed to image builds (dead
40+ ` ATLAS_CLI_VERSION ` wiring); released images silently pinned ccx
41+ from Dockerfile ARG defaults instead of versions.env
42+ - ` --debug ` output no longer crashes on empty ` USER_VOLUMES `
43+ under ` set -u ` on bash < 4.4 (#397 )
44+ - Stale ` lroolle/ccx ` mocks in the version-upgrade test that
45+ failed CI at HEAD since the ccx migration
46+
47+ ### Docs
48+ - Request Tracing section for ` --trace ` /cctrace in advanced-usage
49+ - Codex ` --browser-mcp ` clarifications: runs an isolated
50+ in-container Chromium; the desktop Chrome plugin is host-only
51+ and cannot be mounted into the container (#397 )
52+
2653## [ 0.12.0] - 2026-05-27
2754
2855### Added
0 commit comments