Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -13,9 +13,9 @@ use markdown_parser::parse_markdown;
|
||||
use pathfinder_color::ColorU;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use smol_str::SmolStr;
|
||||
use warp_editor::content::{buffer::Buffer, markdown::MarkdownStyle};
|
||||
use galaxy_editor::content::{buffer::Buffer, markdown::MarkdownStyle};
|
||||
|
||||
use warpui::{AppContext, SingletonEntity};
|
||||
use galaxyui::{AppContext, SingletonEntity};
|
||||
|
||||
use crate::ai::agent::{AgentReviewCommentBatch, DiffSetHunk};
|
||||
use crate::ai::blocklist::CLAUDE_ORANGE;
|
||||
@@ -24,8 +24,8 @@ use crate::code_review::comments::AttachedReviewCommentTarget;
|
||||
use crate::server::telemetry::CLIAgentType;
|
||||
use crate::ui_components::icons::Icon;
|
||||
use crate::workspaces::user_workspaces::UserWorkspaces;
|
||||
use warp_completer::parsers::simple::top_level_command;
|
||||
use warp_util::path::EscapeChar;
|
||||
use galaxy_completer::parsers::simple::top_level_command;
|
||||
use galaxy_util::path::EscapeChar;
|
||||
|
||||
/// UID for the Uber team.
|
||||
/// See https://warp.metabaseapp.com/dashboard/1454?team_id=46347
|
||||
|
||||
Reference in New Issue
Block a user