4.148.0
Minor Changes
Patch 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/core-schemas@0.0.1