You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devbase: stop installing the Claude Code CLI (d2374e7)
BREAKING CHANGES
devbase: devbase no longer installs the Claude Code CLI. A container
built from 2.x has no claude on PATH unless the repository lists
ghcr.io/anthropics/devcontainer-features/claude-code:1 itself. The Claude Code
VS Code extension is unaffected — it runs its own bundled runtime. Consumers
pin devbase:1, so this reaches nobody until they change that reference to
devbase:2 and re-resolve any committed devcontainer-lock.json; see "Migrating
to 2.0.0" in README.md.