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.274 ·

Git subprocess calls widely switched to a new env-builder ss()/Ji() in place of ko()

Git subprocess calls widely switched to a new environment-builder in place of the old one

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaGitwhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Git subprocess calls widely switched to a new environment-builder in place of the old one

What

Many internal functions that invoke git (for status, diff-cost estimation, worktree creation and removal, rev-parse, and config listing) were changed to build their process environment using a new helper instead of the previous one, and several of these now pass along a value scoped to a specific repository.

Why

This is an internal refactor to how git subprocesses get their environment variables; it doesn't change what these git operations do, but centralizes and scopes how their environment is constructed.

See this entry in the whole of v2.1.274 →