0.1.8 (2026-05-03)
- add setup-cockroachdb.sh for local 3-node cluster provisioning (fabeefa)
0.1.7 (2026-04-22)
- migrate toolbox config to v1.1.0 map-based format (2130c90)
0.1.6 (2026-04-12)
- add COCKROACHDB_SSLMODE env var to mcp.json for parity with claude-plugin (4bbc9fc)
0.1.5 (2026-04-10)
- add explicit skills paths to plugin.json for marketplace discovery (3560a82)
0.1.4 (2026-04-09)
- restructure skills to match upstream category hierarchy (bb22bdc)
0.1.3 (2026-03-31)
- remove unsupported plugin.json fields that break Cursor install (1cfd2ab)
0.1.2 (2026-03-27)
- add Cloud MCP and ccloud CLI GA support, replace skill symlinks with real directories (a160eca)
0.1.1 (2026-03-17)
- initial CockroachDB plugin for Cursor (cfb79b7)
- Initial release of CockroachDB plugin for Cursor
- 4 MCP backends: Toolbox stdio, Toolbox HTTP, ccloud CLI (coming soon), Cloud MCP Server (coming soon)
- 3 database tools: execute-sql, list-schemas, list-tables
- 22 skills via cockroachdb-skills submodule (symlink pattern) across 10 operational domains
- 2 rule sets with 24+ best practices: SQL patterns, application patterns
- cockroachdb-skills submodule reference
- Release Please automation with GitHub Actions