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 publish to npm yourself or setup this action to publish 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
[email protected]
Minor Changes
db67550Thanks @eliasto! - feat(ovhcloud): Add native function calling supportPatch Changes
#5073
ab88311Thanks @jrf0110! - Supports AI Attribution and code formatters format on save. Previously, the AI attribution service would not account for the fact that after saving, the AI generated code would completely change based on the user's configured formatter. This change fixes the issue by using the formatted result for attribution.#5106
a55d1a5Thanks @marius-kilocode! - Fix slow CLI termination when pressing Ctrl+C during prompt selectionMCP server connection cleanup now uses fire-and-forget pattern for transport.close() and client.close() calls, which could previously block for 2+ seconds if MCP servers were unresponsive. This ensures fast exit behavior when the user wants to quit quickly.
#5102
7a528c4Thanks @chrarnoldus! - Partial reads are now allowed by default, prevent the context to grow too quickly.Updated dependencies [
b2e2630]:@kilocode/[email protected]
Patch Changes
#5098
e811ebeThanks @marius-kilocode! - Show total session cost in status bar instead of per-request costs. Remove "API Request in progress" messages for cleaner UI.#5100
a49868eThanks @marius-kilocode! - Fix CLI context indicator showing incorrect values by skipping placeholder api_req_started messages#5104
15a8d77Thanks @marius-kilocode! - Fix CLI interactive prompts (arrow key navigation) not working on WindowsThe inquirer v13+ upgrade introduced stricter TTY raw mode requirements. This fix ensures raw mode is properly enabled before inquirer prompts, restoring arrow key navigation in list selections like provider choice during
kilocode auth.#5092
42cdb11Thanks @Drilmo! - Fix Cmd+V image paste regression in VSCode terminalRestores the ability to paste images using Cmd+V in VSCode terminal, which was broken in feat(cli): abbreviate large pasted text and optimize paste performance #4916. VSCode sends empty bracketed paste sequences for Cmd+V (unlike regular terminals that send key events), so we need to check the clipboard for images when receiving an empty paste.
Updated dependencies [
b2e2630]:@kilocode/[email protected]
Patch Changes
b2e2630Thanks @marius-kilocode! - Upgrade to Zod v4 for consistency with CLI package