"Don't ask again" for joined cd commands
Resolved 💬 5 comments Opened Mar 2, 2025 by andrewreece Closed Mar 13, 2025
Claude Code will often chain a cd command with other commands. The result is that the option "Yes, and don't ask again for cd commands..." isn't really accurate, in that it will give the same option again the next time a cd command is chained to a different follow-up command. It's not a big deal, just confusing. It would be clearer to say "don't ask again for this specific command combination."
Example:
Bash command │
│ │
│ cd /Users/user1/auth-service && node deploy-db-schema.js │
│ Changes directory and runs database schema deployment script │
│ │
│ Do you want to proceed? │
│ ❯ Yes │
│ Yes, and don't ask again for cd commands in /Users/user1/auth-serviceThis issue has 5 comments on GitHub. Read the full discussion on GitHub ↗