5 ms·
For tool, I use CPT (https://crossplatformterminal.com https://crossplatformterminal.com) mainly because I switch between windows/linux and this is only thing I
by parpil 6d ago
For tool, I use CPT (https://crossplatformterminal.com https://crossplatformterminal.com) mainly because I switch between windows/linux and this is only thing I found that works the best plus it is being updated daily as it is new.
What made it work for me:
1. One task per session, each in its own git worktree, so two agents never edit the same checkout.
2. Stop polling. Claude Code's Notification hook fires when it's waiting on a permission prompt or sitting idle; point it at notify-send or a desktop toast and you only look at a session when it asks. The hooks guide has the snippet.
3. Given the work on worktrees, I always have PRs which I take a look myself. You can utilize other AI to review them too, which I find useful, just for smaller projects looking at them myself is enough.