update commands

This commit is contained in:
cade 2026-02-28 09:57:09 -08:00
parent 6301e1a8c9
commit ecfc7fae9c
No known key found for this signature in database

View file

@ -49,8 +49,8 @@
// prettier-ignore
const COMMANDS = new Map([
['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com' }],
['a/claude', { url: 'https://claude.ai/new' }],
['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/chat', 'a/gemini', 'a/grok', 'a/lumo'], url: 'https://claude.ai/new' }],
['a/chat', { url: 'https://chatgpt.com' }],
['a/gemini', { url: 'https://gemini.google.com' }],
['a/grok', { url: 'https://grok.com' }],
['a/lumo', { url: 'https://lumo.proton.me/u/0' }],