Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -26,17 +26,17 @@ use std::{collections::HashMap, fmt::Display};
|
||||
use super::task_store::TaskStore;
|
||||
use uuid::Uuid;
|
||||
use vec1::{Size0Error, Vec1};
|
||||
use warp_core::command::ExitCode;
|
||||
use warp_core::execution_mode::AppExecutionMode;
|
||||
use warp_core::features::FeatureFlag;
|
||||
use warp_core::send_telemetry_from_ctx;
|
||||
use warp_core::ui::appearance::Appearance;
|
||||
use warp_core::ui::theme::color::internal_colors;
|
||||
use warp_core::ui::theme::WarpTheme;
|
||||
use galaxy_core::command::ExitCode;
|
||||
use galaxy_core::execution_mode::AppExecutionMode;
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxy_core::send_telemetry_from_ctx;
|
||||
use galaxy_core::ui::appearance::Appearance;
|
||||
use galaxy_core::ui::theme::color::internal_colors;
|
||||
use galaxy_core::ui::theme::WarpTheme;
|
||||
use warp_multi_agent_api::response_event::stream_finished;
|
||||
use warp_multi_agent_api::{self as api, response_event::stream_finished::TokenUsage};
|
||||
use warpui::color::ColorU;
|
||||
use warpui::{EntityId, ModelContext, SingletonEntity};
|
||||
use galaxyui::color::ColorU;
|
||||
use galaxyui::{EntityId, ModelContext, SingletonEntity};
|
||||
|
||||
use crate::ai::agent::{AIIdentifiers, CancellationReason};
|
||||
use crate::{
|
||||
@@ -3683,7 +3683,7 @@ impl std::fmt::Display for ConversationStatus {
|
||||
}
|
||||
|
||||
impl ConversationStatus {
|
||||
pub fn render_icon(&self, appearance: &Appearance) -> warpui::elements::Icon {
|
||||
pub fn render_icon(&self, appearance: &Appearance) -> galaxyui::elements::Icon {
|
||||
match self {
|
||||
ConversationStatus::InProgress => in_progress_icon(appearance),
|
||||
ConversationStatus::Success => succeeded_icon(appearance),
|
||||
|
||||
Reference in New Issue
Block a user