mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 20:20:09 +00:00
Previously, WebSearch status showed "Ready (Gemini)" when the CLI binary was installed, misleading users who hadn't authenticated yet. Changes: - Add isGeminiAuthenticated() to check ~/.gemini/oauth_creds.json - Add 'needs_auth' state to WebSearchReadiness type - Show warning "[!] Gemini: run 'gemini' to login" when not authenticated - Fix incorrect 'gemini auth login' references (no such command exists) - Update docs with correct npm install and authentication instructions