ci: release packages#1154
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
edc5b0f to
20c27d7
Compare
20c27d7 to
28d6340
Compare
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.21.0
Minor Changes
fc3d69d- Add a completion sound and question notifications to the web UI, with separate Settings toggles for completion notifications, question notifications, and sound. Question notifications default off so question text only reaches your desktop after you opt in.Patch Changes
#1166
dfcfdfd- Add an optional exclude_empty parameter to the session list API to omit sessions that have no messages.#1156
794db55- Cap compaction output at 128k tokens by default to avoid provider max_tokens errors.#1129
d02b5c4- Fix compaction ignoring the configured max output size.#1163
ff6e8bb- Fix the web composer occasionally keeping typed text after sending the first message of a new session.#1159
23a553b- In the bundled web UI,/newand/clearare now aliases that open the session onboarding composer and focus the input. iOS auto-zoom is prevented by keeping text inputs at 16px instead of disabling viewport scaling.#1170
cf558cd- Recover from provider 413 context overflows by compacting before retrying.#1170
cf558cd- Support the Anthropic-compatible protocol for managed Kimi Code, including video input.#1155
54baf5d- Upgrade web markdown renderer dependencies (katex, markstream-vue, shiki) for bug fixes and performance improvements.#1162
b070846- Rework the web ask-user-question card into a step-by-step wizard so multi-question navigation and the final Submit action are easier to see.#1165
f3b1532- Replace the web composer attach button's plus icon with an image icon.#1167
c63edd5- In the bundled web UI, a new session is now created only when the first message is sent, so + New without a workspace opens the composer instead of making an empty session.#1166
dfcfdfd- Hide unused "New Session" entries from the web session list by default.#1166
dfcfdfd- Remove the /sessions slash command from the web UI; the sidebar already covers session browsing.#1161
d968642- Show the first five sessions per workspace in the web sidebar instead of ten.