refactor: cleanup

This commit is contained in:
zhom
2026-09-09 10:09:14 +04:00
parent 598d3bd513
commit dd42d46753
249 changed files with 67417 additions and 6659 deletions
+55
View File
@@ -28,6 +28,9 @@ export const commandCoverage = {
"window_decorations::get_window_decoration_layout",
"get_onboarding_completed",
"complete_onboarding",
"data_root::get_data_root_info",
"data_root::move_data_root",
"data_root::clear_data_root_choice",
],
},
profileEntities: {
@@ -60,7 +63,22 @@ export const commandCoverage = {
"update_profile_group",
"delete_profile_group",
"assign_profiles_to_group",
"get_group_bookmarks",
"set_group_bookmarks",
"apply_group_bookmarks_to_profile",
"delete_selected_profiles",
"plan_proxy_distribution",
"distribute_proxies_to_profiles",
],
},
trash: {
suite: "entities",
level: "integration",
commands: [
"list_trashed_profiles",
"restore_trashed_profile",
"purge_trashed_profile",
"empty_trash",
],
},
proxyEntities: {
@@ -74,6 +92,7 @@ export const commandCoverage = {
"check_proxy_validity",
"validate_vless_uri",
"get_cached_proxy_check",
"get_proxy_check_history",
"export_proxies",
"import_proxies_json",
"parse_txt_proxies",
@@ -88,6 +107,7 @@ export const commandCoverage = {
"get_extension_icon",
"add_extension",
"add_unpacked_extension",
"fetch_extension_from_url",
"update_extension",
"update_extension_from_path",
"delete_extension",
@@ -182,6 +202,13 @@ export const commandCoverage = {
"fingerprint_consistency::match_profile_fingerprint_to_exit",
"launch_gate::get_profile_pre_launch_checks",
"launch_gate::ack_launch_gate",
"wayfern_persona::get_profile_persona",
"recorder::start_recipe_recording",
"recorder::stop_recipe_recording",
"recorder::get_recipe_recording",
"profile::portable::export_profile",
"profile::portable::preview_profile_archive",
"profile::portable::import_profile_archive",
"check_wayfern_terms_accepted",
"check_wayfern_downloaded",
"accept_wayfern_terms",
@@ -194,6 +221,7 @@ export const commandCoverage = {
"start_api_server",
"stop_api_server",
"get_api_server_status",
"check_integration_connection",
"start_mcp_server",
"stop_mcp_server",
"get_mcp_server_status",
@@ -201,10 +229,20 @@ export const commandCoverage = {
"list_mcp_agents",
"add_mcp_to_agent",
"remove_mcp_from_agent",
"start_mcp_remote_bridge",
"stop_mcp_remote_bridge",
"get_mcp_remote_status",
"get_remote_control_entitlement",
"get_mcp_remote_credential",
"rotate_mcp_remote_credential",
"forget_mcp_remote_credential",
"synchronizer::start_sync_session",
"synchronizer::stop_sync_session",
"synchronizer::remove_sync_follower",
"synchronizer::get_sync_sessions",
"synchronizer::set_sync_session_paused",
"synchronizer::set_sync_follower_held",
"synchronizer::arrange_sync_windows",
],
},
syncAndEncryption: {
@@ -289,6 +327,23 @@ export const commandCoverage = {
"cookie_bot::delete_cookie_bot_user_template",
],
},
agent: {
suite: "integrations",
level: "contract",
commands: [
"agent::start_agent_run",
"agent::get_agent_runs",
"agent::get_agent_run",
"agent::cancel_agent_run",
"agent::get_agent_recipes",
"agent::create_agent_recipe",
"agent::update_agent_recipe",
"agent::delete_agent_recipe",
"agent::start_agent_run_events",
"agent::stop_agent_run_events",
"agent::get_agent_run_events_status",
],
},
updateContracts: {
suite: "integrations",
level: "contract",