remove broken search from ai command

This commit is contained in:
cade
2026-03-15 18:45:48 +00:00
parent 131e6fd65a
commit ef4077513c
+1 -1
View File
@@ -49,7 +49,7 @@
// prettier-ignore
const COMMANDS = new Map([
['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/chat', 'a/gemini', 'a/grok', 'a/lumo'], url: 'https://claude.ai/new' }],
['a', { name: 'AI', 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' }],