Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kilo-code-4.59.0.vsix | 2025-07-17 | 19.5 MB | |
README.md | 2025-07-17 | 1.5 kB | |
Release v4.59.0 source code.tar.gz | 2025-07-17 | 11.6 MB | |
Release v4.59.0 source code.zip | 2025-07-17 | 12.7 MB | |
Totals: 4 Items | 43.7 MB | 0 |
[v4.59.0]
-
#1244
8b50f8e
Thanks @hassoncs! - New: Inline Assist CommandsWe've added two new commands that allow you to get AI assistance directly in the code editor. There's no need to start a whole new Kilo task if you just need a quick result. You can even use this while a task is running, speeding up your workflow!
⚡️ Quick Inline Tasks (Cmd/Ctl+I) Only need a quick change? Select some code (or don't!) and hit Cmd+I. Describe your goal in plain English ("create a React component with these props", "add error handling to this function"), and get ready-to-use suggestions directly in your editor.
🧠 Let Kilo Decide (Cmd/Ctl+L) Think the change you need is obvious? Just hit Cmd+L. Kilo will use the surrounding context to offer immediate improvements, keeping you in the flow.
⌨️ Live in Your Keyboard Use your arrow keys (↑/↓) to cycle through the options and see a live diff of the changes. Happy with a suggestion? Hit Tab to apply it. That's it. No mouse needed.
Patch Changes
- #1359
fbff6cb
Thanks @chrarnoldus! - Fix positioning of send button in RTL languages