ci: release packages#1355
Merged
Merged
Conversation
7b56d76 to
5b55854
Compare
5b55854 to
bb4db2d
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.3
Patch Changes
#1367
23daf0f- Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked.#1343
ec758c7- Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it.#1343
ec758c7- Fix uploaded videos failing to play in the web chat.#1371
5394fea- Wait for background subagents to finish and respond to their results before exiting inkimi -p, instead of ending the turn early.#1373
e715b16- Add--dangerous-bypass-authand--keep-aliveflags tokimi server run, so the server can run without a token on trusted networks and stay alive past the idle timeout.#1344
26b9022- Add a segmented thinking-level control in the web model picker for models that support multiple reasoning efforts. Open the composer model menu to choose a level.@moonshot-ai/agent-core@0.15.3
Patch Changes
d111c02- Apply the 16 MiB output cap to background shell commands too, so a runaway background command can no longer fill the disk or crash the process; it is now terminated with the same guidance to redirect large output to a file.@moonshot-ai/pi-tui@0.80.6
Patch Changes
23daf0f- Revert the fork's viewport and scrollback rendering patches, restoring the upstream differential-rendering behavior. The narrow-terminal fixes (width clamping, overwide-line truncation) are kept.