Skip to content

Commit 52fa110

Browse files
authored
Merge pull request #157 from thevibeworks/release/v0.9.0
chore: release v0.9.0
2 parents 041481a + 5fbc737 commit 52fa110

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.8.0"
16+
VERSION="0.9.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)