Git diff/status helper functions can now target an explicit working directory instead of always using the process's own
A group of internal git helper functions that compute diffs and status were changed to accept an explicit working directory parameter, rather than always operating on the directory the Claude Code process itself is running in. A new helper picks between the normal environment and an isolated environment (with extendEnv turned off) depending on whether a working directory was passed in.
This allows git operations to be run correctly against a different folder than the current process directory, which matters for features that need to inspect git state in another location, such as a separate worktree or machine.
Improved the startup notice overflow line under the logo: it now reads "N more notices hidden" instead of "+N more · /status"