fix: resolve merge conflict artifacts from story-86 merge

- Add missing closing brace and #[test] attr between test functions in claude_code.rs
- Remove premature semicolon in TypeScript union type in client.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-24 12:33:31 +00:00
parent 041b52530e
commit 557b6e9267
2 changed files with 4 additions and 1 deletions

View File

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