You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid cd/pwd subshells in path resolution to prevent terminal escape code pollution
zsh prompts with terminal title setting inject escape codes into pwd
output, breaking cd-based path resolution. Use dirname string
manipulation instead. Fall back to known paths if dirname fails.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments