v2.0.0
2.0.0 (2026-09-09)
Features
- 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 noclaudeon 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.
Refs RSRMID-3053.