Crew - Desk pets that show what your AI agents are doing

Run more than one Claude Code session and you lose track of them. Which one finished? Which is stuck waiting on you? You end up checking every window. Crew 2.0 adds Windows, a rare creature that turns up on one repo in 64, approving a command straight from the creature, and a rewrite of how approvals hook into Claude Code so they only ever fire when a dialog was genuinely coming. It also runs about a third lighter than 1.8. Free, Mac and Windows. Pro is $12 once.

Add a comment

Replies

Best
I built this because I kept alt-tabbing between four terminals to find the one that was blocked. The rule it lives by is that it never invents a state: every animation maps to a hook Claude Code actually fired. Which sounds obvious until you audit it — I found my app reading an exit_status field that has never existed, so every subagent that failed was quietly cheering. 2.0 is mostly the fixes from that audit. Happy to answer anything about the hook wiring, or why the rare one is deliberately not selectable.