allow selecting session with /tui/select-session #1823

Closed
opened 2026-02-16 17:32:49 -05:00 by yindo · 1 comment
Owner

Originally created by @kynnyhsap on GitHub (Sep 25, 2025).

Originally assigned to: @thdxr on GitHub.

Now you can open list of sessions with /tui/open-sessions but there is no way to select one.

Use case: I want to create session programatically via sdk and then open it right away

const { data: session } = await client.session.create({
   body: { titile: "My session" }
})

await client.tui.selectSession({
  body: { id: session.id },
})

Or alternatively allow running opencode attach <server_url> -s <session_id> with a session id

Originally created by @kynnyhsap on GitHub (Sep 25, 2025). Originally assigned to: @thdxr on GitHub. Now you can open list of sessions with `/tui/open-sessions` but there is no way to select one. Use case: I want to create session programatically via sdk and then open it right away ```typescript const { data: session } = await client.session.create({ body: { titile: "My session" } }) await client.tui.selectSession({ body: { id: session.id }, }) ``` Or alternatively allow running `opencode attach <server_url> -s <session_id>` with a session id
yindo closed this issue 2026-02-16 17:32:49 -05:00
Author
Owner

@rekram1-node commented on GitHub (Dec 27, 2025):

[automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!

@rekram1-node commented on GitHub (Dec 27, 2025): [automated] Closing due to 90+ days of inactivity. Feel free to reopen if you still need this!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1823