Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//! icon, and brand color from here so the two surfaces cannot drift.
|
||||
|
||||
use pathfinder_color::ColorU;
|
||||
use warp_cli::agent::Harness;
|
||||
use galaxy_cli::agent::Harness;
|
||||
|
||||
use crate::ai::agent::conversation::AIAgentHarness;
|
||||
use crate::ai::blocklist::CLAUDE_ORANGE;
|
||||
@@ -15,7 +15,7 @@ use crate::ui_components::icons::Icon;
|
||||
/// User-visible display name for a [`Harness`].
|
||||
pub fn display_name(harness: Harness) -> &'static str {
|
||||
match harness {
|
||||
Harness::Oz => "Warp Agent",
|
||||
Harness::Oz => "Galaxy Agent",
|
||||
Harness::Claude => "Claude Code",
|
||||
Harness::OpenCode => "OpenCode",
|
||||
Harness::Gemini => "Gemini CLI",
|
||||
|
||||
Reference in New Issue
Block a user