You'll notice
Fixed a bug where a working-directory access error showed the wrong variable in its message
What
When Claude Code's CLI setup failed to access a git worktree's working directory, the error message it printed was mistakenly built from an unrelated outer variable instead of the actual error that was caught. This has been fixed so the message now correctly reflects the real error.
Why
The error message shown to users in this failure case will now actually describe the problem that occurred, instead of showing incorrect or misleading text.