ci: release packages#1334
Merged
Merged
Conversation
e77a27d to
16e242f
Compare
16e242f to
1f2e08f
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.22.2
Patch Changes
#1353
68ad686- Fix duplicated transcript content appearing in scrollback during streaming.#1340
e2fe62a- Fix sessions silently dropping later user messages after a turn was interrupted between a tool call and its result.#1342
84d8d5b- Have context-compaction notes capture a forward plan for the remaining work — upcoming steps, settled decisions, and foreseeable obstacles — instead of only the immediate next step, so the agent continues more coherently after auto-compaction.#1340
e2fe62a- Fix requests being rejected by strict providers when the model emits duplicate tool call ids.#1339
021786f- Enrich PATH from the user's login shell at startup, so shell commands find user-installed tools (e.g. Homebrew'sgh) even when kimi-code was launched without the full profile PATH.#1336
4c1d0a1- Keep automatic background updates from flashing a console window on Windows.#1332
93f16c3- Fixkimi upgradefailing on Windows with a spawn error when installing the new version.#1348
175b95f- Fix compressed-image prompts leaking an internal<system>compression note into the visible message and the session title.#1338
276407d- Promote the language-matching rule to a dedicated section in the system prompt, so replies and reasoning consistently follow the user's language through long English tool output, while repository artifacts keep project conventions.#1347
02da587- Inkimi -pruns, wait for background subagents to finish before exiting whenbackground.keep_alive_on_exitis enabled. Setkeep_alive_on_exit = trueto let concurrent background subagents complete.#1349
e9db9ca- Record model response ids in session wire logs to make individual model requests easier to trace.#1345
3ed22e3- Keep subagent cards at a stable height and show a live status spinner with a compact two-row activity window.#1305
9091627- Add a TUI preference to keep rapid multi-line pastes from submitting line by line when bracketed paste is unavailable. Setdisable_paste_burst = trueintui.tomlto turn it off.#1328
01b65bd- Rebuild the web design-system easter egg as an in-app overlay that uses the app's real design tokens, so it stays in sync instead of drifting as a separate copy.@moonshot-ai/agent-core@0.15.2
Patch Changes
e9db9ca- Record model response ids in session wire logs to make individual model requests easier to trace.@moonshot-ai/kimi-code-sdk@0.12.1
Patch Changes
e9db9ca- Record model response ids in session wire logs to make individual model requests easier to trace.@moonshot-ai/pi-tui@0.80.5
Patch Changes
#1305
9091627- Add a paste-burst fallback that treats Enter as a newline during rapid non-bracketed multi-line input bursts.#1353
68ad686- Pin the viewport anchor on partial shrinks and repaint above-viewport shifts in place, so streaming shrink/grow cycles no longer stack duplicate copies of content in scrollback; only a collapse past the viewport top re-anchors the view.