Skip to content

@moonshot-ai/kimi-code@0.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 12:21
· 2 commits to main since this release
e6c2f51

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 /reload alongside /new in 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.