mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 06:16:37 +00:00
Add automatic fallback chain (Gemini -> OpenCode -> Grok) when multiple WebSearch CLI providers are available. The hook now tries each provider in order until one succeeds. Changes: - Update websearch-transformer.cjs with tryOpenCodeSearch() and tryGrokSearch() - Implement fallback chain logic in processHook() - Add outputAllFailedMessage() for when all providers fail - Update outputNoToolsMessage() with all three install options - Update config.yaml comments to document OpenCode and fallback behavior