fix: agent mode icon — 🥸 in dropdown, on Run button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-26 22:51:51 -04:00
parent 3bada5f311
commit 24c9f52b49

View File

@@ -72,7 +72,7 @@
chat: { icon: '💬', label: 'Chat' },
note: { icon: '📝', label: 'Note' },
otr: { icon: '🔒', label: 'OTR' },
agent: { icon: '', label: 'Agent' },
agent: { icon: '🥸', label: 'Agent' },
};
const send_labels = { chat: '↑ Send', note: '📝 Note', otr: '↑ Send', agent: '⚡ Run' };