diff --git a/.changeset/ci-output-formats.md b/.changeset/ci-output-formats.md deleted file mode 100644 index c19eb60d..00000000 --- a/.changeset/ci-output-formats.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add `query --format codeclimate` (GitLab Code Quality JSON) and `query --format badge` (markdown issue-count line or `codemap-badge/v1` JSON via `--badge-style json`). Available on CLI, MCP, and HTTP query tools. diff --git a/.changeset/cognitive-complexity.md b/.changeset/cognitive-complexity.md deleted file mode 100644 index e3d7b4f9..00000000 --- a/.changeset/cognitive-complexity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": minor ---- - -Add SonarSource cognitive complexity on `symbols` (same function-shaped coverage as cyclomatic, including class methods). New recipe `high-cognitive-complexity`; `high-complexity-untested` rows include `cognitive_complexity`. diff --git a/.changeset/mcp-tool-annotations.md b/.changeset/mcp-tool-annotations.md deleted file mode 100644 index 70b00ca9..00000000 --- a/.changeset/mcp-tool-annotations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -MCP `tools/list` and HTTP `GET /tools` expose advisory `readOnlyHint`, `destructiveHint`, and `idempotentHint` per tool so clients can gate auto-approval. Apply tools carry `destructiveHint`; read-only query tools carry `readOnlyHint`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 970fe768..982d8714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @stainless-code/codemap +## 0.11.0 + +### Minor Changes + +- [#173](https://github.com/stainless-code/codemap/pull/173) [`d4982c4`](https://github.com/stainless-code/codemap/commit/d4982c49fd7a96a5185ed09bccca8caac0911c77) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add SonarSource cognitive complexity on `symbols` (same function-shaped coverage as cyclomatic, including class methods). New recipe `high-cognitive-complexity`; `high-complexity-untested` rows include `cognitive_complexity`. + +### Patch Changes + +- [#172](https://github.com/stainless-code/codemap/pull/172) [`cf7df2f`](https://github.com/stainless-code/codemap/commit/cf7df2fd94a855f0f48bc8ce509836e7f3e6d8d2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `query --format codeclimate` (GitLab Code Quality JSON) and `query --format badge` (markdown issue-count line or `codemap-badge/v1` JSON via `--badge-style json`). Available on CLI, MCP, and HTTP query tools. + +- [#170](https://github.com/stainless-code/codemap/pull/170) [`e74410c`](https://github.com/stainless-code/codemap/commit/e74410cf2fd0095cca83ca501b8d69786fc17b56) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - MCP `tools/list` and HTTP `GET /tools` expose advisory `readOnlyHint`, `destructiveHint`, and `idempotentHint` per tool so clients can gate auto-approval. Apply tools carry `destructiveHint`; read-only query tools carry `readOnlyHint`. + ## 0.10.1 ### Patch Changes diff --git a/package.json b/package.json index d959b8e3..4b6c29bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.10.1", + "version": "0.11.0", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",