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
+4 -4
View File
@@ -14,8 +14,8 @@ use parking_lot::FairMutex;
use serde::{Deserialize, Serialize};
use session_sharing_protocol::common::{InputMode, InputType as ProtocolInputType};
use settings::Setting as _;
use warp_core::features::FeatureFlag;
use warpui::{AppContext, Entity, EntityId, ModelContext, ModelHandle, SingletonEntity};
use galaxy_core::features::FeatureFlag;
use galaxyui::{AppContext, Entity, EntityId, ModelContext, ModelHandle, SingletonEntity};
pub use input_classifier::InputType;
@@ -24,7 +24,7 @@ use crate::terminal::cli_agent_sessions::{
CLIAgentInputState, CLIAgentSessionsModel, CLIAgentSessionsModelEvent,
};
use crate::PrivacySettings;
use warp_completer::completer::CompletionContext;
use galaxy_completer::completer::CompletionContext;
use crate::{
input_classifier::InputClassifierModel,
@@ -697,7 +697,7 @@ impl BlocklistAIInputModel {
futures_lite::future::yield_now().await;
let input =
warp_completer::util::expand_aliases(input, &completion_context).await;
galaxy_completer::util::expand_aliases(input, &completion_context).await;
futures_lite::future::yield_now().await;