Expand description
Transcript data model types for the Recursive TUI.
Contains the screen enum and the types used to represent rendered transcript blocks (user messages, assistant replies, tool calls/results, diffs, etc.).
Structs§
- Diff
Hunk - A grouped sequence of diff lines belonging to one logical change.
- Diff
Line - A single line inside a diff hunk.
- Tool
Result Data - Result payload of a tool execution. Lives inside a
TranscriptBlock::ToolCallonce the runtime delivers the matchingUiEvent::ToolResult.
Enums§
- AppScreen
- Which top-level screen is currently rendered.
- Diff
Line Kind - One unit of context within a [
Diff] block. - Transcript
Block - One renderable transcript block.