story-kit: merge 86_story_show_live_activity_status_instead_of_static_thinking_indicator_in_chat

This commit is contained in:
Dave
2026-02-24 12:08:59 +00:00
parent db06a2f0a6
commit ef162d91ff
4 changed files with 202 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ export type WsResponse =
}
/** `.story_kit/project.toml` was modified; re-fetch the agent roster. */
| { type: "agent_config_changed" };
| { type: "tool_activity"; tool_name: string };
export interface ProviderConfig {
provider: string;