Share a session as a public link

sessions & tui

// what it does

/share uploads the conversation and copies a public URL to your clipboard so anyone with the link can read the full transcript; /unshare revokes it and deletes the hosted copy. Control the default with the share config key — "manual" (default), "auto", or "disabled" — or pass --share on a headless run.

// shortcut

Ctrl+X S

// shell

$ /share
$ /unshare

// gotcha

A shared link is public and contains the entire history — messages, file contents, and tool output — and stays live until you /unshare. Never share a session that touched secrets; enterprises can force share:"disabled" org-wide.

// resources