From ef4077513c4c8923332729ed1e5256ccbd315598 Mon Sep 17 00:00:00 2001 From: cade Date: Sun, 15 Mar 2026 18:45:48 +0000 Subject: [PATCH] remove broken search from ai command --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 60d7d25..8802045 100644 --- a/index.html +++ b/index.html @@ -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' }],