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
@@ -2,8 +2,8 @@ use std::path::Path;
use std::rc::Rc;
use std::sync::Arc;
use vec1::Vec1;
use warp_core::features::FeatureFlag;
use warpui::{EntityId, ViewContext};
use galaxy_core::features::FeatureFlag;
use galaxyui::{EntityId, ViewContext};
use super::blocklist_filter::exchanges_for_blocklist;
use crate::ai::blocklist::agent_view::{
@@ -62,10 +62,10 @@ use crate::{
},
},
};
use warp_core::channel::ChannelState;
use galaxy_core::channel::ChannelState;
use warp_multi_agent_api as api;
use warpui::units::IntoPixels;
use warpui::{ModelHandle, SingletonEntity};
use galaxyui::units::IntoPixels;
use galaxyui::{ModelHandle, SingletonEntity};
/// Describes restore-context setup state for directory reconciliation and hinting.
#[derive(Clone, Debug, PartialEq, Eq)]