4.144.0
Minor Changes
- #4888
334328dThanks @hassoncs! - Show notifications when skills are added or removed from the project or global config
Patch Changes
-
#4880
909bca7Thanks @markijbema! - Fixed that some tasks in task history were red -
#4862
10ce725Thanks @catrielmuller! - Add Kilo icon to editor toolbar for quick access to open Kilo from any context -
#4940
9809864Thanks @Drilmo! - Add KILOCODE_DEV_CLI_PATH support for easier extension + CLI development workflow -
#4899
7a58919Thanks @marius-kilocode! - Disable ask_followup_question tool when yolo mode is enabled to prevent the agent from asking itself questions and auto-answering them. Applied to:- XML tool descriptions (system prompt)
- Native tool filtering
- Tool execution (returns error message if model still tries to use the tool from conversation history)
-
#4863
c65b798Thanks @hassoncs! - Allow users to pick an input device for Speech-to-Text input -
#4892
b37c944Thanks @marius-kilocode! - Fix Agent Manager session disappearing immediately after starting due to gitUrl race condition -
#4898
14b22b6Thanks @marius-kilocode! - Fix session becoming non-interactable after clicking "Finish to Branch" button. The session now remains active so users can continue working after committing changes. -
#4835
d55c093Thanks @lambertjosh! - Add section headers to model selection dropdowns for "Recommended models" and "All models" -
#4891
20f1a16Thanks @kevinvandijk! - Fix: prevent double display of MCP marketplace section in settings view -
#4873
72ed20bThanks @chrarnoldus! - Improve support for VSCode's HTTP proxy settings -
#4901
140bbf7Thanks @marius-kilocode! - Agent Manager: Parallel mode no longer modifies .gitignoreWorktree exclusion rules are now written to
.git/info/excludeinstead, avoiding changes to tracked files in your repository.