Summary
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
Priority: 🟢 LOW
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