Settings

Theme

Show HN: Terminal dashboard for managing Cursor cloud agents

github.com

1 points by ofershapira a month ago · 1 comment

Reader

ofershapiraOP a month ago

I run 3-5 Cursor cloud agents at a time. Before this I was alt-tabbing between browser tabs to check if they finished, crashed, or opened a PR.

Built a retro TUI that connects to the Cursor Agents API - shows all agents on one screen, color-coded by status. You can launch new agents, send follow-up prompts, and stop runaway ones without leaving the terminal.

npx agents-control-tower to try it. MIT, TypeScript, zero config.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection