0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. atomcode
  2. /
  3. crates
  4. /
  5. atomcode-telemetry
  6. /
  7. tests
cherishsincecherishsincefeat: add --dangerously-skip-permissions / -y flag
a3c90c6f创建于 5 天前历史提交
文件最后提交记录最后更新时间
sender.rs
feat: add --dangerously-skip-permissions / -y flag - Add CLI flag --dangerously-skip-permissions (alias -y) to auto-approve all tool calls without permission prompts - InteractivePermissionDecider honors the flag in decide() and will_auto_approve() - OpenAtomcode telemetry event includes dangerously_skip_permissions field - TUI status bar shows SKIP badge on the right side (separate from PLAN) - TUI scrollback warning banner on startup - Headless mode stderr warning - Add i18n messages (en/zh) for bypass warnings and badge - Add comprehensive unit tests for permission logic and status bar rendering 5 天前