huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-19 19:23:17 +00:00
parent f4f0981f17
commit 3f05648d25
+30
View File
@@ -1054,12 +1054,17 @@
"mod mentions",
"mod messages",
"mod permission_listener",
"mod question_listener",
"mod run",
"mod verification"
],
"server/src/chat/transport/matrix/bot/permission_listener.rs": [
"fn spawn_permission_listener"
],
"server/src/chat/transport/matrix/bot/question_listener.rs": [
"fn format_question_as_text",
"fn spawn_question_listener"
],
"server/src/chat/transport/matrix/bot/run.rs": [
"fn run_bot"
],
@@ -1310,6 +1315,7 @@
"fn verify_twilio_signature"
],
"server/src/chat/util.rs": [
"const QUESTION_FORMAT_INSTRUCTION",
"fn truncate_at_char_boundary",
"fn is_permission_approval",
"fn strip_prefix_ci",
@@ -1742,6 +1748,10 @@
"server/src/http/context.rs": [
"enum PermissionDecision",
"struct PermissionForward",
"struct QuestionOption",
"struct QuestionSpec",
"enum QuestionAnswer",
"struct QuestionForward",
"struct AppContext",
"fn new_test"
],
@@ -1823,6 +1833,9 @@
"server/src/http/mcp/diagnostics/permission.rs": [
"fn tool_prompt_permission"
],
"server/src/http/mcp/diagnostics/question.rs": [
"fn tool_ask_question"
],
"server/src/http/mcp/diagnostics/usage.rs": [
"fn tool_get_token_usage"
],
@@ -2860,6 +2873,7 @@
"mod pipeline",
"mod project",
"mod qa",
"mod question_router",
"mod settings",
"mod shell",
"mod status",
@@ -3030,6 +3044,22 @@
"mod lifecycle",
"enum Error"
],
"server/src/service/question_router.rs": [
"const QUESTION_RESPONDER_CHANNEL_CAPACITY",
"struct QuestionResponderRegistry",
"fn new",
"fn is_empty",
"fn register",
"fn dispatch",
"struct QuestionResponderGuard",
"fn spawn_question_router",
"struct PendingQuestionReplies",
"fn new",
"fn insert",
"fn peek_oldest_meta",
"fn resolve_oldest",
"fn remove_by_request_id"
],
"server/src/service/settings/io.rs": [
"fn read_config_toml",
"fn write_config_toml",