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
Upgrade rocicorp/devcontainer-features/agents to v3 (#64)
agents v3.0.0 is a breaking release that drops the bundled GitHub CLI
(gh) and 1Password CLI (op), so the container no longer injects a GitHub
token (or 1Password credentials) at shell start.
- Bump the agents pin :2 -> :3 in .devcontainer/devcontainer.json
- Remove the now-dead GITHUB_TOKEN passthrough in remoteEnv plus the
gh/1Password comments. Verified nothing in the repo uses gh or op
inside the container (no lifecycle command, script, or in-container
CI), so this is behavior-preserving and github-cli was not re-added.
- Regenerate .devcontainer/devcontainer-lock.json: agents resolves to
the v3 digest and no longer depends on github-cli, so the standalone
github-cli lock entry is dropped. claude-code and pnpm are unchanged.
- Add .github/dependabot.yml with a devcontainers entry so feature
updates are tracked weekly going forward.
0 commit comments