huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-17 19:43:27 +00:00
parent 80efb7fcfc
commit 2bd41d980c
+6 -1
View File
@@ -2801,9 +2801,10 @@
"const RATE_LIMIT_DEBOUNCE", "const RATE_LIMIT_DEBOUNCE",
"const STAGE_TRANSITION_DEBOUNCE", "const STAGE_TRANSITION_DEBOUNCE",
"const AGENT_EVENT_DEBOUNCE", "const AGENT_EVENT_DEBOUNCE",
"const NEW_ITEM_COALESCE_WINDOW",
"fn should_send_rate_limit" "fn should_send_rate_limit"
], ],
"server/src/service/notifications/format.rs": [ "server/src/service/notifications/format/mod.rs": [
"fn stage_display_name", "fn stage_display_name",
"fn format_stage_notification", "fn format_stage_notification",
"fn format_error_notification", "fn format_error_notification",
@@ -2813,13 +2814,17 @@
"fn format_oauth_accounts_exhausted", "fn format_oauth_accounts_exhausted",
"fn format_agent_started_notification", "fn format_agent_started_notification",
"fn format_agent_completed_notification", "fn format_agent_completed_notification",
"struct NewItemInfo",
"fn format_new_item_notification", "fn format_new_item_notification",
"fn format_new_items_notification",
"fn format_merge_auto_retry_notification", "fn format_merge_auto_retry_notification",
"fn format_disk_warning_notification", "fn format_disk_warning_notification",
"fn format_disk_recovery_notification", "fn format_disk_recovery_notification",
"fn project_display_name",
"const MERGE_FAILURE_TAIL_LINES", "const MERGE_FAILURE_TAIL_LINES",
"fn truncate_gate_output" "fn truncate_gate_output"
], ],
"server/src/service/notifications/format/tests.rs": [],
"server/src/service/notifications/io/listener.rs": [ "server/src/service/notifications/io/listener.rs": [
"fn spawn_notification_listener" "fn spawn_notification_listener"
], ],