Skip to content

/share page displays messages as clickable sidebar entries instead of continuous scrollable chat #22575

@workdocyeye

Description

@workdocyeye

Description

When sharing a session via /share, the shared page (e.g. https://opncd.ai/share/{id}) displays conversation messages as individual clickable entries in a sidebar, rather than a continuous scrollable chat view.

Expected Behavior

The shared page should render the full conversation as a continuous, scrollable chat feed — similar to ChatGPT's shared conversations — where the viewer can scroll from the first message to the last without clicking individual entries.

Actual Behavior

The page has a sidebar layout where each message appears as a separate row/item. The viewer must click each entry individually to see its content. There is no way to scroll through the entire conversation in one continuous view.

Steps to Reproduce

  1. Open any session with multiple messages in OpenCode
  2. Run /share to create a public link
  3. Open the share URL in a browser
  4. Observe that messages are displayed as sidebar entries, not a scrollable chat

Screenshots

The sidebar shows entries like:

[item] user message...
[item] assistant response...
[item] tool call...

Each must be clicked individually — there is no continuous chat view.

Environment

Additional Context

The share functionality appears to be server-side rendered (SolidJS app on opncd.ai). The sidebar-based layout makes it impractical to read long conversations, especially sessions with 100+ messages like coding sessions with tool calls.

Metadata

Metadata

Assignees

Labels

webRelates to opencode on web / desktop

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions