fix: agent mode icon — 🥸 in dropdown, ⚡ on Run button
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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' };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user