Skip to content

Releases: thevibeworks/deva

Release v0.9.2

12 Mar 07:22
9afd7dc

Choose a tag to compare

Changes since v0.9.1

  • Merge pull request #214 from thevibeworks/fix/installer-smoke (9afd7dc)
  • fix(ci): pass resolved versions into smoke image build (99f5050)
  • fix(ci): stop installer smoke depending on registry auth (78ba92b)
  • Merge pull request #213 from thevibeworks/deva/chore (3f81942)
  • ci: add smoke coverage and clean deva branding (73c890b)
  • Merge pull request #212 from thevibeworks/deva/chore (f8f8591)
  • ci: wire GitHub Pages and nightly image builds (ad546ea)
  • docs: add MkDocs documentation site with GitHub Pages deployment (a69ce81)
  • chore: release v0.9.2 (33bedb9)
  • refactor(auth): replace credential backup with overlay isolation (93af788)
  • feat: add -Q bare mode and credential backup system (ac74d82)
  • fix(docker): improve build robustness and suppress locale warnings (682b21a)
  • Merge pull request #158 from thevibeworks/release/v0.9.0 (dc9d3a6)
  • fix: address PR review comments (e4cadb8)
  • Merge pull request #157 from thevibeworks/release/v0.9.0 (52fa110)

Docker Images

Base Profile (Python, Node, Go):

  • ghcr.io/thevibeworks/deva:v0.9.2
  • ghcr.io/thevibeworks/deva:latest

Rust Profile (includes Rust toolchain):

  • ghcr.io/thevibeworks/deva:v0.9.2-rust
  • ghcr.io/thevibeworks/deva:rust

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

Full Changelog: v0.9.1...v0.9.2

Release v0.9.1

09 Jan 14:27

Choose a tag to compare

v0.9.1 - Patch Release

Critical Fix

  • Container startup failure: Fixed "Permission denied" error introduced in v0.9.0
    • UID/GID remapping broken by optimization attempt (commit 5807889)
    • Implemented explicit whitelist approach for container directories
    • Affects all users who built images after 2025-12-29

Infrastructure Updates

  • GitHub releases now publish as thevibeworks/deva (was ccyolo)
  • Rust profile build uses version-specific base tag
  • All workflows updated to use deva.sh instead of deprecated claude.sh

Documentation

  • Comprehensive UID/GID handling research (26KB)
  • Industry patterns analysis (VS Code, Jupyter, fixuid, etc.)

Docker Images

Base Profile (Python, Node, Go):

  • ghcr.io/thevibeworks/deva:v0.9.1
  • ghcr.io/thevibeworks/deva:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

Full Changelog: v0.9.0...v0.9.1

Release v0.9.0

08 Jan 10:27

Choose a tag to compare

Changes since v0.9.0

  • Update version to 0.9.0 (0b56c62)

Docker Images

  • ghcr.io/thevibeworks/ccyolo:v0.9.0
  • ghcr.io/thevibeworks/ccyolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

  • feat: clean startup message redesign and CI/CD setup by @lroolle in #12
  • fix: move shellcheck to CI workflow and enable verbose output by @lroolle in #16
  • docs: improve usage examples and emphasize claude-yolo by @lroolle in #18
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh by @lroolle in #22
  • chore(ci): improve GitHub Actions caching and workflow optimizations by @lroolle in #26
  • chore: prepare v0.2.4 release by @lroolle in #27
  • chore(ci): update workflows for stricter auth and Bedrock integration by @lroolle in #29
  • Chore/ci reduce docker image size, release 0.3.0 by @lroolle in #41
  • feat: add custom config directory and environment variable support by @lroolle in #47
  • refactor: migrate repository from lroolle to thevibeworks org by @lroolle in #49
  • feat: project-specific config files support by @lroolle in #53
  • chore: bump claude code v1.0.95, release v0.5.1 by @lroolle in #78
  • feat: add copilot auth mode by @lroolle in #97
  • chore(workflow): update claude.yml for main branch and enhanced secur… by @lroolle in #99
  • feat(core)!: rebrand to deva.sh and add Codex multi-agent support by @lroolle in #100
  • feat(cli)!: add profiles, XDG config, and multi-auth system by @lroolle in #109
  • feat(deva): persist containers and refresh container management by @lroolle in #123
  • Feat/claude statusline by @lroolle in #139
  • feat: add tmux bridge, gemini support, and build resilience by @lroolle in #145

Full Changelog: v0.2.2...v0.9.0

Release v0.6.0

16 Sep 09:17

Choose a tag to compare

Changes since v0.2.2

  • chore: bump Claude CLI to 1.0.115 and update claude.sh version to 0.6.0 (77b45c0)
  • feat: add copilot auth mode (4f7a590)
  • docs: update CHANGELOG with complete Claude Code v1.0.95 features (50fc6a6)
  • chore: release v0.5.1 (e5bd0a0)
  • feat(config): improve config validation and clarify volume mounts (b7e5650)
  • feat: improve config validation, add AGENTS.md guidelines (256162e)
  • feat(config): support ENV=${VAR} shorthand pass-through; update examples (f3b1730)
  • chore(ci): update workflow to ignore .github and remove release script (b255522)
  • feat: update to Claude Code 1.0.93 and add project config support (04f52a0)
  • feat(config): mask sensitive env vars in output (d61ca7d)
  • feat(config): add full config ref, unify model aliasing, improve env/vol parsing (b820a24)
  • feat: add OAuth token auth, unify release workflow, update docs (7473a93)
  • chore(github-actions): merge code review into main claude workflow (2220e9c)
  • chore(workflows): switch Claude workflows to OAuth token and update instructions (957f1b0)
  • feat: update for Claude Code 1.0.58, env expansion, config UX (ae307e9)
  • feat: improve config system UX and fix additional security issues (1f42121)
  • fix: address critical security and functionality issues from PR review (c7f6a98)
  • feat: add project-specific config files support (993434a)
  • refactor: migrate repository from lroolle to thevibeworks org (#49) (4549cbd)
  • docs: expand v0.4.0 changelog with detailed changes (7440457)
  • chore: release v0.4.1 (733b612)
  • refactor(scripts): expand ~ to $HOME in release command for Docker compatibility (f7d892c)
  • [refactor/envs]refactor(release): make Claude cmd configurable, update workflow (aa17de2)
  • refactor: bump Claude version to 1.0.44 and update release flow (123e0ce)
  • chore: release v0.4.0 (4e74992)
  • refactor: auth system and environment handling (1b209e4)
  • chore(Dockerfile): bump Claude Code version to 1.0.41 (abe2fe4)
  • chore(docker): optimize image size and add zsh (b76f761)
  • fix: update Claude Code to v1.0.40 and fix Vertex AI auth (878369a)
  • chore: release v0.3.0 (047c5f7)
  • chore(docker): streamline image, update npm global path, use bash (e505a9c)
  • chore(ci): add release workflow, version check, and update registry (4b0aa38)
  • chore: update version (c8683fc)
  • chore(ci): update workflows for stricter auth and Bedrock integration (48e6c0d)
  • docs: move claude-code-docs to external repo (72389a2)
  • chore: prepare v0.2.4 release (099242e)
  • chore(ci): improve workflow caching and update changelog (0d32837)
  • docs: add root user handling fix to dev log (37b2600)
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh (#22) (4caee3e)
  • chore(workflows): run Claude review once per PR and on manual trigger (64306d2)
  • Merge pull request #18 from lroolle/feat/ci-release (c4662f9)
  • feat(install): add note when falling back to Docker Hub image (4261da3)
  • Merge pull request #16 from lroolle/feat/ci-release (b00038a)
  • Merge pull request #12 from lroolle/feat/ci-release (b51c6f7)

Docker Images

  • ghcr.io/thevibeworks/ccyolo:v0.6.0
  • ghcr.io/thevibeworks/ccyolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

  • feat: clean startup message redesign and CI/CD setup by @lroolle in #12
  • fix: move shellcheck to CI workflow and enable verbose output by @lroolle in #16
  • docs: improve usage examples and emphasize claude-yolo by @lroolle in #18
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh by @lroolle in #22
  • chore(ci): improve GitHub Actions caching and workflow optimizations by @lroolle in #26
  • chore: prepare v0.2.4 release by @lroolle in #27
  • chore(ci): update workflows for stricter auth and Bedrock integration by @lroolle in #29
  • Chore/ci reduce docker image size, release 0.3.0 by @lroolle in #41
  • feat: add custom config directory and environment variable support by @lroolle in #47
  • refactor: migrate repository from lroolle to thevibeworks org by @lroolle in #49
  • feat: project-specific config files support by @lroolle in #53
  • chore: bump claude code v1.0.95, release v0.5.1 by @lroolle in #78

Full Changelog: v0.2.2...v0.6.0

Release v0.5.1

28 Aug 03:05

Choose a tag to compare

Changes since v0.5.0

Docker Images

  • ghcr.io/thevibeworks/ccyolo:v0.5.1
  • ghcr.io/thevibeworks/ccyolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

27 Aug 10:42

Choose a tag to compare

Changes since v0.2.2

  • feat(config): improve config validation and clarify volume mounts (0dba30e)
  • feat: improve config validation, add AGENTS.md guidelines (cb8bc70)
  • feat(config): support ENV=${VAR} shorthand pass-through; update examples (434745e)
  • chore(ci): update workflow to ignore .github and remove release script (6bb3e7d)
  • feat: update to Claude Code 1.0.93 and add project config support (6af87ec)
  • feat(config): mask sensitive env vars in output (3a10822)
  • feat(config): add full config ref, unify model aliasing, improve env/vol parsing (c688a59)
  • feat: add OAuth token auth, unify release workflow, update docs (e078f53)
  • chore(github-actions): merge code review into main claude workflow (30b24a4)
  • chore(workflows): switch Claude workflows to OAuth token and update instructions (b91bc83)
  • feat: update for Claude Code 1.0.58, env expansion, config UX (d44d482)
  • feat: improve config system UX and fix additional security issues (3d480ad)
  • fix: address critical security and functionality issues from PR review (358939c)
  • feat: add project-specific config files support (c2e9f95)
  • refactor: migrate repository from lroolle to thevibeworks org (#49) (4549cbd)
  • docs: expand v0.4.0 changelog with detailed changes (7440457)
  • chore: release v0.4.1 (733b612)
  • refactor(scripts): expand ~ to $HOME in release command for Docker compatibility (f7d892c)
  • [refactor/envs]refactor(release): make Claude cmd configurable, update workflow (aa17de2)
  • refactor: bump Claude version to 1.0.44 and update release flow (123e0ce)
  • chore: release v0.4.0 (4e74992)
  • refactor: auth system and environment handling (1b209e4)
  • chore(Dockerfile): bump Claude Code version to 1.0.41 (abe2fe4)
  • chore(docker): optimize image size and add zsh (b76f761)
  • fix: update Claude Code to v1.0.40 and fix Vertex AI auth (878369a)
  • chore: release v0.3.0 (047c5f7)
  • chore(docker): streamline image, update npm global path, use bash (e505a9c)
  • chore(ci): add release workflow, version check, and update registry (4b0aa38)
  • chore: update version (c8683fc)
  • chore(ci): update workflows for stricter auth and Bedrock integration (48e6c0d)
  • docs: move claude-code-docs to external repo (72389a2)
  • chore: prepare v0.2.4 release (099242e)
  • chore(ci): improve workflow caching and update changelog (0d32837)
  • docs: add root user handling fix to dev log (37b2600)
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh (#22) (4caee3e)
  • chore(workflows): run Claude review once per PR and on manual trigger (64306d2)
  • Merge pull request #18 from lroolle/feat/ci-release (c4662f9)
  • feat(install): add note when falling back to Docker Hub image (4261da3)
  • Merge pull request #16 from lroolle/feat/ci-release (b00038a)
  • Merge pull request #12 from lroolle/feat/ci-release (b51c6f7)

Docker Images

  • ghcr.io/thevibeworks/ccyolo:v0.5.0
  • ghcr.io/thevibeworks/ccyolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

  • feat: clean startup message redesign and CI/CD setup by @lroolle in #12
  • fix: move shellcheck to CI workflow and enable verbose output by @lroolle in #16
  • docs: improve usage examples and emphasize claude-yolo by @lroolle in #18
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh by @lroolle in #22
  • chore(ci): improve GitHub Actions caching and workflow optimizations by @lroolle in #26
  • chore: prepare v0.2.4 release by @lroolle in #27
  • chore(ci): update workflows for stricter auth and Bedrock integration by @lroolle in #29
  • Chore/ci reduce docker image size, release 0.3.0 by @lroolle in #41
  • feat: add custom config directory and environment variable support by @lroolle in #47
  • refactor: migrate repository from lroolle to thevibeworks org by @lroolle in #49

Full Changelog: v0.2.2...v0.5.0

Release v0.4.2

10 Jul 14:01

Choose a tag to compare

Changes since v0.2.2

  • refactor: update naming from CCYOLO to Claude Code YOLO in scripts and docs (0f224b5)
  • chore: release v0.4.2 (1df0dde)
  • refactor: migrate repository from lroolle to thevibeworks org (0d7eb0b)
  • docs: expand v0.4.0 changelog with detailed changes (7440457)
  • chore: release v0.4.1 (733b612)
  • refactor(scripts): expand ~ to $HOME in release command for Docker compatibility (f7d892c)
  • [refactor/envs]refactor(release): make Claude cmd configurable, update workflow (aa17de2)
  • refactor: bump Claude version to 1.0.44 and update release flow (123e0ce)
  • chore: release v0.4.0 (4e74992)
  • refactor: auth system and environment handling (1b209e4)
  • chore(Dockerfile): bump Claude Code version to 1.0.41 (abe2fe4)
  • chore(docker): optimize image size and add zsh (b76f761)
  • fix: update Claude Code to v1.0.40 and fix Vertex AI auth (878369a)
  • chore: release v0.3.0 (047c5f7)
  • chore(docker): streamline image, update npm global path, use bash (e505a9c)
  • chore(ci): add release workflow, version check, and update registry (4b0aa38)
  • chore: update version (c8683fc)
  • chore(ci): update workflows for stricter auth and Bedrock integration (48e6c0d)
  • docs: move claude-code-docs to external repo (72389a2)
  • chore: prepare v0.2.4 release (099242e)
  • chore(ci): improve workflow caching and update changelog (0d32837)
  • docs: add root user handling fix to dev log (37b2600)
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh (#22) (4caee3e)
  • chore(workflows): run Claude review once per PR and on manual trigger (64306d2)
  • Merge pull request #18 from lroolle/feat/ci-release (c4662f9)
  • feat(install): add note when falling back to Docker Hub image (4261da3)
  • Merge pull request #16 from lroolle/feat/ci-release (b00038a)
  • Merge pull request #12 from lroolle/feat/ci-release (b51c6f7)

Docker Images

  • ghcr.io/thevibeworks/ccyolo:v0.4.2
  • ghcr.io/thevibeworks/ccyolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

  • feat: clean startup message redesign and CI/CD setup by @lroolle in #12
  • fix: move shellcheck to CI workflow and enable verbose output by @lroolle in #16
  • docs: improve usage examples and emphasize claude-yolo by @lroolle in #18
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh by @lroolle in #22
  • chore(ci): improve GitHub Actions caching and workflow optimizations by @lroolle in #26
  • chore: prepare v0.2.4 release by @lroolle in #27
  • chore(ci): update workflows for stricter auth and Bedrock integration by @lroolle in #29
  • Chore/ci reduce docker image size, release 0.3.0 by @lroolle in #41
  • feat: add custom config directory and environment variable support by @lroolle in #47

Full Changelog: v0.2.2...v0.4.2

Release v0.4.1

08 Jul 07:19

Choose a tag to compare

Changes since v0.2.2

  • chore: release v0.4.1 (588d614)
  • refactor(scripts): expand ~ to $HOME in release command for Docker compatibility (3c1739e)
  • [refactor/envs]refactor(release): make Claude cmd configurable, update workflow (dc5bae8)
  • refactor: bump Claude version to 1.0.44 and update release flow (36c7d25)
  • chore: release v0.4.0 (b34cd25)
  • refactor: auth system and environment handling (4a632c8)
  • chore(Dockerfile): bump Claude Code version to 1.0.41 (abe2fe4)
  • chore(docker): optimize image size and add zsh (b76f761)
  • fix: update Claude Code to v1.0.40 and fix Vertex AI auth (878369a)
  • chore: release v0.3.0 (047c5f7)
  • chore(docker): streamline image, update npm global path, use bash (e505a9c)
  • chore(ci): add release workflow, version check, and update registry (4b0aa38)
  • chore: update version (c8683fc)
  • chore(ci): update workflows for stricter auth and Bedrock integration (48e6c0d)
  • docs: move claude-code-docs to external repo (72389a2)
  • chore: prepare v0.2.4 release (099242e)
  • chore(ci): improve workflow caching and update changelog (0d32837)
  • docs: add root user handling fix to dev log (37b2600)
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh (#22) (4caee3e)
  • chore(workflows): run Claude review once per PR and on manual trigger (64306d2)
  • Merge pull request #18 from lroolle/feat/ci-release (c4662f9)
  • feat(install): add note when falling back to Docker Hub image (4261da3)
  • Merge pull request #16 from lroolle/feat/ci-release (b00038a)
  • Merge pull request #12 from lroolle/feat/ci-release (b51c6f7)

Docker Images

  • ghcr.io/thevibeworks/claude-code-yolo:v0.4.1
  • ghcr.io/thevibeworks/claude-code-yolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

What's Changed

  • feat: clean startup message redesign and CI/CD setup by @lroolle in #12
  • fix: move shellcheck to CI workflow and enable verbose output by @lroolle in #16
  • docs: improve usage examples and emphasize claude-yolo by @lroolle in #18
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh by @lroolle in #22
  • chore(ci): improve GitHub Actions caching and workflow optimizations by @lroolle in #26
  • chore: prepare v0.2.4 release by @lroolle in #27
  • chore(ci): update workflows for stricter auth and Bedrock integration by @lroolle in #29
  • Chore/ci reduce docker image size, release 0.3.0 by @lroolle in #41

Full Changelog: v0.2.2...v0.4.1

Changes since v0.2.2

  • docs: expand v0.4.0 changelog with detailed changes (6aa2a28)
  • chore: release v0.4.1 (588d614)
  • refactor(scripts): expand ~ to $HOME in release command for Docker compatibility (3c1739e)
  • [refactor/envs]refactor(release): make Claude cmd configurable, update workflow (dc5bae8)
  • refactor: bump Claude version to 1.0.44 and update release flow (36c7d25)
  • chore: release v0.4.0 (b34cd25)
  • refactor: auth system and environment handling (4a632c8)
  • chore(Dockerfile): bump Claude Code version to 1.0.41 (abe2fe4)
  • chore(docker): optimize image size and add zsh (b76f761)
  • fix: update Claude Code to v1.0.40 and fix Vertex AI auth (878369a)
  • chore: release v0.3.0 (047c5f7)
  • chore(docker): streamline image, update npm global path, use bash (e505a9c)
  • chore(ci): add release workflow, version check, and update registry (4b0aa38)
  • chore: update version (c8683fc)
  • chore(ci): update workflows for stricter auth and Bedrock integration (48e6c0d)
  • docs: move claude-code-docs to external repo (72389a2)
  • chore: prepare v0.2.4 release (099242e)
  • chore(ci): improve workflow caching and update changelog (0d32837)
  • docs: add root user handling fix to dev log (37b2600)
  • fix: handle UID 0 (root user) case in docker-entrypoint.sh (#22) (4caee3e)
  • chore(workflows): run Claude review once per PR and on manual trigger (64306d2)
  • Merge pull request #18 from lroolle/feat/ci-release (c4662f9)
  • feat(install): add note when falling back to Docker Hub image (4261da3)
  • Merge pull request #16 from lroolle/feat/ci-release (b00038a)
  • Merge pull request #12 from lroolle/feat/ci-release (b51c6f7)

Docker Images

  • ghcr.io/thevibeworks/claude-code-yolo:v0.4.1
  • ghcr.io/thevibeworks/claude-code-yolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

Release v0.4.0

08 Jul 07:19

Choose a tag to compare

Changes since v0.3.0

  • chore: release v0.4.0 (3120cb3)
  • refactor: auth system and environment handling (bf8334a)

Docker Images

  • ghcr.io/thevibeworks/claude-code-yolo:v0.4.0
  • ghcr.io/thevibeworks/claude-code-yolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

Full Changelog: v0.3.0...v0.4.0

Release v0.2.6

08 Jul 07:32

Choose a tag to compare

Changes since v0.2.5

Docker Images

  • ghcr.io/thevibeworks/claude-code-yolo:v0.2.6
  • ghcr.io/thevibeworks/claude-code-yolo:latest

Supported Architectures

  • linux/amd64
  • linux/arm64

Full Changelog: v0.2.5...v0.2.6