Skip to content

chore(vscode): release 0.6.1 - #1783

Merged
wbxl2000 merged 3 commits into
mainfrom
chore/vscode-release-0.6.1
Jul 16, 2026
Merged

chore(vscode): release 0.6.1#1783
wbxl2000 merged 3 commits into
mainfrom
chore/vscode-release-0.6.1

Conversation

@wbxl2000

Copy link
Copy Markdown
Collaborator

Related Issue

None — release housekeeping for the VS Code extension.

Problem

The 0.6.0 extension shipped with a settings (gear) menu whose Sign in action did nothing when signed out. The fix already landed on main in #1779; we need to publish it as 0.6.1.

What changed

  • Bumped the extension version to 0.6.1 in apps/vscode/package.json (the version vsce publishes is read from this field).
  • Added the 0.6.1 entry to apps/vscode/CHANGELOG.md, which is packaged into the VSIX and shown on the marketplace page.

The extension version is managed manually (it is not part of the changesets flow), so this PR is intentionally a two-file diff.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • Version bump only; the underlying fix (fix(vscode): make the gear sign-in actually log in #1779) already shipped with test coverage. No new tests needed.
  • Ran gen-changesets skill, or this PR needs no changeset. → Needs none: the VS Code extension (apps/vscode, private package kimi-code) is versioned manually and is excluded from the changesets publish flow.
  • Ran gen-docs skill, or this PR needs no doc update. → No user-doc change: the changelog entry itself is the release note.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 443418283c

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/vscode/package.json
"displayName": "Kimi Code",
"description": "Official Kimi Code plugin for VS Code",
"version": "0.6.0",
"version": "0.6.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update version-sensitive smoke expectations

When this manifest is packaged as a 0.6.1 VSIX, the CI vscode-vsix-package job runs pnpm --filter kimi-code run test:extension-host, but that harness still asserts extension.packageJSON.version is exactly 0.6.0 in apps/vscode/test/extension-host/index.cjs:34. Because vsix-package.mjs builds and packages this updated manifest, the installed Extension Host smoke will fail before activation; the root test shard also still checks the User-Agent against kimi-code-vscode/0.6.0 in apps/vscode/test/kimi-harness.integration.test.ts:342. Please update these version-coupled tests or make them read the package version.

Useful? React with 👍 / 👎.

@pkg-pr-new

pkg-pr-new Bot commented Jul 16, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@9d658d7
npx https://pkg.pr.new/@moonshot-ai/kimi-code@9d658d7

commit: 9d658d7

@changeset-bot

changeset-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9d658d7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@wbxl2000
wbxl2000 merged commit 3ace52b into main Jul 16, 2026
17 checks passed
@wbxl2000
wbxl2000 deleted the chore/vscode-release-0.6.1 branch July 16, 2026 10:53
@wbxl2000 wbxl2000 mentioned this pull request Jul 17, 2026
5 tasks
ywh114 pushed a commit to ywh114/kimi-code that referenced this pull request Jul 19, 2026
* chore(vscode): release 0.6.1

* test(vscode): read the extension version from the manifest in version assertions

* test(vscode): declare version on the runtime rig type
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.

1 participant