Expand description
Shared AI dialog capture and normalization.
ChatGPT shared pages embed a React Router stream with a devalue table that
contains linear_conversation. This module decodes that table into a
provider-neutral capture result and reports unsupported provider states as
structured diagnostics.
Structs§
- Shared
Dialog Capture - Shared
Dialog Diagnostics - Shared
Dialog Evidence - Shared
Dialog Parse Options - Shared
Dialog Turn
Functions§
- capture_
shared_ dialog - Fetch and normalize a shared dialog URL.
- format_
shared_ dialog_ as_ demo_ memory - Format a capture as formal-ai compatible
demo_memoryLinks Notation. - format_
shared_ dialog_ as_ html - Format a capture as simple HTML containing the Markdown representation.
- format_
shared_ dialog_ as_ markdown - Format a capture as Markdown.
- format_
shared_ dialog_ as_ meta_ language - Format a capture as repository-local Links Notation style meta-language.
- format_
shared_ dialog_ as_ text - Format a capture as plain text.
- format_
shared_ dialog_ result - Format a capture according to a CLI/API format name.
- parse_
shared_ dialog - Parse captured HTML or a compact transcript into a normalized shared-dialog result. Unsupported inputs return a structured diagnostic instead of an error.
- shared_
dialog_ output_ extension - Return the conventional extension for a shared-dialog output format.