Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 2.71 KB

File metadata and controls

68 lines (34 loc) · 2.71 KB

Changelog

0.1.8 (2026-05-03)

Features

  • add setup-cockroachdb.sh for local 3-node cluster provisioning (fabeefa)

0.1.7 (2026-04-22)

Bug Fixes

  • migrate toolbox config to v1.1.0 map-based format (2130c90)

0.1.6 (2026-04-12)

Bug Fixes

  • add COCKROACHDB_SSLMODE env var to mcp.json for parity with claude-plugin (4bbc9fc)

0.1.5 (2026-04-10)

Bug Fixes

  • add explicit skills paths to plugin.json for marketplace discovery (3560a82)

0.1.4 (2026-04-09)

Bug Fixes

  • restructure skills to match upstream category hierarchy (bb22bdc)

0.1.3 (2026-03-31)

Bug Fixes

  • remove unsupported plugin.json fields that break Cursor install (1cfd2ab)

0.1.2 (2026-03-27)

Features

  • add Cloud MCP and ccloud CLI GA support, replace skill symlinks with real directories (a160eca)

0.1.1 (2026-03-17)

Features

  • initial CockroachDB plugin for Cursor (cfb79b7)

0.1.0 (Unreleased)

Added

  • 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