ci: release packages#1224
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
b849ee2 to
11f657b
Compare
11f657b to
80fde84
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
#1204
5cb80ce- Plugins can now provide slash commands via acommandsfield in their manifest, registered as<plugin>:<command>and invoked with$ARGUMENTSexpansion.#1214
86e0c92- Rework conversation compaction:#1132
108299b- Refactor the thinking effort systemPatch Changes
#1231
ceb27f5- Add a server-side key-value store API for persisting web UI preferences to the user's data directory.#1220
ec51324- Add a double-Esc shortcut to open the undo selector. Press Esc twice while idle to undo.#1223
80e6888- Fix @ file mentions not opening when typed inside a slash command argument.#1233
020992c- Force-exit headless runs (kimi -p) so a stray ref'd handle left over from the run can't keep a completed run alive until an external timeout, and bound prompt cleanup so a wedged shutdown step can't hang shutdown.#1225
659062d- Show file path completions when typing/in shell mode (!).#1236
bfe8e6a- Fix adding a workspace by path in the web UI failing silently when the daemon rejects the path; it now shows an error instead of a broken workspace.#1221
a3f9cec- Fix duplicate workspaces showing in the web sidebar when the same folder is registered more than once.#1241
8ac337a- Stop a malformed message history from permanently bricking a session on strict providers (Anthropic). The request is repaired before sending — orphaned tool calls are closed and empty/whitespace-only text blocks dropped — and if the provider still rejects its structure, it is resent once with a wire-compliant rebuild.#1228
42e37eb- Split LLM streaming timing in the session log andKIMI_CODE_DEBUG=1output into client vs. API-server portions, so slow turns can be attributed without parsing the wire log. Time-to-first-token splits into the API-server portion (network + server) and the client portion (in-process request building); the decode window splits into time awaiting tokens from the server and time the client spends processing each streamed chunk.#1234
882cf35- Hide the provider management dialog in the web UI until the server supports it.#1226
7f05f58- Add Mermaid diagram rendering to the web chat. Fencedmermaidblocks in assistant responses now render as diagrams. KaTeX math and Mermaid diagram parsing also run in Web Workers to keep the UI responsive during live streaming.#1232
aa6b0d0- Always show the usage-data opt-out toggle in the web settings with a clearer label and description.#1234
882cf35- Fix the web workspace rename not persisting after a page refresh.@moonshot-ai/kimi-code-sdk@0.11.0
Minor Changes
108299b- Refactor the thinking effort system@moonshot-ai/acp-adapter@0.3.2
Patch Changes
a3f9cec,108299b]:@moonshot-ai/agent-core@0.14.3
Patch Changes
#1221
a3f9cec- Fix duplicate workspaces showing in the web sidebar when the same folder is registered more than once.Updated dependencies [
ceb27f5]:@moonshot-ai/protocol@0.3.1
Patch Changes
ceb27f5- Add a server-side key-value store API for persisting web UI preferences to the user's data directory.@moonshot-ai/server@0.2.3
Patch Changes
#1231
ceb27f5- Add a server-side key-value store API for persisting web UI preferences to the user's data directory.Updated dependencies [
ceb27f5,a3f9cec]: