1 points | by nekocode 5 hours ago ago
1 comments
I built a CLI tool to manage git worktrees for AI coding agents like Claude Code, Cursor, and Aider.
The killer feature is "snap mode": wt new -s claude
This creates a worktree, launches the agent inside it, and when done, prompts you to merge and cleanup. One command, full workflow.
Works with any agent that runs in a terminal. Written in Rust.
GitHub: https://github.com/nekocode/agent-worktree
I built a CLI tool to manage git worktrees for AI coding agents like Claude Code, Cursor, and Aider.
The killer feature is "snap mode": wt new -s claude
This creates a worktree, launches the agent inside it, and when done, prompts you to merge and cleanup. One command, full workflow.
Works with any agent that runs in a terminal. Written in Rust.
GitHub: https://github.com/nekocode/agent-worktree