chore: release v1.2.0 — add Kimi Code plugin surface#238
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Releases v1.2.0 of the Cosmos DB Agent Kit and adds a new “Kimi Code” plugin surface alongside existing vendor manifests, plus automation to keep manifest versions aligned during releases.
Changes:
- Bump repo + manifest versions to 1.2.0 and add a v1.2.0 changelog entry.
- Add Kimi Code support via
.kimi-plugin/plugin.jsonandkimi-marketplace.json, and update README installation/docs accordingly. - Add
scripts/validate-manifests.js(+npm run validate:manifests) and run it in the release workflow.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/cosmosdb-best-practices/metadata.json | Skill metadata version bump to 1.2.0 (and related release metadata). |
| scripts/version.js | Includes .kimi-plugin/plugin.json in the atomic version bump script. |
| scripts/validate-manifests.js | New validator to ensure vendor manifests parse and versions match package.json. |
| README.md | Documents Kimi Code support and installation paths. |
| plugin.json | Version bump to 1.2.0. |
| package.json | Version bump + adds validate:manifests script. |
| kimi-marketplace.json | Adds Kimi marketplace catalog entry for this repo. |
| gemini-extension.json | Version bump to 1.2.0. |
| CHANGELOG.md | Adds v1.2.0 release notes covering Kimi surface + validations. |
| apm.yml | Version bump to 1.2.0. |
| .kimi-plugin/plugin.json | New Kimi Code plugin manifest including MCP server invocation. |
| .github/workflows/release.yml | Adds manifest validation to the release workflow. |
| .cursor-plugin/plugin.json | Version bump to 1.2.0. |
| .codex-plugin/plugin.json | Version bump to 1.2.0. |
| .claude-plugin/plugin.json | Version bump to 1.2.0. |
Comment on lines
+2
to
4
| "version": "1.2.0", | ||
| "organization": "CosmosDB Agent Kit", | ||
| "date": "January 2026", |
Comment on lines
26
to
+31
| - name: Validate rules | ||
| run: npm run validate || true | ||
|
|
||
| - name: Validate plugin manifests | ||
| run: npm run validate:manifests | ||
|
|
|
@copilot Fix the code for all comments in this review thread. When a review comment includes a suggested change, apply the suggestion exactly. Do not make changes beyond what is described in the linked review thread. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Checklist
npm run validateand it passed{prefix}-{description}.mdtitle,impact,tags)For New Rules
Rule file:
skills/cosmosdb-best-practices/rules/_____.mdCategory:
Impact level:
Why is this rule important?
Agent Testing
Related Issues
Additional Notes