Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.261 ·

Sandboxed Java processes get proxy-aware java agent injection

Sandboxed Java processes now automatically route through the sandbox's proxy via an injected agent jar.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSandboxwhat it touches
KindImprovementsin v2.1.261,
You'll notice Notable

Sandboxed Java processes now automatically route through the sandbox's proxy via an injected agent jar.

Network-sandboxed commands now look for a bundled srt-proxy-agent.jar and inject it into Java processes via -javaagent, merged into JAVA_TOOL_OPTIONS, so JVM subprocesses route through the sandbox's HTTP/SOCKS proxy. This applies on both the Linux (bwrap) and macOS (sandbox-exec) sandbox code paths; if the jar isn't found, a warning is logged and the process continues without it.

See this entry in the whole of v2.1.261 →

Feedback