Skip to content

ci: release packages - #21

Merged
wangyuling93 merged 1 commit into
mainfrom
changeset-release/main
Aug 23, 2026
Merged

ci: release packages#21
wangyuling93 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@wangyuling93

Copy link
Copy Markdown
Owner

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

@vyl/kimi-code@0.38.0

Minor Changes

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix the slash-command and @-mention panels failing to open on mobile — both panels and the + menu are now grab-handle bottom sheets on small screens.

  • #3157 491ebd0 Thanks @liruifengv! - web: Add a flat/by-workspace tab to the mobile session list — the flat view sorts purely by recency and the grouped view orders each workspace by its latest session.

  • Support two OAuth login methods — kimi.ai and kimi.com.

  • #3007 f6736d7 Thanks @7Sageer! - Add an optional ‎fork parameter to the subagent and swarm tools that starts the subagent with a snapshot of the calling agent’s conversation history instead of an empty context. Experimental: enable it by setting KIMI_CODE_EXPERIMENTAL_SUBAGENT_FORK=true or subagent_fork = true under [experimental] in config.toml.

  • #3099 0f44537 Thanks @wbxl2000! - Add tower mode as a plan-parallel mode gated behind the experimental flag KIMI_CODE_EXPERIMENTAL_TOWER (off by default): /tower reports status, /tower on|off toggles the mode with a footer indicator, and /tower starts multi-agent orchestration.

  • Add the WaitFor tool so the agent can wait for a background task to finish in the current turn.

Patch Changes

  • #3166 d4e0ad4 Thanks @liruifengv! - web: fix thinking blocks in the subagent detail panel being stuck expanded and not collapsible.

  • #3139 381142a Thanks @sailist! - Fix sessions failing to archive when their workspace folder no longer exists.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix pressing Esc to cancel an IME candidate also closing the BTW side chat.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix the composer not receiving focus after opening the BTW side chat via the shortcut or /btw.

  • #3136 e9a99e5 Thanks @wbxl2000! - Add the Tencent CloudBase plugin to the curated marketplace.

  • Collapse long ! shell command output in the transcript.

  • #3152 3090c1c Thanks @liruifengv! - web: Fix composer toolbar buttons squeezing and overlapping each other in very narrow windows.

  • Fix config.toml entries being lost when the file had a syntax error or was edited outside the app.

  • Stop retrying requests blocked by the provider content filter; the filter notice now shows immediately.

  • #3154 54bb49e Thanks @Grapedge! - Fix the latest reply disappearing from the transcript after a scheduled cron reminder fires.

  • Add 13 data sources to the official Kimi Datasource plugin. Update the plugin from the Official tab in /plugins.

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

  • #3183 2adc6a1 Thanks @sailist! - Fix ACP session regressions: Bash, Grep, and Glob failing when the editor does not support terminal command execution, session creation failing with stdio MCP servers, and reopening a closed session failing with an internal error.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix memory usage growing steadily after repeatedly switching sessions and toggling the side chat and subagent panels.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix unsent composer attachments such as images being lost after switching sessions on the new-session page.

  • #3152 3090c1c Thanks @liruifengv! - web: Fix long question text in question cards being truncated with an ellipsis instead of wrapping.

  • #3159 ea0626a Thanks @pvzheroes125! - Prevent AskUserQuestion from starting background tasks when task controls are unavailable.

  • #3157 491ebd0 Thanks @liruifengv! - web: Remove the redundant parenthesized domain from the login entry card titles.

  • Fix the missing OAuth authenticate tool for remote MCP servers that require login.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix the send and stop button icons rendering too small in the mobile composer.

  • #3157 491ebd0 Thanks @liruifengv! - web: Present the mobile model picker as a bottom sheet consistent with the other mobile drawers.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix the oversized appearance theme cards in the mobile first-run wizard.

  • #3157 491ebd0 Thanks @liruifengv! - web: Temporarily remove the custom-provider entry from the mobile first-run wizard.

  • #3152 3090c1c Thanks @liruifengv! - web: Improve mobile UI styling.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix tool-call rows alternating heights on mobile by unifying them to the compact row height.

  • #3152 3090c1c Thanks @liruifengv! - web: Collapse the composer model picker to an icon when space is tight; hovering still shows the model and reasoning effort.

  • #2994 8c865f4 Thanks @liruifengv! - The Windows native (single-binary) CLI now supports automatic updates.

  • Fix 422 errors from some OpenAI-compatible providers when a conversation includes tool calls.

  • #3152 3090c1c Thanks @liruifengv! - web: Fix the composer permission mode label being hidden even when there is enough space.

  • #3157 491ebd0 Thanks @liruifengv! - web: Remove the /auto, /yolo, and /thinking slash commands; permission mode and thinking effort remain adjustable from their settings UI.

  • #3002 d723cc4 Thanks @7Sageer! - Respect workspace trust and configuration readiness when managing MCP servers.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix mismatched left and right margins in the sidebar session list, and show the scrollbar only while hovering or scrolling.

  • #3152 3090c1c Thanks @liruifengv! - web: Restyle background task notifications as a lighter notice that shows the task summary, output files, and output preview directly.

  • #3157 491ebd0 Thanks @liruifengv! - web: Fix the reset-time hint in the sidebar usage panel being ellipsized even when there is enough room.

  • Refresh the bundled web UI with Open/Done/Workspaces tabs, session management, mention pills, and related sidebar and composer fixes.

  • #2200 30e7f62 Thanks @wszqkzqk! - Fix file tools and shell working directories failing to resolve Git Bash paths such as /c/Users or /tmp on Windows.

@moonshot-ai/kimi-code-sdk@0.19.2

Patch Changes

  • #3002 d723cc4 Thanks @7Sageer! - Add an optional cwd parameter to the global MCP management methods; verify: false on the global MCP authorization-status listing now returns a fully offline classification instead of behaving like an omitted verify.

@wangyuling93
wangyuling93 enabled auto-merge August 23, 2026 14:26
@wangyuling93
wangyuling93 merged commit 40a52e9 into main Aug 23, 2026
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