huskies: regen source-map.json
This commit is contained in:
@@ -1327,6 +1327,12 @@
|
||||
"fn drain_complete_paragraphs",
|
||||
"fn normalize_line_breaks"
|
||||
],
|
||||
"server/src/chatbot_log.rs": [
|
||||
"struct ChatBotLog",
|
||||
"fn set_log_dir",
|
||||
"fn push_line",
|
||||
"fn global"
|
||||
],
|
||||
"server/src/ci_publish_artifact.rs": [],
|
||||
"server/src/cli.rs": [
|
||||
"struct CliArgs",
|
||||
@@ -1411,6 +1417,11 @@
|
||||
"fn delete_gateway_project",
|
||||
"fn extract_gateway_project_view"
|
||||
],
|
||||
"server/src/crdt_state/lww_maps/history_log.rs": [
|
||||
"struct HistoryEntryRaw",
|
||||
"fn append_history_entry",
|
||||
"fn read_all_history_entries"
|
||||
],
|
||||
"server/src/crdt_state/lww_maps/llm_sessions.rs": [
|
||||
"fn write_llm_session",
|
||||
"fn read_llm_session",
|
||||
@@ -1526,6 +1537,7 @@
|
||||
"struct GatewayConfigCrdt",
|
||||
"struct PipelineDoc",
|
||||
"struct EventLogEntryCrdt",
|
||||
"struct HistoryEntryCrdt",
|
||||
"struct LlmSessionCrdt",
|
||||
"enum ScopeFilter",
|
||||
"fn from_scope_str",
|
||||
@@ -1746,6 +1758,16 @@
|
||||
"server/src/gateway_relay.rs": [
|
||||
"fn spawn_relay_task"
|
||||
],
|
||||
"server/src/history/mod.rs": [
|
||||
"struct HistoryEntry",
|
||||
"struct HistoryPage",
|
||||
"fn get_history",
|
||||
"fn get_history_entry",
|
||||
"fn record_pipeline_transition",
|
||||
"fn record_chat_turn",
|
||||
"fn record_agent_run",
|
||||
"fn spawn_history_subscriber"
|
||||
],
|
||||
"server/src/http/agents_sse.rs": [
|
||||
"fn agent_stream"
|
||||
],
|
||||
@@ -1854,6 +1876,10 @@
|
||||
"fn tool_git_commit",
|
||||
"fn tool_git_log"
|
||||
],
|
||||
"server/src/http/mcp/history_tools.rs": [
|
||||
"fn tool_get_history",
|
||||
"fn tool_get_history_entry"
|
||||
],
|
||||
"server/src/http/mcp/merge_tools.rs": [
|
||||
"fn tool_merge_agent_work",
|
||||
"fn tool_get_merge_status",
|
||||
@@ -1865,6 +1891,7 @@
|
||||
"mod diagnostics",
|
||||
"mod dispatch",
|
||||
"mod git_tools",
|
||||
"mod history_tools",
|
||||
"mod merge_tools",
|
||||
"mod progress",
|
||||
"mod qa_tools",
|
||||
@@ -2363,12 +2390,14 @@
|
||||
"fn global"
|
||||
],
|
||||
"server/src/main.rs": [
|
||||
"mod chatbot_log",
|
||||
"mod crdt_snapshot",
|
||||
"mod crdt_state",
|
||||
"mod crdt_sync",
|
||||
"mod crdt_wire",
|
||||
"mod event_log",
|
||||
"mod gateway",
|
||||
"mod history",
|
||||
"mod llm_session",
|
||||
"mod log_buffer",
|
||||
"mod mesh",
|
||||
|
||||
Reference in New Issue
Block a user