Skip to content

ci: release packages - #3074

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
Aug 20, 2026
Merged

ci: release packages#3074
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

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 3d77620 Thanks @liruifengv! - Support two OAuth login methods — kimi.ai and kimi.com.

  • #3060 8440801 Thanks @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 2c5415f Thanks @liruifengv! - web: Label inline subagent cards in the message stream with their foreground or background mode.

  • #3121 3899079 Thanks @7Sageer! - Fix config.toml entries being lost when the file had a syntax error or was edited outside the app.

  • #3135 2c5415f Thanks @liruifengv! - web: Add copy buttons next to the server version and server address in settings.

  • #3119 a34d02a Thanks @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 67fbcdf Thanks @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 d96b4a0 Thanks @kimi-agent-bot! - Stop retrying requests blocked by the provider content filter; the filter notice now shows immediately.

  • #3135 2c5415f Thanks @liruifengv! - web: Keep empty workspace groups visible in the legacy sidebar after their last session is archived.

  • #3135 2c5415f Thanks @liruifengv! - web: Hide button hover tooltips outside a menu while the menu is open.

  • #3135 2c5415f Thanks @liruifengv! - web: Keep the model picker menu on the workspace home within the viewport.

  • #3135 2c5415f Thanks @liruifengv! - web: Fix the workspace group title showing untranslated text in the search dialog.

  • #3135 2c5415f Thanks @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 2c5415f Thanks @liruifengv! - web: Keep the slash command and @ mention panels on the workspace home within the viewport.

  • #3052 6595a69 Thanks @RealKai42! - Fix 422 errors from some OpenAI-compatible providers when a conversation includes tool calls.

  • #3135 2c5415f Thanks @liruifengv! - web: Prevent text selection in the sidebar user menu and its plan usage submenu.

  • #3135 2c5415f Thanks @liruifengv! - web: Fix slow session list loading when there are many workspaces.

  • #3135 2c5415f Thanks @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 571bcc2 Thanks @7Sageer! - Fix the missing OAuth authenticate tool for remote MCP servers that require login.

  • #3135 2c5415f Thanks @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 2c5415f Thanks @liruifengv! - web: Round menu items concentric with their menu frames.

  • #3135 2c5415f Thanks @liruifengv! - web: Add a Pin action to the chat header more-menu to pin the current session to the sidebar pinned section.

  • #3135 2c5415f Thanks @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 2c5415f Thanks @liruifengv! - web: Improve the prompt queue interaction, with per-row steer and send.

  • #3135 2c5415f Thanks @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 2c5415f Thanks @liruifengv! - web: Remove sessions archived from another client from the session list immediately, without a manual refresh.

  • #3135 2c5415f Thanks @liruifengv! - web: Label the timestamp at the bottom of the session menu as last active and tighten that row's padding.

  • #3054 cfc3350 Thanks @Grapedge! - Collapse long ! shell command output instead of flooding the transcript. Press ctrl+o to expand or collapse it together with tool output.

  • #3135 2c5415f Thanks @liruifengv! - web: Fix misaligned action buttons between the sidebar section headers and the session rows.

  • #3135 2c5415f Thanks @liruifengv! - web: Remove the skill-activated card from skill activation messages.

  • #3135 2c5415f Thanks @liruifengv! - web: Make skill-activation turns undoable so they can be withdrawn and resent.

  • #3012 ca87c58 Thanks @sailist! - Sub-agents no longer spawn their own sub-agents by default; custom agent profiles can still allow it explicitly.

  • #3005 be8e017 Thanks @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 f13f379 Thanks @7Sageer! - Fix the model being directed to unavailable tools when it encounters an image or binary file.

  • #3108 05f2ad5 Thanks @kimi-agent-bot! - web: clearing a goal now removes it from the transcript view instead of leaving the stale goal displayed.

  • #3108 05f2ad5 Thanks @kimi-agent-bot! - web: attachments sent with a prompt now appear in the live transcript immediately instead of only after a reload.

  • #3135 2c5415f Thanks @liruifengv! - web: Tighten the row height and spacing of the account menu and its submenus to match the standard menu density.

  • #3135 2c5415f Thanks @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 35befdc Thanks @gaoyuan1223m! - Fix multi-select questions jumping to the next question after only one answer is selected.

  • Updated dependencies [3d77620]:

    • @moonshot-ai/kimi-code-sdk@0.19.1

@moonshot-ai/agent-core-v2@0.4.1

Patch Changes

  • #3109 f1208c8 Thanks @liruifengv! - Rework the session title excerpts: rebalance the segment budgets toward user prompts (400 chars each, assistant 300), cap each prompt in the user_prompts excerpt, and compose the digest excerpt 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

  • #2862 3d77620 Thanks @liruifengv! - Add an optional region parameter to the auth login API for selecting the OAuth login endpoint (.com or .ai deployment).

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from 2d9d049 to 80e1199 Compare August 20, 2026 12:57
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 80e1199 to 7abe3c0 Compare August 20, 2026 13:11
@liruifengv
liruifengv merged commit 0999454 into main Aug 20, 2026
@liruifengv
liruifengv deleted the changeset-release/main branch August 20, 2026 13:11
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).
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