Skip to content

Commit 09ca3b0

Browse files
authored
Merge pull request #228 from thevibeworks/release/v0.10.0
chore: release v0.10.0
2 parents 502e1a8 + 85f0108 commit 09ca3b0

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to deva.sh will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

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.9.2"
16+
VERSION="0.10.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)