0.20.0
Minor Changes
- #4943
eef76d0Thanks @marius-kilocode! - Add Shift+Tab keyboard shortcut to cycle through modes in the CLI
Patch Changes
-
#4941
b7052ccThanks @Drilmo! - Add extension path resolution for F5 debug workflow- CLI resolves extension from src/dist/ when KILOCODE_DEV_CLI_PATH is set
- Add watch:cli:setup and watch:cli:deps tasks for reliable CLI builds
-
#4967
99029a5Thanks @marius-kilocode! - Improved file update display in CLI with compact format and colored diffs -
#4949
f56d88aThanks @eshurakov! - Add --attach flag for file attachments in CLI -
#4959
2dce098Thanks @marius-kilocode! - feat(cli): add word-by-word cursor navigationAdds support for word-by-word cursor navigation in the CLI text input:
Meta+b/Meta+Leftto move to the beginning of the previous wordMeta+f/Meta+Rightto move to the beginning of the next word
This enhances the editing experience with Emacs-style keybindings and standard Meta+Arrow key navigation.