Hacker News new | ask | show | jobs
by joebates 2 hours ago
The ability to start a Claude Code session in a temporary "config free" mode, similar to how incognito works for chrome, would be a nice feature to make this easy to try out, especially since model releases are so frequent.
1 comments

You can do this but you have to pass a million long options like --disable-system-prompt --allowed-tools "" etc

I have some wrappers but the only one I really use is a variant of that pinned to haiku for quick questions.

`claude --bare --system-prompt ""` is a good starting point!