This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new fed8ef7 chore(agent-isolation): bump claude-code pin 2.1.141 →
2.1.150 (#294)
fed8ef7 is described below
commit fed8ef7529e8a28a1b42331521a73328240fbc8c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 25 23:24:26 2026 +0200
chore(agent-isolation): bump claude-code pin 2.1.141 → 2.1.150 (#294)
12-day diff covers several user-visible features (Opus 4.7 fast-mode
default, /code-review rename, claude agents --json, /resume for
background sessions, /usage breakdown) and a Bash exit-127
regression fix introduced in 2.1.147. 2.1.150 release is itself
internal-only. Released 2026-05-23, 2 days past the 1-day cooldown.
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
tools/agent-isolation/pinned-versions.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tools/agent-isolation/pinned-versions.toml
b/tools/agent-isolation/pinned-versions.toml
index f443c56..e93a0ad 100644
--- a/tools/agent-isolation/pinned-versions.toml
+++ b/tools/agent-isolation/pinned-versions.toml
@@ -52,7 +52,7 @@
# When this file was last touched. The check script uses this as the
# minimum age the entries below claim to satisfy.
-pinned_at = "2026-05-16"
+pinned_at = "2026-05-25"
[tools.bubblewrap]
version = "0.11.2"
@@ -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.141"
-released = "2026-05-13"
+version = "2.1.150"
+released = "2026-05-23"
# 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
@@ -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/[email protected]"
-install.brew = "# brew tap anthropics/claude-code; brew install
[email protected] (when available)"
+install.npm = "npm install -g --no-save @anthropic-ai/[email protected]"
+install.brew = "# brew tap anthropics/claude-code; brew install
[email protected] (when available)"