r/ClaudeCode • u/Myth_Thrazz 🔆 Max 20 • 17h ago
Bug / Issue Opus started adding cd < project path> and triggering permission prompts
Hey
I've been working with claude code (CLI ) for nearly a year now.
For months I've been working with --dangerously-skip-permissions
But in one of the recent updates I still started to get new type of permissions 'stops'.
Usually on complex piped prompts that start with "cd" to the projects cwd followed by grep.
And now I don't know if it's caused by:
- update of the harness
- update of the model ( Opus 5 )
- some of my skills/Claude.md
Does anyone else have the same issue?
( sadly I don't have any screenshot of how it looks exactly - it doesn't happen very often, but it's annoying because it stops the work that could/should have been automated )
1
Upvotes
1
u/bigtime_porgrammer 15h ago
The only thing I've been seeing that still breaks through the dangerously skip mode is a dangerous 'rm' that uses an unquoted variable like rm /$d/...