File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to deva.sh will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.10.0] - 2026-03-24
9+
10+ ### Added
11+ - Claude ` --chrome ` integration: auto-mount host Chrome profile Extensions and bridge socket into container
12+ - ` DEVA_CHROME_PROFILE_PATH ` , ` DEVA_CHROME_USER_DATA_DIR ` , ` DEVA_HOST_CHROME_BRIDGE_DIR ` config knobs
13+ - ` build-core ` and ` build-rust-image ` Makefile targets for faster incremental builds
14+ - ` scripts/install-agent-tooling.sh ` shared agent install script for base and rust images
15+ - Custom images guide (` docs/custom-images.md ` )
16+ - CI smoke tests for Chrome mount assembly and entrypoint bridge symlink
17+
18+ ### Fixed
19+ - Bridge dir resolution now matches Node.js ` os.tmpdir() ` order (macOS ` /var/folders/ ` before ` /tmp ` )
20+ - ` image_ref() ` in installer and deva.sh now handles full image refs with embedded tags and digests
21+ - Removed dead entrypoint fallback env vars (` DEVA_CHROME_HOST_SOCKET_PATH ` , ` DEVA_CHROME_HOST_TMPDIR ` )
22+
23+ ### Changed
24+ - Dockerfile split into ` agent-base ` (stable) + ` final ` (volatile) stages for better layer caching
25+ - ` Dockerfile.rust ` now inherits ` agent-base ` and runs its own agent install, making it self-contained
26+ - Default tool versions pinned in Dockerfiles and Makefile
27+
828## [ 0.9.2] - 2026-03-11
929
1030### Added
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ -n "${DEVA_DOCKER_TAG+x}" ]; then
1313 DEVA_DOCKER_TAG_ENV_SET=true
1414fi
1515
16- VERSION=" 0.9.2 "
16+ VERSION=" 0.10.0 "
1717DEVA_DOCKER_IMAGE=" ${DEVA_DOCKER_IMAGE:- ghcr.io/ thevibeworks/ deva} "
1818DEVA_DOCKER_TAG=" ${DEVA_DOCKER_TAG:- latest} "
1919DEVA_CONTAINER_PREFIX=" ${DEVA_CONTAINER_PREFIX:- deva} "
You can’t perform that action at this time.
0 commit comments