[FEATURE]: Multi-project core and API #9343

Open
opened 2026-02-16 18:12:14 -05:00 by yindo · 0 comments
Owner

Originally created by @escorponox on GitHub (Feb 14, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The current API does not expose a POST endpoint to change the active project. Even after switching projects in the desktop app, /project/current still returns the previous project. I’d like to run a single opencode instance/server and be able to interact with multiple projects via the API, and also changing the active project from the TUI.

So, instead of having a current project, there should be just projects. Then API can interact with all projects and TUI is attached to a single project, being able to change to another

Originally created by @escorponox on GitHub (Feb 14, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request The current API does not expose a POST endpoint to change the active project. Even after switching projects in the desktop app, /project/current still returns the previous project. I’d like to run a single opencode instance/server and be able to interact with multiple projects via the API, and also changing the active project from the TUI. So, instead of having a current project, there should be just projects. Then API can interact with all projects and TUI is attached to a single project, being able to change to another
yindo added the discussion label 2026-02-16 18:12:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9343