• nekocode 5 hours ago
    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