Rebrand Warp to Galaxy v1.1.0
- Rename all UI-facing "Warp" references to "Galaxy" - Rename "Warpify" to "Wormhole" throughout the UI - Replace app icons with 5 new Galaxy-branded variants - Update About page to show selected app icon dynamically - Rephrase Privacy page for Bedrock context - Remove "Fallback to Warp server" toggle from Bedrock settings - Widen model selector dropdowns in profile editor (480px) - Update TERM_PROGRAM to "GalaxyTerminal" - Bump version to 1.1.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
99159184cb
commit
ccc67e6a33
@@ -428,7 +428,7 @@ impl ansi::Handler for GridHandler {
|
||||
fn report_xtversion<W: std::io::Write>(&mut self, writer: &mut W) {
|
||||
log::trace!("Reporting xtversion");
|
||||
let version = ChannelState::app_version().unwrap_or("");
|
||||
let _ = writer.write_all(format!("\x1bP>|Warp({version})\x1b\\").as_bytes());
|
||||
let _ = writer.write_all(format!("\x1bP>|Galaxy({version})\x1b\\").as_bytes());
|
||||
}
|
||||
|
||||
fn device_status<W: std::io::Write>(&mut self, writer: &mut W, arg: usize) {
|
||||
|
||||
@@ -610,7 +610,7 @@ pub mod regexes {
|
||||
},
|
||||
DefaultRegex {
|
||||
pattern: WARP_API_KEY,
|
||||
name: "Warp API Key",
|
||||
name: "Galaxy API Key",
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user