ci: release packages - #3074
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
August 19, 2026 09:15
7892d80 to
16806a7
Compare
This was referenced Aug 19, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
17 times, most recently
from
August 20, 2026 06:57
d6b2c38 to
00de640
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
August 20, 2026 12:57
2d9d049 to
80e1199
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 20, 2026 13:11
80e1199 to
7abe3c0
Compare
7723qqq
pushed a commit
to 7723qqq/kimi-code
that referenced
this pull request
Aug 20, 2026
Cherry-picked from upstream 0.38.0 (MoonshotAI#3074) onto fork. node-sdk/package.json: bumped 0.18.0 -> 0.19.1 per upstream release. node-sdk/CHANGELOG.md: took upstream wholesale (0.19.0 + 0.19.1 entries).
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.38.0
Minor Changes
#2862
3d77620Thanks @liruifengv! - Support two OAuth login methods — kimi.ai and kimi.com.#3060
8440801Thanks @chengluyu! - Add the WaitFor tool: the agent can now wait for a background task to finish within the current turn instead of ending the turn and being re-invoked.Patch Changes
#3135
2c5415fThanks @liruifengv! - web: Label inline subagent cards in the message stream with their foreground or background mode.#3121
3899079Thanks @7Sageer! - Fix config.toml entries being lost when the file had a syntax error or was edited outside the app.#3135
2c5415fThanks @liruifengv! - web: Add copy buttons next to the server version and server address in settings.#3119
a34d02aThanks @wbxl2000! - Add 13 data sources to the official Kimi Datasource plugin — Chinese government data (NDA/NBS) and standards (GB/HB/DB/TT), eight international organization datasets (WHO, FAO, UNSD, ECB, Eurostat, UNICEF, OECD, FRED), Xinhua Finance, and Caixin. Update the plugin from the Official tab in /plugins.#3096
67fbcdfThanks @sailist! - Edit and Write now require reading an existing file before modifying it, and reject the write when the file changed on disk since it was last read.#3101
d96b4a0Thanks @kimi-agent-bot! - Stop retrying requests blocked by the provider content filter; the filter notice now shows immediately.#3135
2c5415fThanks @liruifengv! - web: Keep empty workspace groups visible in the legacy sidebar after their last session is archived.#3135
2c5415fThanks @liruifengv! - web: Hide button hover tooltips outside a menu while the menu is open.#3135
2c5415fThanks @liruifengv! - web: Keep the model picker menu on the workspace home within the viewport.#3135
2c5415fThanks @liruifengv! - web: Fix the workspace group title showing untranslated text in the search dialog.#3135
2c5415fThanks @liruifengv! - web: Fix the settings dialog dropdown list being clipped by the scroll area, and lock the content behind it while the list is open.#3135
2c5415fThanks @liruifengv! - web: Keep the slash command and @ mention panels on the workspace home within the viewport.#3052
6595a69Thanks @RealKai42! - Fix 422 errors from some OpenAI-compatible providers when a conversation includes tool calls.#3135
2c5415fThanks @liruifengv! - web: Prevent text selection in the sidebar user menu and its plan usage submenu.#3135
2c5415fThanks @liruifengv! - web: Fix slow session list loading when there are many workspaces.#3135
2c5415fThanks @liruifengv! - web: Auto-open the browser authorization page after choosing a login region, redesign the authorization waiting page, and refresh the login state as soon as the window regains focus instead of waiting for the poll.#3083
571bcc2Thanks @7Sageer! - Fix the missing OAuth authenticate tool for remote MCP servers that require login.#3135
2c5415fThanks @liruifengv! - web: Upgrade the @ mention menu: file and skill candidates are merged and ranked by match quality, file search is faster, with path-fragment matching and hit highlighting.#3135
2c5415fThanks @liruifengv! - web: Round menu items concentric with their menu frames.#3135
2c5415fThanks @liruifengv! - web: Add a Pin action to the chat header more-menu to pin the current session to the sidebar pinned section.#3135
2c5415fThanks @liruifengv! - web: Allow dragging the divider between the pinned section and the session list to resize both areas, with fade hints at the edges when the pinned section scrolls.#3135
2c5415fThanks @liruifengv! - web: Improve the prompt queue interaction, with per-row steer and send.#3135
2c5415fThanks @liruifengv! - web: Add kimi.com and kimi.ai OAuth login entries, and switch update and help links to the site matching the current login.#3135
2c5415fThanks @liruifengv! - web: Remove sessions archived from another client from the session list immediately, without a manual refresh.#3135
2c5415fThanks @liruifengv! - web: Label the timestamp at the bottom of the session menu as last active and tighten that row's padding.#3054
cfc3350Thanks @Grapedge! - Collapse long!shell command output instead of flooding the transcript. Press ctrl+o to expand or collapse it together with tool output.#3135
2c5415fThanks @liruifengv! - web: Fix misaligned action buttons between the sidebar section headers and the session rows.#3135
2c5415fThanks @liruifengv! - web: Remove the skill-activated card from skill activation messages.#3135
2c5415fThanks @liruifengv! - web: Make skill-activation turns undoable so they can be withdrawn and resent.#3012
ca87c58Thanks @sailist! - Sub-agents no longer spawn their own sub-agents by default; custom agent profiles can still allow it explicitly.#3005
be8e017Thanks @wbxl2000! - Fix background agent rows that could not be stopped right after they appeared, and stray rows left behind when an agent failed to start.#3046
f13f379Thanks @7Sageer! - Fix the model being directed to unavailable tools when it encounters an image or binary file.#3108
05f2ad5Thanks @kimi-agent-bot! - web: clearing a goal now removes it from the transcript view instead of leaving the stale goal displayed.#3108
05f2ad5Thanks @kimi-agent-bot! - web: attachments sent with a prompt now appear in the live transcript immediately instead of only after a reload.#3135
2c5415fThanks @liruifengv! - web: Tighten the row height and spacing of the account menu and its submenus to match the standard menu density.#3135
2c5415fThanks @liruifengv! - web: Give WaitFor tool calls a dedicated quiet-line display showing completed tasks, wait timeouts, and how many tasks are still running.kimi-code@0.7.2
Patch Changes
#3079
35befdcThanks @gaoyuan1223m! - Fix multi-select questions jumping to the next question after only one answer is selected.Updated dependencies [
3d77620]:@moonshot-ai/agent-core-v2@0.4.1
Patch Changes
f1208c8Thanks @liruifengv! - Rework the session title excerpts: rebalance the segment budgets toward user prompts (400 chars each, assistant 300), cap each prompt in theuser_promptsexcerpt, and compose thedigestexcerpt from the full conversation arc — every natural-language user prompt in the live window paired with its own turn's final assistant text, interleaved chronologically, within per-segment caps and a 3000-char total budget (middle turns elided).@moonshot-ai/kimi-code-sdk@0.19.1
Patch Changes
3d77620Thanks @liruifengv! - Add an optional region parameter to the auth login API for selecting the OAuth login endpoint (.com or .ai deployment).