Robert Boyce
Robert Boyce
Sorry about that – this feature isn't actually landed yet, I let the docs get ahead of the implementation. Should be available very soon.
This is working properly now, thanks for flagging!
@shivanathd @heyagent This should be available and working correctly now – you can switch modes with Shift+Tab when launching in Bypass Permissions mode
You can allow this manually by using the `/permissions` command to add an allow rule `Read(~/Downloads/**.png)`. UI improvements for this coming soon!
Can you confirm your Claude Code version? We fixed a common cause of the OOM issue in v1.0.16
Hi all, I've begun investigating this. The `ink` library that we use makes some assumptions in its TextInput component that don't hold true for IMEs used in terminal. It may...
The `CLAUDE_CONFIG_DIR` approach mentioned above seems like a good approach for running Claude Code in Docker without needing to re-auth.
Hi @MikeeI, I believe that this should be fixed now. Can you confirm if you're still seeing permission requests for `List(.)` ?
#604 is the issue where we're tracking Windows native support (not currently on the roadmap) cc @blois for the IDE-specific issues
Hi all, we'd suggest using Hooks for this use-case now as the more general-purpose mechanism for interacting with permissions: https://github.com/anthropics/claude-code/issues/1175