Skip to content

chore: release v1.2.0 — add Kimi Code plugin surface#238

Merged
sajeetharan merged 1 commit into
mainfrom
dev/sajee/kimki-plugin
Jul 21, 2026
Merged

chore: release v1.2.0 — add Kimi Code plugin surface#238
sajeetharan merged 1 commit into
mainfrom
dev/sajee/kimki-plugin

Conversation

@sajeetharan

Copy link
Copy Markdown
Collaborator

Description

Type of Change

  • 📝 New rule - Adding a new best practice rule
  • ✏️ Rule improvement - Updating an existing rule
  • 🆕 New skill - Adding an entirely new skill
  • 🐛 Bug fix - Fixing an issue with existing content
  • 📚 Documentation - Updating README, CONTRIBUTING, or other docs
  • 🔧 Build/Scripts - Changes to build process or scripts

Checklist

  • I have read the Contributing Guide
  • I ran npm run validate and it passed
  • My rule file follows the naming convention: {prefix}-{description}.md
  • My rule includes valid frontmatter (title, impact, tags)

For New Rules

Rule file: skills/cosmosdb-best-practices/rules/_____.md

Category:

Impact level:

Why is this rule important?

Agent Testing

  • Tested with GitHub Copilot
  • Tested with Claude Code
  • Tested with Cursor
  • Tested with other agent: _____
  • N/A (documentation only)

Related Issues

Additional Notes

Copilot AI review requested due to automatic review settings July 21, 2026 17:02
@sajeetharan
sajeetharan merged commit eee5418 into main Jul 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json and kimi-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

@dariandawnblixtleo-hue

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants