ci: release packages#877
Merged
Merged
Conversation
8df5752 to
59cc630
Compare
59cc630 to
f5de72e
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.18.0
Minor Changes
#888
58898de- Add an environment variable to cap AgentSwarm concurrency during the initial ramp, so large swarms do not trip provider rate limits as easily.#895
495fe8c- Add instant session search to the web sidebar, filtering by title and the last user prompt.Patch Changes
#896
de610de- Fix the web workspace session count so it drops to 0 after archiving the last session instead of staying at 1.#876
49183d8- Suggest/reloadalongside/newin plugin-change hints.#867
d1dc2a3- Redesign the web OAuth login dialog: lead with a single "Authorize in browser" button that opens the verification link with the device code already embedded, demote manual code entry to a clearly secondary fallback, and drop the duplicate open-browser and cancel controls so the order of steps is unambiguous.#867
d1dc2a3- Fix the web login slash command description to match the browser authorization flow.#893
d7ec056- Add scroll-up lazy loading for older messages in the web chat session view, and fix the "new messages" pill overlapping the composer dock.#882
8ab9e96- Fix the web app only loading the 20 most recent sessions; it now follows pagination so older sessions are reachable.#889
23277a5- Show the connected server version in the web settings General tab.#881
7bc3d99- Keep the highlighted web slash command visible while navigating a long slash menu.#878
a74a6b7- Allow long web slash command names and descriptions to wrap without overflowing the slash menu.#878
a74a6b7- Fix web slash skill selection sending immediately and allow slash search to match skill names by substring.