Share sessions
Share a NextOS session when someone needs context.
Sharing turns a session into a link that another person can read. Use it for debugging, review context, handoff notes, or showing how a decision was reached.
What to share
A useful shared session has:
- The original request.
- The plan or reasoning summary.
- Tool activity and important outputs.
- The final diff or decision.
- Known risks and follow-up work.
Create a share
In the TUI or desktop command palette, run:
/shareIf sharing is configured, NextOS returns a link. Use /unshare when the session should no longer be public.
Privacy checklist
Before sharing, remove secrets from prompts or command output, avoid private customer data, and prefer summaries over raw logs when logs contain tokens or hostnames.