story-kit: merge 160_story_constrain_thinking_trace_height_in_agent_stream_ui

This commit is contained in:
Dave
2026-02-24 18:03:08 +00:00
parent 95fc5aba49
commit 464b1e5530
4 changed files with 351 additions and 5 deletions

View File

@@ -11,7 +11,14 @@ export interface AgentInfo {
}
export interface AgentEvent {
type: "status" | "output" | "agent_json" | "done" | "error" | "warning";
type:
| "status"
| "output"
| "thinking"
| "agent_json"
| "done"
| "error"
| "warning";
story_id?: string;
agent_name?: string;
status?: string;