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

git env helper renamed/changed from ko() to Ji(e) across many git operations

Internal git environment-building helper was swapped out across many git operations

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

Internal git environment-building helper was swapped out across many git operations

What

Dozens of internal git command wrappers, covering things like deleting branches, locking worktrees, listing revisions, and reading config, switched from an older environment-building helper to a new one that is also passed the working directory explicitly.

Why

This is an internal refactor. Passing the working directory explicitly to the environment builder makes git operations less dependent on ambient process state, which can make behavior more consistent across different working directories.

See this entry in the whole of v2.1.274 →

Feedback