Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:30
· 5 commits to main since this release

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 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.

Refs RSRMID-3053.