feat(companion): rename Tabby companion to Sagi, replace cat avatar with mascot

Full rename across files, identifiers, CSS classes, and user-facing strings
(en/vi locales, ARCHITECTURE.md). Replaces the hand-drawn animated cat
avatar with the pig-superhero mascot artwork, split into parts to keep
per-eye cursor tracking and blink animation working; whole-mascot mood
transforms (breathe/bob/shake/tilt) and new zzz/bang/sparkle overlays
carry the rest of the mood expression since the traced art has no shared
palette to key off of.
This commit is contained in:
2026-08-19 11:07:59 +07:00
parent dce54c8a3a
commit 4cc39f5069
25 changed files with 1390 additions and 1041 deletions
+2 -2
View File
@@ -73,9 +73,9 @@ def topic_blurb(path: Path) -> str:
"Renders Claude transcript rows (user, assistant, tool calls) inside Session "
"Detail with markdown, syntax highlighting, and TUI-style segments."
)
if "Tabby" in rel:
if "Sagi" in rel:
hints.append(
"Tabby is the optional on-screen cat assistant — quips, intents, and lightweight "
"Sagi is the optional on-screen mascot assistant — quips, intents, and lightweight "
"event reactions layered above the dashboard chrome."
)
if "hook" in rel.lower() or name.startswith("use"):