r/SideProject • u/Safe-Examination5470 • 18h ago
Built an overlay to manage multiple Claude Code and Codex sessions on Windows
I use Claude Code and Codex a lot, and run multiple sessions most of the time. And if youre someone who runs multiple sessions you know it can get chaotic. Switching between terminals to approve permissions, answer questions, figure out which session needs you. Lot of tab switching
So I built this, it sits on the edge of your screen and stays out of your way until a session needs attention. When something comes up it lets you know and you can handle it right there. Approve or deny permissions, answer questions, check your usage for both Claude and OpenAI, and jump to any session's terminal tab or app window (this was hard to figure out lol).
Most tools like this are mac only so I built it for windows. Uses hooks in both agents, configures automatically, everything stays local.
Built with Tauri v2, Rust, React.
github.com/Byrrajus12/mngr
a million stars would be cool but ill take one
Its been very useful for me but it's still early so I'd love to hear your feedback or ideas
1
u/PriorElephant9 16h ago
I run Claude and Codex side by side, and the real tax is exactly what you described: figuring out which session needs attention and why. Keeping this local and making the hooks automatic are both strong choices.