ci: release packages - #1268
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
7 times, most recently
from
July 1, 2026 14:51
315a1a8 to
4b27b32
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 16:46
4b27b32 to
79f5fab
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.0
Minor Changes
#1243
ace7901- Automatically compress oversized images before they reach the model. Whatever the source — pasted into the CLI, uploaded from the web/desktop client, sent over ACP, read viaReadMediaFile, or returned by an MCP tool — images are downsampled (longest edge ≤ 2000px) and re-encoded to fit a per-image byte budget, cutting vision-token cost and avoiding provider image-size errors. Screenshots stay lossless PNG and only degrade to JPEG when the byte budget cannot otherwise be met. Compression runs as an input-stage step at each ingestion point (while the content part is built), and guards against decompression bombs by skipping absurdly large pixel/byte payloads before decoding. Best-effort: if it fails for any reason the original image is sent unchanged.#1262
c070fbe- Add model alias overrides so manual thinking effort levels and model metadata survive provider catalog refreshes. Set them under[models."<alias>".overrides].#1258
b905dd4- Refresh the web UI with a new design system, including updated colors, typography, spacing, light and dark palettes, restyled tooltips, and subtle enter/exit and expand/collapse animations.Patch Changes
#1258
b905dd4- Show draft pull requests with a distinct draft status instead of displaying them as open.#1254
7859b0a- Fix the transcript jumping to the top when scrolling up through history during streaming output.#1258
b905dd4- Fix plan, swarm, and goal modes being shared across sessions in the web UI; each session now keeps its own toggles.#1264
003733c- Hide the unsupported Off option in the /model thinking switcher for always-on models that already expose multiple effort levels.#1272
54703d9- Release pasted images and streaming timers once they are no longer shown, so memory stops growing in long sessions.#1272
54703d9- Fix the terminal being left in raw mode with a hidden cursor and disabled flow control after a crash or abrupt exit.#1265
8cfb165- Reduce the default TUI transcript window to keep long sessions responsive.#1258
b905dd4- Replace the Explore and Native theme options with a single chat layout and a Blue or Black accent-color setting.#1258
b905dd4- Show time, duration, connection, and stack details in web error and warning toasts.#1258
b905dd4- Fix an active workspace showing only its five most recent sessions on load, so it now keeps loading older sessions from the last 12 hours.#1258
b905dd4- Reduce the web composer's default height for a more compact empty state, and fix ArrowUp recalling the previous message while editing a multi-line draft; ArrowUp now recalls only from the very start of the text and is disabled in the expanded editor.#1258
b905dd4- Fix the Thinking-by-default setting not taking effect, so new sessions correctly start with thinking enabled.#1258
b905dd4- Fix spurious errors from the web question, approval, and task actions when the action was already complete, and add loading feedback so each click is acknowledged immediately.#1258
b905dd4- Show queued prompts inline below the running turn in the web chat, and split Stop into its own button so Send no longer interrupts.#1278
bbda90a- Hide the conversation outline when there is not enough room to expand its labels, so it no longer clips against the window edge.#1258
b905dd4- Show the conversation outline as one entry per user query that expands into a labeled list on hover.#1258
b905dd4- Remove the fade-out animation when undoing a message in the web chat.#1258
b905dd4- Improve session search with a Cmd/Ctrl+K palette that filters by title, workspace, and last prompt with highlighted matches. Press Cmd+K or Ctrl+K to open it.#1258
b905dd4- Group consecutive tool calls into a collapsible stack with per-tool renderers, including diff line-count chips for edits and inline previews for image, video, and audio results.#1258
b905dd4- Use one consistent modal dialog for confirmations in the web UI (archive session, delete workspace, delete provider, undo message, and mode toggles).#1258
b905dd4- Add workspace sorting by manual order or last-edited time, plus collapse-all and expand-all controls, to the sidebar.@moonshot-ai/agent-core@0.15.0
Minor Changes
e47ca10- WebSearch now sends only the query and returns lightweight result summaries (title, source site, date, URL, snippet) instead of inlined page content; fetch a result's full page content on demand with FetchURL. Both tools now include a citation reminder in their results.Patch Changes
#1258
b905dd4- Show draft pull requests with a distinct draft status instead of displaying them as open.#1269
bf35f63- Honorbase_urlfor thegoogle-genaiandvertexaiproviders. A configured base URL was previously ignored and requests always went togenerativelanguage.googleapis.com; it is now forwarded to the Google GenAI SDK (withGOOGLE_GEMINI_BASE_URL/GOOGLE_VERTEX_BASE_URLenv fallbacks), so Gemini-compatible proxies and gateways can be used. Give the host root only — the SDK appends the API version segment itself.Updated dependencies [
b905dd4,bf35f63,074bb9b]:@moonshot-ai/kimi-code-sdk@0.12.0
Minor Changes
ace7901- Automatically compress oversized images before they reach the model. Whatever the source — pasted into the CLI, uploaded from the web/desktop client, sent over ACP, read viaReadMediaFile, or returned by an MCP tool — images are downsampled (longest edge ≤ 2000px) and re-encoded to fit a per-image byte budget, cutting vision-token cost and avoiding provider image-size errors. Screenshots stay lossless PNG and only degrade to JPEG when the byte budget cannot otherwise be met. Compression runs as an input-stage step at each ingestion point (while the content part is built), and guards against decompression bombs by skipping absurdly large pixel/byte payloads before decoding. Best-effort: if it fails for any reason the original image is sent unchanged.@moonshot-ai/acp-adapter@0.3.3
Patch Changes
b905dd4,bf35f63,ace7901,e47ca10]:@moonshot-ai/kosong@0.5.1
Patch Changes
#1269
bf35f63- Honorbase_urlfor thegoogle-genaiandvertexaiproviders. A configured base URL was previously ignored and requests always went togenerativelanguage.googleapis.com; it is now forwarded to the Google GenAI SDK (withGOOGLE_GEMINI_BASE_URL/GOOGLE_VERTEX_BASE_URLenv fallbacks), so Gemini-compatible proxies and gateways can be used. Give the host root only — the SDK appends the API version segment itself.#1274
074bb9b- Retry a dropped provider stream instead of failing the turn. A raw undiciterminatederror (an SSE/HTTP response body cut mid-flight, common on long streaming responses) is now classified as a retryableAPIConnectionErroron the Anthropic path — matching the OpenAI path, which already recognized it — so a transient stream drop is retried rather than surfaced as a fatal error.@moonshot-ai/migration-legacy@0.1.15
Patch Changes
b905dd4,bf35f63,e47ca10]:@moonshot-ai/pi-tui@0.80.3
Patch Changes
#1254
7859b0a- Export the package manifest so the bundled binary can locate its native assets.#1254
7859b0a- Integrate the fork into the monorepo and load it directly from source.#1254
7859b0a- Clamp the differential render to the visible viewport so scrolling up during streaming no longer jumps to the top.@moonshot-ai/protocol@0.3.2
Patch Changes
b905dd4- Show draft pull requests with a distinct draft status instead of displaying them as open.@moonshot-ai/server@0.2.4
Patch Changes
b905dd4,bf35f63,e47ca10]: