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
- Open any session with multiple messages in OpenCode
- Run
/share to create a public link
- Open the share URL in a browser
- 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.
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
/shareto create a public linkScreenshots
The sidebar shows entries like:
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.