Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Agent proxy can now inject extra git include.path and prepend to PATH

The agent/tool proxy can now add extra git config includes and prepend a directory to PATH

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
Under the hood No documentation found

The agent/tool proxy can now add extra git config includes and prepend a directory to PATH

What

When Claude Code builds the environment for its agent/tool proxy, it can now conditionally set GIT_CONFIG_COUNT and include.path entries to pull in extra git configuration, and it can prepend a computed directory to the PATH environment variable. This is in addition to the proxy's existing handling of GIT_CONFIG_GLOBAL and its gh command-line shim (set via CLAUDE_CODE_AGENT_PROXY_GH_SHIM).

Why

This gives the agent proxy more control over the git configuration and command lookup path seen by tools it runs, which is relevant to how git operations and the gh shim behave under the proxy.

Read from
Names in the bundleCLAUDE_CODE_AGENT_PROXY_GH_SHIM
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what triggers the new git include.path entries or what directory gets prepended to PATH.

See this entry in the whole of v2.1.269 →