Skip to content

chore: prune non-user-facing changesets before release - #2335

Merged
liruifengv merged 3 commits into
mainfrom
chore/changeset-cleanup
Jul 29, 2026
Merged

chore: prune non-user-facing changesets before release#2335
liruifengv merged 3 commits into
mainfrom
chore/changeset-cleanup

Conversation

@liruifengv

Copy link
Copy Markdown
Collaborator

Related Issue

No linked issue — this is release-hygiene cleanup of the accumulated .changeset/ entries, explained below.

Problem

Several pending changesets don't belong in the user-facing CLI changelog per the gen-changesets rules:

  • Entries for changes users cannot perceive (Core Rule 6): internal groundwork that self-describes as "no user-facing behavior change yet", a server start option with no CLI/config surface, and a formatting refactor with unchanged output.
  • A user-visible fix mapped only to private internal packages, so it would never appear in the CLI changelog.
  • A changeset listing @moonshot-ai/kimi-code-sdk although packages/node-sdk was not touched by the change.
  • A minor bump for removing an upload size limit, which is an improvement to an existing feature (patch).

What changed

  • Deleted bash-parser-service.md, host-identity-system-prompt.md, structured-managed-usage.md — changes users cannot perceive.
  • Deleted v2-dedup-register-rejected-calls.md — duplicate of the same repeat-breaker fix on the experimental engine; one CLI entry covers it.
  • dedup-register-rejected-calls.md: remapped @moonshot-ai/agent-core to @moonshot-ai/kimi-code (patch) and rewrote the entry in user-facing wording, so the fix is actually announced.
  • quota-exhausted-fail-fast.md: dropped the @moonshot-ai/kimi-code-sdk line (node-sdk was not changed).
  • upload-no-size-cap.md: downgraded minorpatch and removed the implementation-detail sentence.

No code changes; deleting a changeset only removes its future changelog entry.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works. (N/A — changelog entries only)
  • Ran gen-changesets skill, or this PR needs no changeset. (This PR edits changesets themselves; no new changeset needed.)
  • Ran gen-docs skill, or this PR needs no doc update. (No behavior change.)

- Drop changesets for changes users cannot perceive: internal bash
  parser groundwork, host-identity server start option, and the
  structured managed-usage refactor
- Drop the duplicate agent-core-v2 repeat-breaker entry and remap the
  v1 fix to @moonshot-ai/kimi-code with user-facing wording
- Remove the untouched @moonshot-ai/kimi-code-sdk entry from the
  quota-exhausted fail-fast changeset
- Downgrade the upload size-cap removal to patch and drop the
  implementation detail from its wording
@changeset-bot

changeset-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2223cbe

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 changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Minor

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

@pkg-pr-new

pkg-pr-new Bot commented Jul 29, 2026

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

commit: 2223cbe

@liruifengv
liruifengv merged commit 973e2a0 into main Jul 29, 2026
14 checks passed
@liruifengv
liruifengv deleted the chore/changeset-cleanup branch July 29, 2026 03:27
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