[PR #8492] feat(opencode): add opencode shares CLI command #12763

Closed
opened 2026-02-16 18:17:39 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8492

State: closed
Merged: No


Summary

Add new top-level opencode shares CLI command to view and manage shared sessions across all projects.

Commands

  • opencode shares list - list all shared sessions with URL, title, and directory
  • opencode shares remove [session-id] - unshare a session (interactive picker or by ID)
  • opencode shares open [session-id] - open share URL in browser

Verification

$ opencode shares --help
opencode shares

manage shared sessions

Commands:
  opencode shares list                 list all shared sessions              [aliases: ls]
  opencode shares remove [session-id]  remove a share (unshare a session)    [aliases: rm, unshare]
  opencode shares open [session-id]    open share URL in browser

$ opencode shares list
No shared sessions found

$ opencode shares list --format=json
[]
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8492 **State:** closed **Merged:** No --- ## Summary Add new top-level `opencode shares` CLI command to view and manage shared sessions across all projects. ## Commands - `opencode shares list` - list all shared sessions with URL, title, and directory - `opencode shares remove [session-id]` - unshare a session (interactive picker or by ID) - `opencode shares open [session-id]` - open share URL in browser ## Verification ```bash $ opencode shares --help opencode shares manage shared sessions Commands: opencode shares list list all shared sessions [aliases: ls] opencode shares remove [session-id] remove a share (unshare a session) [aliases: rm, unshare] opencode shares open [session-id] open share URL in browser $ opencode shares list No shared sessions found $ opencode shares list --format=json [] ```
yindo added the pull-request label 2026-02-16 18:17:39 -05:00
yindo closed this issue 2026-02-16 18:17:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12763