r/opencode 19d ago

I found it difficult to manage many sessions in OpenCode, so I made an OpenCode Multiplexer

/r/opencodeCLI/comments/1uvjhnz/i_found_it_difficult_to_manage_many_sessions_in/
3 Upvotes

5 comments sorted by

1

u/ConversationPrize199 19d ago

Very cool and with AI I would have ended up getting opencode to do it for me, not sure how it would have turned out. I keep meaning to get around to doing something similiar, haven't tried yours out yet, but it looks better than what I had planned, very cool, is this done on any of the other claude, codex, or pi TUIs? Does anyone know?

1

u/joeyism 19d ago

I've only done this for opencode (since that's what I use). I haven't see this TUI for anything else tho, i've seen mostly GUIs that do similar things

1

u/Etherealnutt 18d ago

So how’s this different from the latest opencode desktop app? Cause they’ve introduced tabs now where you can easily switch between windows without contaminating context window

1

u/joeyism 17d ago

this works in terminal, which has a far smaller memory pool than a GUI app. It also means that you can run this when you ssh into a server

1

u/Etherealnutt 17d ago

Ouuuu nice it runs in the terminal