diff --git a/index.html b/index.html index 632edbc..6c12c21 100644 --- a/index.html +++ b/index.html @@ -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' }],