@@ -107,7 +107,6 @@ pub fn run() {
107107 credential_sync_service : credential_sync_service_state,
108108 token_cache_service : token_cache_service_state,
109109 machine_id_service : machine_id_service_state,
110- resilience_config : resilience_config_state,
111110 plugin_manager : plugin_manager_state,
112111 plugin_installer : plugin_installer_state,
113112 plugin_rpc_manager : plugin_rpc_manager_state,
@@ -214,7 +213,6 @@ pub fn run() {
214213 . manage ( credential_sync_service_state)
215214 . manage ( token_cache_service_state)
216215 . manage ( machine_id_service_state)
217- . manage ( resilience_config_state)
218216 . manage ( telemetry_state)
219217 . manage ( plugin_manager_state)
220218 . manage ( plugin_installer_state)
@@ -1344,13 +1342,6 @@ pub fn run() {
13441342 // API Key Provider connection test command
13451343 commands:: api_key_provider_cmd:: test_api_key_provider_connection,
13461344 commands:: api_key_provider_cmd:: test_api_key_provider_chat,
1347- // Resilience config commands
1348- commands:: resilience_cmd:: get_retry_config,
1349- commands:: resilience_cmd:: update_retry_config,
1350- commands:: resilience_cmd:: get_failover_config,
1351- commands:: resilience_cmd:: update_failover_config,
1352- commands:: resilience_cmd:: get_switch_log,
1353- commands:: resilience_cmd:: clear_switch_log,
13541345 // Telemetry commands
13551346 commands:: telemetry_cmd:: get_request_logs,
13561347 commands:: telemetry_cmd:: get_request_log_detail,
@@ -1369,15 +1360,8 @@ pub fn run() {
13691360 commands:: injection_cmd:: add_injection_rule,
13701361 commands:: injection_cmd:: remove_injection_rule,
13711362 commands:: injection_cmd:: update_injection_rule,
1372- // Security & Performance commands
1373- commands:: security_perf_cmd:: get_rate_limit_config,
1374- commands:: security_perf_cmd:: update_rate_limit_config,
1375- commands:: security_perf_cmd:: get_conversation_config,
1376- commands:: security_perf_cmd:: update_conversation_config,
1363+ // Hint route commands
13771364 commands:: security_perf_cmd:: get_hint_routes,
1378- commands:: security_perf_cmd:: update_hint_routes,
1379- commands:: security_perf_cmd:: get_pairing_config,
1380- commands:: security_perf_cmd:: update_pairing_config,
13811365 // Usage commands
13821366 commands:: usage_cmd:: get_kiro_usage,
13831367 // Tray commands
0 commit comments