Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kilo-code-4.71.0.vsix | 2025-07-31 | 30.0 MB | |
README.md | 2025-07-31 | 2.7 kB | |
Release v4.71.0 source code.tar.gz | 2025-07-31 | 11.7 MB | |
Release v4.71.0 source code.zip | 2025-07-31 | 12.9 MB | |
Totals: 4 Items | 54.6 MB | 9 |
[v4.71.0]
-
#1656
68a3f4a
Thanks @chrarnoldus! - Disable terminal shell integration by default -
#1596
3e918a2
Thanks @hassoncs! - # Terminal Command GeneratorNew AI-powered terminal command generator- helps users create terminal commands using natural language
New Features
- Terminal Command Generator: Press
Ctrl+Shift+G
(orCmd+Shift+G
on Mac) to generate terminal commands from natural language descriptions - Terminal Welcome Messages: New terminals now show helpful tips about the command generator feature
- API Configuration Selection: Choose which AI provider configuration to use for terminal command generation in settings
How to Use
- Open any terminal in VSCode
- Press
Ctrl+Shift+G
(Windows/Linux) orCmd+Shift+G
(Mac) - Describe the command you want in plain English (e.g., "list all files in current directory", "find large files", "install npm package")
- The AI will generate and execute the appropriate terminal command
Settings
Navigate to Kilo Code settings → Terminal to configure:
- API Configuration: Select which AI provider to use for command generation (defaults to your current configuration)
- Terminal Command Generator: Press
-
#1628
4913a39
Thanks @chrarnoldus! - Thanks @bhaktatejas922! Add experimental support for Morph Fast Apply
Patch Changes
-
#1658
962c90a
Thanks @hassoncs! - Control Kilo Code programmatically from the command line using IPC with theKILO_CODE_IPC_SOCKET_PATH
var -
#1647
12a7a5a
Thanks @catrielmuller! - Simplify the Welcome/Login screen -
#1649
b3d3fc4
Thanks @chrarnoldus! - The rule toggle UI works again, rules can be disabled.