Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 2026

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

Patch Changes

  • #5073 ab88311 Thanks @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 a55d1a5 Thanks @marius-kilocode! - Fix slow CLI termination when pressing Ctrl+C during prompt selection

    MCP 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 7a528c4 Thanks @chrarnoldus! - Partial reads are now allowed by default, prevent the context to grow too quickly.

  • Updated dependencies [b2e2630]:

@kilocode/[email protected]

Patch Changes

  • #5098 e811ebe Thanks @marius-kilocode! - Show total session cost in status bar instead of per-request costs. Remove "API Request in progress" messages for cleaner UI.

  • #5100 a49868e Thanks @marius-kilocode! - Fix CLI context indicator showing incorrect values by skipping placeholder api_req_started messages

  • #5104 15a8d77 Thanks @marius-kilocode! - Fix CLI interactive prompts (arrow key navigation) not working on Windows

    The 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 42cdb11 Thanks @Drilmo! - Fix Cmd+V image paste regression in VSCode terminal

    Restores 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

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 15, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This is an automated changeset release PR that bumps versions and updates changelogs. No code logic changes to review.

Changes in this Release

Extension (kilo-code): v4.147.0 → v4.148.0

  • Minor: OVHcloud native function calling support
  • Patches: AI Attribution fix for code formatters, CLI slow termination fix, Partial reads allowed by default

CLI (@kilocode/cli): v0.22.0 → v0.22.1

  • Session cost display improvements
  • Context indicator fix
  • Windows interactive prompts fix
  • Cmd+V image paste regression fix

Core Schemas (@kilocode/core-schemas): v0.0.0 → v0.0.1

  • Zod v4 upgrade for CLI consistency
Files Changed (14 files)

Deleted changeset files (9):

  • .changeset/cli-session-cost-display.md
  • .changeset/empty-places-doubt.md
  • .changeset/fix-cli-context-indicator.md
  • .changeset/fix-cli-interactive-prompts-windows.md
  • .changeset/fix-cli-slow-termination.md
  • .changeset/fix-cli-zod-commander-compat.md
  • .changeset/fix-cmdv-image-paste-regression.md
  • .changeset/loud-cities-punch.md
  • .changeset/nine-pants-brush.md

Updated files (5):

  • CHANGELOG.md - Added v4.148.0 entry
  • cli/CHANGELOG.md - Added v0.22.1 entry
  • cli/package.json - Version bump
  • cli/package.dist.json - Version bump
  • src/package.json - Version bump

New files (1):

  • packages/core-schemas/CHANGELOG.md - Initial v0.0.1 entry

Modified (1):

  • packages/core-schemas/package.json - Version bump

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from f61d180 to b9dd321 Compare January 16, 2026 12:39
@marius-kilocode marius-kilocode self-requested a review January 16, 2026 12:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from b9dd321 to fa1ff7c Compare January 16, 2026 13:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from fa1ff7c to 827b253 Compare January 16, 2026 13:05
@chrarnoldus chrarnoldus merged commit ea0cd2e into main Jan 16, 2026
@chrarnoldus chrarnoldus deleted the changeset-release/main branch January 16, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant