Rebrand remaining user-visible Grok strings to Kigi/Kimi

The welcome hero subtitle still read "Thanks for trying Grok Build";
theme display names, the NO_COLOR/COLORTERM diagnostics notes, the
permission notification title, the self-update restart hints, and the
clipboard-wrap protocol marker all still said Grok. Canonical theme keys
(groknight/grokday) are unchanged — only display strings move.
This commit is contained in:
2026-07-17 18:22:00 -04:00
parent 9e70a8fa18
commit 5406fb7d68
10 changed files with 22 additions and 22 deletions
@@ -2206,8 +2206,8 @@ pub async fn run_update(
{
tracing::warn!("Failed to persist auto_update=false for pinned install: {e}");
}
eprintln!("grok v{} installed successfully!", version);
eprintln!(" Please restart Grok.");
eprintln!("kigi v{} installed successfully!", version);
eprintln!(" Please restart Kigi.");
return Ok(Some(version.to_string()));
}
@@ -2324,7 +2324,7 @@ pub async fn run_update(
eprintln!(" ✓ grok v{} installed successfully!", target_version);
if !force && std::env::var_os("KIGI_AUTO_UPDATE").is_none() {
eprintln!(" Please restart Grok.");
eprintln!(" Please restart Kigi.");
}
Ok(Some(target_version.to_string()))
}