Settings cleanup: remove Cloud Platform, Teams, Shared Blocks, Referrals from nav; disable autoupdate; stub Oz settings; rename Warpify to Galaxify

This commit is contained in:
Ryan Ward
2026-05-12 08:42:54 -05:00
parent 140da74f99
commit 2c651f2085
12 changed files with 62 additions and 182 deletions
+4 -25
View File
@@ -6072,19 +6072,7 @@ impl Workspace {
}
}
// 3. Cloud Oz (if flags enabled)
if is_any_ai_enabled
&& FeatureFlag::AgentView.is_enabled()
&& FeatureFlag::CloudMode.is_enabled()
{
let mut cloud_item = MenuItemFields::new("Cloud Oz")
.with_on_select_action(WorkspaceAction::AddAmbientAgentTab)
.with_icon(icons::Icon::LayoutAlt01);
if effective_default == DefaultSessionMode::CloudAgent {
cloud_item = cloud_item.with_key_shortcut_label(shortcut_label.clone());
}
menu_items.push(cloud_item.into_item());
}
// 3. Cloud Oz (removed — Bedrock-only, no cloud agent)
// 3b. Local Docker Sandbox
if FeatureFlag::LocalDockerSandbox.is_enabled() {
@@ -15453,14 +15441,9 @@ impl Workspace {
/// settings with the intent of inviting a user.
pub fn show_team_settings_page_with_email_invite(
&mut self,
email_invite: Option<&String>,
ctx: &mut ViewContext<Self>,
_email_invite: Option<&String>,
_ctx: &mut ViewContext<Self>,
) {
self.show_settings_with_section(Some(SettingsSection::Teams), ctx);
self.settings_pane.update(ctx, |view, ctx| {
view.open_teams_page_email_invite(email_invite, ctx);
});
}
/// Opens the MCP servers settings page, optionally triggering auto-install of a gallery MCP.
@@ -19312,11 +19295,7 @@ impl Workspace {
.insert(flags::SHARED_BLOCK_TITLE_GENERATION_FLAG);
}
if *ai_settings.should_show_oz_updates_in_zero_state.value() {
context
.set
.insert(flags::SHOW_OZ_UPDATES_IN_ZERO_STATE_FLAG);
}
if *ai_settings
.should_render_use_agent_footer_for_user_commands