File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.7.0] - 2025-09-18 🔄 ** BREAKING: MAJOR REBRAND & REFACTOR**
10+ ## [ 0.9.0] - 2026-01-08
11+
12+ ### Added
13+ - ** tmux bridge** : Connect container tmux client to host tmux server via TCP bridge
14+ - ` deva-bridge-tmux-host ` (host-side) and ` deva-bridge-tmux ` (container-side)
15+ - Build tmux 3.6a from source with SHA256 verification
16+ - Documented as privileged host bridge in AGENTS.md
17+ - ** Gemini agent support** : Add ` agents/gemini.sh ` for Google Gemini CLI
18+ - ** Docker-in-Docker auto-mount** : ` /var/run/docker.sock ` auto-mounted with ` --no-docker ` opt-out
19+ - ** Version management** : ` scripts/version-upgrade.sh ` and ` scripts/release-utils.sh `
20+ - ** Build resilience** : Use ` gh api ` instead of ` curl ` to avoid GitHub rate limits
21+
22+ ### Fixed
23+ - docker-entrypoint.sh: usermod error handling for mounted volumes (no longer fatal under set -e)
24+ - Dockerfile: explicit chmod 755 for script permissions (fixes execute-only bug)
25+
26+ ### Changed
27+ - Environment variables for tmux bridge use ` DEVA_BRIDGE_* ` prefix
28+
29+ ## [ 0.7.0] - 2025-09-18 - ** BREAKING: MAJOR REBRAND & REFACTOR**
1130
1231** Claude Code YOLO → deva.sh Multi-Agent Wrapper**
1332
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.8 .0"
16+ VERSION=" 0.9 .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