huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-16 13:26:03 +00:00
parent 0ac68afa4c
commit 1e0e581bd7
+8
View File
@@ -1726,6 +1726,7 @@
"fn gateway_event_push_handler" "fn gateway_event_push_handler"
], ],
"server/src/http/identity.rs": [ "server/src/http/identity.rs": [
"struct IdentityQuery",
"struct IdentityResponse", "struct IdentityResponse",
"fn identity_handler" "fn identity_handler"
], ],
@@ -2600,12 +2601,18 @@
"fn toml_string", "fn toml_string",
"fn serialize_bot_config" "fn serialize_bot_config"
], ],
"server/src/service/gateway/identity.rs": [
"struct IdentityProbeResponse",
"enum IdentityCheck",
"fn check_identity"
],
"server/src/service/gateway/io.rs": [ "server/src/service/gateway/io.rs": [
"fn load_config", "fn load_config",
"fn save_config", "fn save_config",
"fn read_bot_config_raw", "fn read_bot_config_raw",
"struct BotConfigFields", "struct BotConfigFields",
"fn write_bot_config", "fn write_bot_config",
"fn probe_identity",
"fn proxy_mcp_call", "fn proxy_mcp_call",
"fn proxy_mcp_call_sse", "fn proxy_mcp_call_sse",
"fn fetch_one_project_pipeline_status", "fn fetch_one_project_pipeline_status",
@@ -2627,6 +2634,7 @@
"server/src/service/gateway/mod.rs": [ "server/src/service/gateway/mod.rs": [
"mod aggregation", "mod aggregation",
"mod config", "mod config",
"mod identity",
"mod io", "mod io",
"mod polling", "mod polling",
"struct GatewayStatusEvent", "struct GatewayStatusEvent",