I built lazyagent because I was juggling 6–8 coding agent sessions (Claude Code, Cursor, etc.) across different terminals and tabs, and it was getting impossible to quickly answer "which agent is doing what right now?".
Lazyagent is a terminal UI written in Go (using Bubble Tea) that shows all your coding agent sessions in a single view. You can:
- see the status of each agent at a glance
- follow logs/outputs in real time
- quickly jump into the right terminal when you need to intervene
It runs locally, is fully open‑source, and doesn’t require any external backend or account.
I’d love feedback on:
- what information you’d like to see per session (logs, diffs, task state, something else?)
- what multi‑agent / multi‑repo workflows you currently have
- which integrations are missing to make this genuinely useful in your day‑to‑day setup
I’ll be in the thread to answer questions and collect feedback (especially critical ones).
alaintno•2h ago
I'll try it tonight and let you know in github issues. Was trying myself to achieve something similar (using go and charm v2). Anyway, thanks for sharing.
nahime•44m ago
Awesome, thank you for giving it a try!
If you run into anything rough or have ideas to make the TUI better, please drop them in a GitHub issue - that kind of feedback is super helpful at this stage
nahime•3h ago
I built lazyagent because I was juggling 6–8 coding agent sessions (Claude Code, Cursor, etc.) across different terminals and tabs, and it was getting impossible to quickly answer "which agent is doing what right now?".
Lazyagent is a terminal UI written in Go (using Bubble Tea) that shows all your coding agent sessions in a single view. You can:
- see the status of each agent at a glance - follow logs/outputs in real time - quickly jump into the right terminal when you need to intervene
It runs locally, is fully open‑source, and doesn’t require any external backend or account.
I’d love feedback on:
- what information you’d like to see per session (logs, diffs, task state, something else?) - what multi‑agent / multi‑repo workflows you currently have - which integrations are missing to make this genuinely useful in your day‑to‑day setup
Repo and README with install instructions are here: https://github.com/illegalstudio/lazyagent
I’ll be in the thread to answer questions and collect feedback (especially critical ones).
alaintno•2h ago
nahime•44m ago