Skip to content

Commit d49949a

Browse files
Kasper JungeRalphify
authored andcommitted
docs: add AgentOutputLineData to codebase map event type list
The event type list in the event system section was missing AgentOutputLineData, which powers live peek for all agents. This was added alongside the AGENT_OUTPUT_LINE event but only documented in the API reference and the peek section below — contributors looking at the type list would miss it. Co-authored-by: Ralphify <noreply@ralphify.co>
1 parent 087f240 commit d49949a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing/codebase-map.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ Event data uses TypedDict classes — one per event type — rather than free-fo
8484
- **`IterationStartedData`** / **`IterationEndedData`** — per-iteration data (return code, duration, log path)
8585
- **`CommandsStartedData`** / **`CommandsCompletedData`** — command execution bookends
8686
- **`PromptAssembledData`** — prompt length after placeholder resolution
87-
- **`AgentActivityData`** — streaming agent output
87+
- **`AgentActivityData`** — streaming agent output (Claude Code only)
88+
- **`AgentOutputLineData`** — raw line of agent output from any agent (powers live peek)
8889
- **`LogMessageData`** — info/error messages with optional traceback
8990

9091
All payload types are unioned as `EventData`.

0 commit comments

Comments
 (0)