Skip to content

Release v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 28 May 23:41

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.json when the flat opencode.json is 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