Skip to content

Commit c98113a

Browse files
lroolleclaude
andcommitted
chore: release v0.13.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 81d0278 commit c98113a

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

deva.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
1313
DEVA_DOCKER_TAG_ENV_SET=true
1414
fi
1515

16-
VERSION="0.12.0"
16+
VERSION="0.13.0"
1717
DEVA_DOCKER_IMAGE="${DEVA_DOCKER_IMAGE:-ghcr.io/thevibeworks/deva}"
1818
DEVA_DOCKER_TAG="${DEVA_DOCKER_TAG:-latest}"
1919
DEVA_CONTAINER_PREFIX="${DEVA_CONTAINER_PREFIX:-deva}"

0 commit comments

Comments
 (0)