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:32:14 +00:00
parent bedb041bd3
commit 4e4802314f
5 changed files with 203 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;