Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/cockroachdb/codex-plugin/compare/v0.1.1...v0.1.2) (2026-09-22)


### Bug Fixes

* resolve packaged MCP resources from plugin root ([#3](https://github.com/cockroachdb/codex-plugin/issues/3)) ([bfc6ca3](https://github.com/cockroachdb/codex-plugin/commit/bfc6ca3d02590fce10965e9fd3952fe3d17b71c0))

## [0.1.1](https://github.com/cockroachdb/codex-plugin/compare/v0.1.0...v0.1.1) (2026-07-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cockroachdb/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cockroachdb",
"version": "0.1.1",
"version": "0.1.2",
"description": "Connect Codex directly to your CockroachDB clusters — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. Ships an MCP Toolbox backend for any cluster (self-hosted, local, or Cloud) plus the managed CockroachDB Cloud MCP, skills across multiple operational domains, and built-in safety hooks.",
"author": {
"name": "Cockroach Labs",
Expand Down
Loading