You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2026. It is now read-only.
The CLI's /share command exports a session as markdown, HTML, or a GitHub Gist for sharing with teammates. PolyPilot has no session export functionality.
CLI Behavior
/share — export session conversation
Formats: Markdown, HTML, GitHub Gist
Includes conversation history, tool outputs, and code changes
Proposed Implementation
"Share" button in session context menu
Export format picker — Markdown / HTML / Gist
Markdown export — clean conversation transcript with code blocks
Gist export — create a GitHub Gist with the conversation (requires GitHub auth)
Copy to clipboard — quick share via paste
Share link — generate a shareable URL if using Gist
Summary
The CLI's
/sharecommand exports a session as markdown, HTML, or a GitHub Gist for sharing with teammates. PolyPilot has no session export functionality.CLI Behavior
/share— export session conversationProposed Implementation
Priority: 🟢 LOW