Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
@@ -50,10 +50,10 @@ use session_sharing_protocol::common::{
LongRunningCommandAgentInteractionState, SelectedConversation, UniversalDeveloperInputContext,
};
use settings::Setting as _;
use warpui::r#async::executor::Background;
use warpui::{AppContext, ModelContext, ModelHandle, SingletonEntity, ViewHandle, WindowId};
use galaxyui::r#async::executor::Background;
use galaxyui::{AppContext, ModelContext, ModelHandle, SingletonEntity, ViewHandle, WindowId};
use warp_core::execution_mode::AppExecutionMode;
use galaxy_core::execution_mode::AppExecutionMode;
use crate::ai::active_agent_views_model::ActiveAgentViewsModel;
use crate::ai::agent::conversation::AIConversation;
@@ -76,7 +76,7 @@ use crate::send_telemetry_on_executor;
use crate::server::telemetry::{TelemetryAgentViewEntryOrigin, TelemetryEvent};
use crate::settings::DebugSettings;
use crate::settings::{PrivacySettings, SshSettings};
use warp_core::send_telemetry_from_ctx;
use galaxy_core::send_telemetry_from_ctx;
use crate::terminal::model::session::Sessions;
@@ -2433,7 +2433,7 @@ pub fn get_shell_starter(
// TODO(alokedesai): Further refactor this function to make it clear that it's expensive.
shell_starter_or_wsl_name
.and_then(|starter| {
warpui::r#async::block_on(async { starter.to_shell_starter_source().await })
galaxyui::r#async::block_on(async { starter.to_shell_starter_source().await })
})
.map(|starter_source| {
get_shell_starter_internal(