Skip to content

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:42
· 64 commits to main since this release

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