huskies: regen source-map.json
Publish sled artifact / publish-dev-artifact (push) Canceled after 0s

This commit is contained in:
Huskies Agent
2026-07-18 11:46:52 +00:00
parent cebe9e2737
commit aa9306912d
+7
View File
@@ -935,6 +935,7 @@
], ],
"server/src/chat/dispatcher.rs": [ "server/src/chat/dispatcher.rs": [
"type SpawnFn", "type SpawnFn",
"enum StopOutcome",
"struct ChatDispatcher", "struct ChatDispatcher",
"fn new", "fn new",
"fn submit", "fn submit",
@@ -1134,6 +1135,7 @@
"mod rmtree", "mod rmtree",
"mod sled_upgrade", "mod sled_upgrade",
"mod start", "mod start",
"mod stop",
"mod transport_impl", "mod transport_impl",
"fn spawn_bot" "fn spawn_bot"
], ],
@@ -1194,6 +1196,10 @@
"fn extract_start_command", "fn extract_start_command",
"fn handle_start" "fn handle_start"
], ],
"server/src/chat/transport/matrix/stop.rs": [
"struct StopCommand",
"fn extract_stop_command"
],
"server/src/chat/transport/matrix/transport_impl.rs": [ "server/src/chat/transport/matrix/transport_impl.rs": [
"struct MatrixTransport", "struct MatrixTransport",
"fn new" "fn new"
@@ -2279,6 +2285,7 @@
"server/src/llm/providers/claude_code/events/tests.rs": [], "server/src/llm/providers/claude_code/events/tests.rs": [],
"server/src/llm/providers/claude_code/mod.rs": [ "server/src/llm/providers/claude_code/mod.rs": [
"struct ClaudeCodeResult", "struct ClaudeCodeResult",
"const CANCELLED",
"struct ClaudeCodeProvider", "struct ClaudeCodeProvider",
"fn new", "fn new",
"fn chat_stream" "fn chat_stream"