v1.3.1
This release replaces Gemini CLI support with a new Antigravity CLI provider, adds OpenCode chat history management, and fixes critical scanning bugs across all providers.
Features
- Replaced Gemini CLI with Antigravity CLI as a supported provider, including project and global config scanning, MCP server discovery, skills, and instruction files
- Added OpenCode chat support in the Chat Manager – scan, export, import, and soft-delete chat sessions stored in OpenCode's SQLite database
- Added per-provider chat filtering in the Chat Manager to view sessions for a single provider
- Compacted the codebase by extracting shared helpers and deduplicating hook scanning, toggle, and path collision logic across providers
Bug Fixes
- Fixed OpenCode project config not loading from
.opencode/opencode.jsonwhen the flatopencode.jsonis absent - Fixed OpenCode agents not being discovered from
.opencode/agent/and.opencode/agents/markdown directories - Fixed OpenCode plugins being miscategorized as hooks instead of their own item type
- Fixed OpenCode chat session timestamps displaying incorrectly when stored as seconds instead of milliseconds
- Fixed Claude Code hooks displaying the matcher name instead of the actual command, making hooks on the same event indistinguishable
- Fixed Kiro hooks inside
agents.disabled/not being marked as disabled in the Hook Cockpit