You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
-`docs/tmux-bridge-agent-comms.md` explaining the two-layer bridge composition, read-before-act guard, and socket detection order
15
15
- CI smoke test exercising the full `tmux-bridge` CLI surface (list/name/resolve/read/type/read-guard) against an ephemeral tmux server inside the built image
16
16
17
+
### Fixed
18
+
- deva no longer adds a redundant project-local `.claude` child bind mount on top of the workspace mount
19
+
- startup now rejects recursive child bind mounts that simply rebind a subtree already covered by a parent bind mount
20
+
- shared agent tooling installs now switch out of inaccessible working directories before pinned atlas go-install fallback
21
+
-`claude-trace` installs are now pinned instead of silently following the latest npm publish
22
+
- atlas-cli installs now honor `ATLAS_CLI_VERSION` exactly instead of drifting to upstream `latest`
23
+
24
+
### Changed
25
+
- default Makefile builds now use pinned tool versions; `versions-up` remains the explicit upgrade path
26
+
- Rust image rebuild paths now forward the selected agent CLI versions instead of silently reinstalling Dockerfile defaults
27
+
-`versions` and `versions-up` now treat Makefile defaults as defaults instead of forcing them as fake "latest" overrides
0 commit comments