Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user