Rename claude alias to claudeai to avoid conflict with Claude CLI

This commit is contained in:
Gregory 2025-07-23 12:23:36 +10:00
commit a3b2c31b06
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ Available search contexts are:
| `packagist` | `https://packagist.org/?query=` |
| `gopkg` | `https://pkg.go.dev/search?m=package&q=` |
| `chatgpt` | `https://chatgpt.com/?q=` |
| `claude` | `https://claude.ai/new?q=` |
| `claudeai` | `https://claude.ai/new?q=` |
| `grok` | `https://grok.com/?q=` |
| `reddit` | `https://www.reddit.com/search/?q=` |
| `ppai` | `https://www.perplexity.ai/search/new?q=` |

View file

@ -34,7 +34,7 @@ function web_search() {
gopkg "https://pkg.go.dev/search?m=package&q="
chatgpt "https://chatgpt.com/?q="
grok "https://grok.com/?q="
claude "https://claude.ai/new?q="
claudeai "https://claude.ai/new?q="
reddit "https://www.reddit.com/search/?q="
ppai "https://www.perplexity.ai/search/new?q="
)