Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/setup/secure-agent-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The same flow, condensed to commands you run yourself:
# section: "Required tools (pinned versions)" below.
sudo apt-get install --no-install-recommends \
bubblewrap=0.11.2-* socat=1.8.1.1-*
npm install -g --no-save @anthropic-ai/claude-code@2.1.196
npm install -g --no-save @anthropic-ai/claude-code@2.1.197

# 2. Project-scope `.claude/settings.json`. Copy the framework's
# sandbox / permissions.deny / permissions.ask / allowedDomains
Expand Down Expand Up @@ -266,7 +266,7 @@ version, no pin enforced — Homebrew rolls forward, so the

```bash
# npm distribution (the only stable channel today)
npm install -g --no-save @anthropic-ai/claude-code@2.1.196
npm install -g --no-save @anthropic-ai/claude-code@2.1.197
```

### Distro-specific shortcut — Linux Mint 22.x / Ubuntu 24.04 Noble
Expand Down
8 changes: 4 additions & 4 deletions tools/agent-isolation/pinned-versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ install.dnf = "dnf install socat-1.8.1.1"
install.from_source = "http://www.dest-unreach.org/socat/download/socat-1.8.1.1.tar.gz"

[tools.claude-code]
version = "2.1.196"
released = "2026-06-29"
version = "2.1.197"
released = "2026-06-30"
# Override the framework-wide 7-day default. Claude Code releases
# cadence is high (multiple releases per week) and any regression
# that affects the framework's permission-rule semantics, sandbox
Expand All @@ -118,5 +118,5 @@ upstream_releases = "https://api.github.com/repos/anthropics/claude-code/release
# Claude Code is distributed via npm; use `--no-save` so the global
# install doesn't drift the local lockfile of any project the user
# installs from.
install.npm = "npm install -g --no-save @anthropic-ai/claude-code@2.1.196"
install.brew = "# brew tap anthropics/claude-code; brew install claude-code@2.1.196 (when available)"
install.npm = "npm install -g --no-save @anthropic-ai/claude-code@2.1.197"
install.brew = "# brew tap anthropics/claude-code; brew install claude-code@2.1.197 (when available)"