fix(web-search): rename `claude` alias (#13229)

Rename the 'claude' alias to 'claudeai' in the web-search plugin to
prevent conflicts with the Claude CLI tool. This ensures users can access
both the web search functionality and the Claude CLI without collision.
master
Malav Bhavsar 8 months ago committed by GitHub
parent 13d4176a68
commit 70f0e5285f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins/web-search/web-search.plugin.zsh

@ -92,7 +92,7 @@ alias packagist='web_search packagist'
alias gopkg='web_search gopkg'
alias chatgpt='web_search chatgpt'
alias grok='web_search grok'
alias claude='web_search claude'
alias claudeai='web_search claudeai'
alias reddit='web_search reddit'
alias ppai='web_search ppai'

Loading…
Cancel
Save