I'm always curious how folks do status detection. Here you use tmux capture-pane and detect off that! Whew! Simple & direct! I've been really enjoying how OpenCode is so extensible, how you can make great plugins that can for example read the session.idle event & then go do whatever they want. That does require dropping in some config asking for the plugin, which takes some effort & requires a restart (but your sessi…
Haha I'm all about the KISS principle. I also set up a snapshot testing framework so that people can submit screenshots of any messed up status reports and I can easily add them to the test suite to make sure we fix any issues that someone sees.
Show HN: Agent-of-empires: OpenCode and Claude Code session manager
11–20 of 45 posts
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#12Earlier quoted context omitted.
Haha I'm all about the KISS principle. I also set up a snapshot testing framework so that people can submit screenshots of any messed up status reports and I can easily add them to the test suite to make sure we fix any issues that someone sees.
I'd love a cli subcommands that would just give me status, btw. Very neat to have.
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#13I wonder if it would be more ergonomic to connect to the aoe window on my phone for when I have more then one claude code session to keep track of. I'm not against switching the zellij part to tmux.
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#14I'm setting up a small orchestration around zellij (I have almost no experience with tmux, so I went with the "modern" alternative), upterm and qrencode that allows me to 1) generate a claude code instance in a persistent session 2) make it controllable remotely via upterm 3) scan a qr code to copy the upterm server's ssh url on my phone so that I can paste it in termux. I wonder if it would be more ergonomic to conn…
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#15Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#16If only we could have a clean API to programmatically control agents... The best UI is no UI
I am seeing a lot of development working around the shitty experience that is being stuck in a terribly slow cli program, nothing against this particular project
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#17The best (for me) of these that I’ve tried so far is conductor.build
They have a different UI orientation, and it’s more locked into Claude code, but it might be good inspiration for your future plans. They get the git worktree setup and teardown and managing dev servers part of it right IMO.
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#18Agent orchestration seems to be the new hot problem to be solved in the ecosystem. See also Steve Yegge's most recent posts [1]. Curious to see what tools emerge as the winners of the Cambrian explosion we're probably about to see. [1] https://steve-yegge.medium.com/the-future-of-coding-agents-e...
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#19This looks cool, I’ll definitely try it out. The best (for me) of these that I’ve tried so far is conductor.build They have a different UI orientation, and it’s more locked into Claude code, but it might be good inspiration for your future plans. They get the git worktree setup and teardown and managing dev servers part of it right IMO.
Re: Show HN: Agent-of-empires: OpenCode and Claude Code session manager
#20For the sake of convenience we found ourselves in a tedious terrible place again and now we have to scrape to get out of it If only we could have a clean API to programmatically control agents... The best UI is no UI I am seeing a lot of development working around the shitty experience that is being stuck in a terribly slow cli program, nothing against this particular project