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
@@ -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 = ();
}
+1 -1
View File
@@ -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;