Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
+1 -42
View File
@@ -148,7 +148,6 @@ log.workspace = true
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
lsp.workspace = true
galaxy_logging.workspace = true
sentry = { workspace = true, optional = true }
lz4_flex = "0.11"
markdown_parser.workspace = true
mcp.workspace = true
@@ -179,7 +178,6 @@ regex-automata = "0.4.6"
regex.workspace = true
reqwest.workspace = true
rust-embed.workspace = true
sentry-log = { workspace = true, optional = true }
inventory = "0.3"
schemars = "1"
serde.workspace = true
@@ -271,7 +269,6 @@ rmcp.workspace = true
galaxy_isolation_platform.workspace = true
galaxy_ripgrep.workspace = true
galaxy_managed_secrets.workspace = true
warp_multi_agent_client.workspace = true
local_control.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]
@@ -385,8 +382,6 @@ nix = { workspace = true, features = [
] }
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "windows"))'.dependencies]
crash-handler = { version = "0.6.3", optional = true }
minidumper = { version = "0.8.3", optional = true }
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
freedesktop-desktop-entry = "0.5.0"
@@ -482,7 +477,6 @@ changelog = []
clear_autosuggestion_on_escape = []
cloud_object_initial_load = ["enforce_revisions_to_cloud_objects"]
codebase_index_speedbump = []
cocoa_sentry = ["crash_reporting"]
command_predictor = []
context_line_review_comments = []
completions_v2 = [
@@ -490,14 +484,6 @@ completions_v2 = [
"galaxy_completer/v2",
"dep:command-signatures-v2",
]
crash_reporting = [
"dep:sentry",
"dep:sentry-log",
"dep:minidumper",
"dep:crash-handler",
"galaxy_logging/crash_reporting",
"ai/crash_reporting",
]
creating_shared_sessions = []
cross_repo_context = []
codebase_index_persistence = ["full_source_code_embedding"]
@@ -528,7 +514,6 @@ default = [
"agent_mode_pre_plan_xml",
"command_correction_key",
"kitty_images",
"global_ai_analytics_collection",
"grep_tool",
"validate_autosuggestions",
"clear_autosuggestion_on_escape",
@@ -570,8 +555,6 @@ default = [
"mcp_oauth",
"expand_edit_to_pane",
"fallback_model_load_output_messaging",
"api_key_authentication",
"api_key_management",
"summarization_cancellation_confirmation",
"ui_zoom",
"discard_per_file_and_all_changes",
@@ -583,14 +566,11 @@ default = [
"integration_command",
"artifact_command",
"conversation_api",
"cloud_environments",
"create_environment_slash_command",
"code_review_find",
"mcp_grouped_server_context",
"fork_from_command",
"context_window_usage_v2",
"v4a_file_diffs",
"team_api_keys",
"named_agents",
"agent_tips",
"pluggable_notifications",
@@ -600,19 +580,12 @@ default = [
"ask_user_question",
"bundled_skills",
"agent_mode_computer_use",
"oz_platform_skills",
"oz_identity_federation",
"sync_ambient_plans",
"conversation_artifacts",
"agent_view",
"agent_view_block_context",
"agent_view_conversation_list_view",
"inline_slash_commands",
"inline_history_menu",
"inline_model_selector",
"oz_launch_modal",
"open_warp_launch_modal",
"orchestration_launch_modal",
"new_tab_styling",
"richtext_multiselect",
"inline_profile_selector",
@@ -649,34 +622,22 @@ default = [
"vertical_tabs_summary_mode",
"tab_configs",
"grouped_tabs",
"agent_harness",
"hoa_onboarding_flow",
"hoa_remote_control",
"codex_notifications",
"codex_plugin",
"trim_trailing_blank_lines",
"open_warp_new_settings_modes",
"skip_firebase_anonymous_user",
"settings_file",
"directory_tab_colors",
"git_credential_refresh",
"oz_handoff",
"handoff_local_cloud",
"run_agents_tool",
"orchestration_viewer_streamer",
"owner_orchestration_ancestor_streamer",
"pending_user_query_indicator",
"queue_slash_command",
"queued_prompts_v2",
"cloud_mode_input_v2",
"cloud_mode_setup_v2",
"handoff_cloud_cloud",
"remote_codebase_indexing",
"solo_user_byok",
"custom_inference_endpoints",
"custom_model_routers",
"supergrok",
"billing_and_usage_page_v2",
"remote_code_review",
"git_operations_in_code_review",
]
@@ -728,7 +689,6 @@ agent_mode_evals = [
"rust-embed/debug-embed",
"galaxyui/log_named_telemetry_events",
"galaxy_logging/agent_mode_evals",
"warp_multi_agent_client/agent_mode_evals",
"galaxy_server_client/agent_mode_evals",
]
ambient_agents_command_line = []
@@ -741,7 +701,7 @@ inline_slash_commands = ["agent_view"]
# profile report when app memory usage exceeds a 10GB threshold.
#
# Enabled on WarpDev by default.
heap_usage_tracking = ["jemalloc_pprof", "crash_reporting"]
heap_usage_tracking = ["jemalloc_pprof"]
image_as_context = []
in_band_generators_ssh = []
jemalloc = ["dep:tikv-jemallocator", "ai/jemalloc"]
@@ -773,7 +733,6 @@ local_fs = [
"repo_metadata/local_fs",
"galaxy_core/local_fs",
]
log_expensive_frames_in_sentry = []
markdown_tables = []
markdown_mermaid = []
mcp_server = []