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 -2
View File
@@ -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",