Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use warpui::{EntityId, ModelContext, ModelHandle, SingletonEntity};
|
||||
use galaxyui::{EntityId, ModelContext, ModelHandle, SingletonEntity};
|
||||
|
||||
use super::{CLIAgentEvent, CLIAgentSessionsModel};
|
||||
use crate::terminal::cli_agent_sessions::event::parse_event;
|
||||
@@ -152,7 +152,7 @@ pub struct CLIAgentSessionListener {
|
||||
inner: Box<dyn CLIAgentSessionHandler>,
|
||||
}
|
||||
|
||||
impl warpui::Entity for CLIAgentSessionListener {
|
||||
impl galaxyui::Entity for CLIAgentSessionListener {
|
||||
type Event = ();
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ pub(crate) mod plugin_manager;
|
||||
|
||||
use std::collections::{HashMap, HashSet};
|
||||
|
||||
use warpui::{Entity, EntityId, ModelContext, ModelHandle, SingletonEntity};
|
||||
use galaxyui::{Entity, EntityId, ModelContext, ModelHandle, SingletonEntity};
|
||||
|
||||
use crate::ai::blocklist::InputConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user