Iñigo Beitia Arevalo

Results 13 comments of Iñigo Beitia Arevalo

Thank you so much @RedShift1 that worked for me 🙌

@frozeek Thanks! Worked for me :)

Thanks for the issue. This is now supported, please update to the latest version of Claude Code.

Thank you for this feature request! While Claude Code doesn't currently have a built-in configuration option to change the default ENTER key behavior, you can achieve similar functionality by following...

The piped command permission issue has been resolved in v1.0.110. Commands like `npm test | grep pattern` now auto-approve when you have existing rules for both tools - no more...

Hi @jasonswearingen can you provide reproduction steps? What exactly was invalid in your `settings.json`? I have tested in `1.0.123` and can confirm the invalid settings notice shows up:

@jasonswearingen To allow all Bash tool uses, add `Bash` to the `permissions.allow` array, not `Bash(*)`.

Hey @tonydehnke! I think you're encountering this because of wrong path format in your permissions. See https://docs.anthropic.com/en/docs/claude-code/iam#tool-specific-permission-rules. **The fix:** Use `//` for absolute paths on macOS: ```json // Instead of...

On macOS, the Option key types special characters by default (Option+T = †). Terminals need to be configured to send Option as Meta/Escape for Alt shortcuts to work. We've added...