0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. atomcode
  2. /
  3. crates
  4. /
  5. atomcode-core
  6. /
  7. src
  8. /
  9. git
danmingzhendanmingzhenfeat: suppress Windows console windows & pass --client mode to daemon
b9a04ada创建于 24 天前历史提交
文件最后提交记录最后更新时间
mod.rs
feat(worktree): add git worktree isolation with /worktree command Add WorktreeManager in atomcode-core for creating, listing, and removing git worktrees in an isolated temp directory. Implement the /worktree slash command with create/list/done/cleanup subcommands so users can run AI tasks in an isolated worktree without affecting their current workspace. 1 个月前
worktree.rs
feat: suppress Windows console windows & pass --client mode to daemon - Add process_utils module with CREATE_NO_WINDOW helpers for Windows - Apply suppress_console_window to all child process spawns (git, curl, rg, find, LSP servers, MCP servers, hooks, bash tool, etc.) - Add --client CLI arg to daemon, propagate SessionMode to API handlers - Enhance build_api_system_prompt to align with TUI (instructions, memory, git snapshot, platform rules, model identity) - Bump vscode extension to 0.0.3 24 天前