文件最后提交记录最后更新时间
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 天前
Merge feat/telemetry-v2 into release/v4.20.1 Integrates the atomcode-telemetry crate (new) with the MCP support, Ollama function-calling, and background-commands features from release. Key resolutions: - CLI Commands enum: kept both Mcp(McpCli) and Telemetry { action } variants - atomcode_tuix::run(): added mcp_registry + mcp_connect_rx + telemetry params - LoopCtx: added both mcp_registry/mcp_connect_rx/mcp_reload and telemetry fields - runner.rs: kept telemetry scope + tel_return! macro; added unwrap_doubly_nested_args from HEAD into v2's ToolCallDone arm; preserved HEAD's async ToolRegistry API - bash.rs: merged HEAD's enhanced netcat/mknod security detection with v2's code structure improvements; added visit_f64 to lenient deserializer - agent/mod.rs: took HEAD's emit_rich_context_stats().await form - daemon/main.rs: kept register_sync form + telemetry Disabled("daemon") init - commands.rs: took HEAD (mcp, background, init; no /fixissue) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> 1 个月前