github Kilo-Org/kilocode v4.148.0
Release v4.148.0

latest releases: cli-v0.22.2, v4.148.1, cli-v0.22.1...
19 hours ago

4.148.0

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/core-schemas@0.0.1

Don't miss a new kilocode release

NewReleases is sending notifications on new releases.