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
@kilocode/[email protected]
Minor Changes
#4916
f02364cThanks @marius-kilocode! - Abbreviate large pasted text in CLI input as[Pasted text #N +X lines]to prevent input field overflow when pasting logs or large code blocks#4997
2a663beThanks @marius-kilocode! - Addkilocode models --jsoncommand to expose available models as JSON for programmatic use#4936
bfcd1d5Thanks @idreesmuhammadqazi-create! - Add colorblind theme support to CLIPatch Changes
#4983
82ef9b0Thanks @marius-kilocode! - Add/checkpoint enableand/checkpoint disablesubcommands to toggle checkpoint creation and save disk space#4982
7d02d43Thanks @marius-kilocode! - fix(cli): improve error message for custom mode not found#4996
d7016faThanks @marius-kilocode! - Add maxConcurrentFileReads configuration support to CLI with documentation#4981
0268494Thanks @marius-kilocode! - Fix CLI/model listreturning "No models available" for nano-gpt provider#4977
c71cff8Thanks @marius-kilocode! - Add proper display for deleteFile tool in CLI instead of showing "Unknown tool: deleteFile"#4978
ed5073cThanks @marius-kilocode! - Fix number key hotkeys (1, 2, 3) not working in command approval menu#4993
c3c7bbeThanks @marius-kilocode! - Fix CLI hanging on rate limit errors in autonomous mode by enabling auto-retry for API failures#4995
95e9b6dThanks @kevinvandijk! - fix: use correct api url for some endpoints[email protected]
Minor Changes
#4865
d9e65feThanks @kevinvandijk! - Include changes from Roo Code v3.36.7-v3.38.3.kilocode/rulesandAGENTS.mdfrom subdirectories (PR #10446 by @mrubens)maxConcurrentFileReadslimit to nativeread_filetool schema (PR #10449 by @app/roomote)lastMessage.textin TTS useEffect to prevent runtime errors (PR #10431 by @app/roomote)Patch Changes
#4950
4b31180Thanks @markijbema! - Fix chat autocomplete to only show suggestions when textarea has focus, text hasn't changed, and clear suggestions on paste#4995
95e9b6dThanks @kevinvandijk! - fix: use correct api url for some endpoints#5008
a86cd0cThanks @markijbema! - Minor improvement to markdown autocomplete suggestions#4445
91f9aa3Thanks @chriscool! - fix: configure husky hooks for reliable execution