diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 922f8cbd..04eb1e5c 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -767,6 +767,25 @@ "server/src/agents/pty/types.rs": [ "struct PtyResult" ], + "server/src/agents/runtime/api_common.rs": [ + "struct CancellationFlag", + "fn new", + "fn handle", + "fn stop", + "fn status", + "fn make_emit", + "fn zero_usage", + "fn emit_running", + "fn start_conversation_loop", + "fn api_runtime_result", + "fn done_result", + "fn check_loop_guard", + "fn extract_model", + "fn build_system_text", + "fn clean_schema_properties", + "fn test_app_ctx", + "fn test_runtime_context" + ], "server/src/agents/runtime/claude_code.rs": [ "struct ClaudeCodeRuntime", "fn new"