6.0.0 (2025-12-17)
Bug Fixes
- config: force shutdown immediately instead of waiting (6d69379)
- dev-install: prevent duplicate entries in bun global package.json (13824b6)
- websearch: preserve opencode and grok in mergeWithDefaults (110925e)
- websearch: update config.yaml comments to match CLI implementation (81e46bd)
- websearch: update existing hook config when filename changes (4959928)
- websearch: use correct @vibe-kit/grok-cli package (b6c1ae4)
Features
- build: add preinstall script to manage UI dependencies (78fb459)
- cliproxy-stats: Implement detailed stats fetching and integrate into UI (3216a0e)
- monitor: Enhance auth monitor and account flow visualization (994bd77)
- ui: add connection timeline and improve account flow layout (27de6af)
- ui: add documentation button to header (6e4ee80)
- ui: enhance light theme contrast and animations (197848a)
- ui: implement auth monitor components & pages (b97c3bf)
- websearch: add advanced configuration and custom MCP support (cadd2e8)
- websearch: add Grok CLI support and improve install guidance (c0938e1)
- websearch: add MCP fallback and Gemini CLI hook for third-party profiles (fd99ebc)
- websearch: add model config + improve hook UX (14c53d5)
- websearch: add multi-tier MCP fallback for third-party profiles (071ec04)
- websearch: add OpenCode CLI as third WebSearch provider (482cda0)
- websearch: dynamic hook timeout from config + grok-code default (d33fefd)
- websearch: enhance Gemini CLI integration, package manager detection, and WebSearch status (f7a1a40)
- websearch: implement fallback chain for CLI providers (e6aa8ac)
- websearch: respect config provider settings and consolidate prompts (e71cb62)
- web: update account manager and web routes (127e0e6)
BREAKING CHANGES
- websearch: Hook no longer falls back to all installed CLIs. It now
strictly respects config.yaml settings.