1
coolcoffee 11 天前 ![]() claude --dangerously-skip-permissions
官方又不是没给文档,https://docs.anthropic.com/en/docs/claude-code/cli-reference |
![]() |
2
wynemo 10 天前 ![]() 啥? shift + tab 呀 auto accept ,打开就可以这样
|
3
runze 10 天前 ![]() 1. claude --dangerously-skip-permissions
直接给它所有权限,就不需要每次请求了 2. 在命令中让它循环,并给出循环结束条件,比如: “自动循环执行 lint 、type-check 、build 、修复,直至成功 build” 给出循环终止条件与明确让它循环一样重要,条件不满足会促使 Claude 继续尝试。 3. claude config set --global preferredNotifChannel terminal_bell 配合你终端模拟器的设置,在需要你参与的时候通知你,这样就不需要一直盯着 https://docs.anthropic.com/en/docs/claude-code/setup#notification-setup |