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

@kilocode/cli@0.22.0

Minor Changes

  • #5046 fd2029c Thanks @marius-kilocode! - Add --on-task-completed <prompt> flag to send a custom prompt to the agent when the task completes. This flag requires --auto mode and allows users to define any follow-up action (e.g., creating a PR, running tests, generating documentation). The prompt is sent to the agent after the main task completes, enabling flexible post-task automation.

  • #5022 2fc244c Thanks @marius-kilocode! - Add syntax highlighting to code edit diffs in the CLI. Diffs now display with language-aware syntax coloring using Shiki, making code changes easier to read. Includes support for 60+ languages, automatic language detection from file extensions, and theme-aware highlighting that works with both light and dark themes. Also increased the diff display limit from 20 to 50 lines with smart context collapsing around changes.

Patch Changes

  • #4988 7253ac0 Thanks @marius-kilocode! - Fix Bedrock provider validation to support API key authentication without requiring access keys

  • #5064 2713d06 Thanks @marius-kilocode! - Add default autocomplete suggestions for select commands (/model select, /provider select, /tasks select, /session select)

  • #5066 8055f15 Thanks @marius-kilocode! - Fix CLI dispose, randomUUID, and debug UX issues

  • #5011 9c8bb7b Thanks @marius-kilocode! - Fix multiline paste regression where pasting text with newlines would submit after the first line

  • #5000 1c88a66 Thanks @marius-kilocode! - Fix empty files being created when project path contains non-Latin characters (e.g., Cyrillic, Chinese)

    The CLI's write_to_file command was creating empty files when the project directory path contained non-Latin characters. This was caused by improper handling of Uint8Array content in the FileSystemAPI.writeFile method. The fix ensures proper Buffer.from() conversion before writing to the filesystem.

  • #5058 c9f1f6a Thanks @marius-kilocode! - Fix autocomplete for /teams select and other multi-argument commands

  • #4985 69a541a Thanks @marius-kilocode! - Fix Windows cmd.exe display bug with escape sequences

    On Windows cmd.exe, the \x1b[3J (clear scrollback buffer) escape sequence is not properly supported and causes display artifacts like raw escape sequences appearing in the output (e.g., [\r\n\t...]).

kilo-code@4.147.0

Minor Changes

  • #5023 879bd5d Thanks @marius-kilocode! - Agent Manager now lets you choose which AI model to use when starting a new session. Your model selection is remembered across panel reopens, and active sessions display the model being used.

Patch Changes

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 15, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR is a release preparation commit that:

  • Deletes 14 changeset files that have been consumed into the changelogs
  • Updates CHANGELOG.md with version 4.147.0 release notes
  • Updates cli/CHANGELOG.md with version 0.22.0 release notes
  • Bumps version numbers in package files:
    • cli/package.json: 0.21.0 → 0.22.0
    • cli/package.dist.json: 0.21.0 → 0.22.0
    • src/package.json: 4.146.0 → 4.147.0

All changes are standard release automation artifacts with no code logic changes.

Files Reviewed (19 files)

Deleted changeset files (14):

  • .changeset/add-gpt-5.2-codex.md
  • .changeset/agent-manager-model-selection.md
  • .changeset/cli-bedrock-api-key-auth.md
  • .changeset/cli-create-pr-flag.md
  • .changeset/cli-diff-syntax-highlighting.md
  • .changeset/cli-model-autocomplete.md
  • .changeset/early-rice-guess.md
  • .changeset/fix-cli-dispose-randomuuid-debug-ux.md
  • .changeset/fix-cli-paste-multiline-regression.md
  • .changeset/fix-unicode-paths-cli.md
  • .changeset/moody-areas-smoke.md
  • .changeset/popular-carrots-happen.md
  • .changeset/teams-autocomplete-fix.md
  • .changeset/windows-cmd-display-fix.md

Updated files (5):

  • CHANGELOG.md - Added v4.147.0 release notes
  • cli/CHANGELOG.md - Added v0.22.0 release notes
  • cli/package.json - Version bump
  • cli/package.dist.json - Version bump
  • src/package.json - Version bump

@github-actions github-actions bot force-pushed the changeset-release/main branch from c8df589 to 50c75ed Compare January 15, 2026 13:31
@marius-kilocode marius-kilocode self-requested a review January 15, 2026 13:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from 50c75ed to 364143a Compare January 15, 2026 13:43
@marius-kilocode marius-kilocode merged commit 35611e7 into main Jan 15, 2026
@marius-kilocode marius-kilocode deleted the changeset-release/main branch January 15, 2026 17:07
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.

2 participants