mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
fe0f8ecf64
Replace all emoji characters with standard Unicode symbols that render correctly in terminals with UTF-8 support. Persona icons: - Zee: 🧠💜🤖 → ★ (U+2605 Black Star) - Stanley: 📈 → ♦ (U+2666 Black Diamond) - Johny: 📚🎓🧠 → ◎ (U+25CE Bullseye) Status indicators: - Working: ↻ → ⟳ (wider rotating arrow) - Pending: ◔ → ◐ (wider half circle) - Completed: ✓ → ✔ (heavier check) - Hold mode: ◆ → ▣ (square with inner square) - Release mode: ◇ → ▢ (rounded square) Other changes: - Status headers: 🔺📊 → ◆◈ - Calendar indicator: 📅 → ▦ - Make persona parameter required in createSessionPane() - Fix keybind conflicts: mode_toggle → <leader>h, messages_toggle_conceal → <leader>/, tips_toggle → <leader>? - Add persistent hold/release indicator in prompt All symbols are in the Basic Multilingual Plane (BMP) for maximum terminal compatibility. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>