Show HN: Agent-worktree – A Git worktree workflow tool for AI coding agents(github.com/nekocode)
1 points by nekocode 5 hours ago | 1 comments
- nekocode 5 hours agoI 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.