|
1 | 1 | # kilo-code |
2 | 2 |
|
| 3 | +## [v4.79.1] |
| 4 | + |
| 5 | +- [#1871](https://github.com/Kilo-Org/kilocode/pull/1871) [`fe0b1ce`](https://github.com/Kilo-Org/kilocode/commit/fe0b1ce7141e6fb07f4c4816fd1895a663ce13e7) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.25.10 |
| 6 | + |
| 7 | + - Improved support for GPT-5 (thanks Cline and @app/roomote!) |
| 8 | + - Fix: Use CDATA sections in XML examples to prevent parser errors (#4852 by @hannesrudolph, PR by @hannesrudolph) |
| 9 | + - Fix: Add missing MCP error translation keys (thanks @app/roomote!) |
| 10 | + - Fix: Resolve rounding issue with max tokens (#6806 by @markp018, PR by @mrubens) |
| 11 | + - Add support for GLM-4.5 and OpenAI gpt-oss models in Fireworks provider (#6753 by @alexfarlander, PR by @app/roomote) |
| 12 | + - Improve UX by focusing chat input when clicking plus button in extension menu (thanks @app/roomote!) |
| 13 | + |
| 14 | +## [v4.79.0] |
| 15 | + |
| 16 | +- [#1862](https://github.com/Kilo-Org/kilocode/pull/1862) [`43c7179`](https://github.com/Kilo-Org/kilocode/commit/43c71796a58e25805217c520a9d612d56b2f11d5) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code v3.25.8 |
| 17 | + |
| 18 | + - Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) |
| 19 | + - Fix: Handle current directory path "." correctly in codebase_search tool (#6514 by @hannesrudolph, PR by @app/roomote) |
| 20 | + - Fix: Trim whitespace from OpenAI base URL to fix model detection (#6559 by @vauhochzett, PR by @app/roomote) |
| 21 | + - Feat: Reduce Gemini 2.5 Pro minimum thinking budget to 128 (thanks @app/roomote!) |
| 22 | + - Fix: Improve handling of net::ERR_ABORTED errors in URL fetching (#6632 by @QuinsZouls, PR by @app/roomote) |
| 23 | + - Fix: Recover from error state when Qdrant becomes available (#6660 by @hannesrudolph, PR by @app/roomote) |
| 24 | + - Fix: Resolve memory leak in ChatView virtual scrolling implementation (thanks @xyOz-dev!) |
| 25 | + - Add: Swift files to fallback list (#5857 by @niteshbalusu11, #6555 by @sealad886, PR by @niteshbalusu11) |
| 26 | + - Feat: Clamp default model max tokens to 20% of context window (thanks @mrubens!) |
| 27 | + - Add support for Claude Opus 4.1 |
| 28 | + - Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll) |
| 29 | + - Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan) |
| 30 | + - Redesigned task header and task history (thanks @brunobergher!) |
| 31 | + - Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll) |
| 32 | + - Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote) |
| 33 | + - Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote) |
| 34 | + - Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll) |
| 35 | + - Fix UI for approving chained commands |
| 36 | + - Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb) |
| 37 | + - Conditionally include reminder section based on todo list config (thanks @NaccOll!) |
| 38 | + - Task and TaskProvider event emitter cleanup with new events (thanks @cte!) |
| 39 | + - Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote) |
| 40 | + - Add support for syncing provider profiles from the cloud |
| 41 | + - Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) |
| 42 | + - Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin) |
| 43 | + - Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs) |
| 44 | + - Add auto-approved cost limits (thanks @hassoncs!) |
| 45 | + - Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!) |
| 46 | + - Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!) |
| 47 | + - Fix: Restore message sending when clicking save button (thanks @daniel-lxs!) |
| 48 | + - Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!) |
| 49 | + - Handle more variations of chaining and subshell command validation |
| 50 | + - More tolerant search/replace match |
| 51 | + - Clean up the auto-approve UI (thanks @mrubens!) |
| 52 | + - Skip interpolation for non-existent slash commands (thanks @app/roomote!) |
| 53 | + |
| 54 | +### Patch Changes |
| 55 | + |
| 56 | +- [#1856](https://github.com/Kilo-Org/kilocode/pull/1856) [`9c8423e`](https://github.com/Kilo-Org/kilocode/commit/9c8423ef902cf68566185dbf96dae92f4fcac9b3) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fixed Enhance Prompt and Commit Generation Message not working with GPT-5 on the OpenAI provider |
| 57 | + |
| 58 | +- [#1822](https://github.com/Kilo-Org/kilocode/pull/1822) [`79efaea`](https://github.com/Kilo-Org/kilocode/commit/79efaeaa3da8881310feb4a711f475810df5f84e) Thanks [@tejaschokhawala](https://github.com/tejaschokhawala)! - Thinking Budget value parsing and boundary handling corrected |
| 59 | + |
| 60 | +- [#1850](https://github.com/Kilo-Org/kilocode/pull/1850) [`b9714db`](https://github.com/Kilo-Org/kilocode/commit/b9714dbbdde7e6ec628d32657329fe82c01cfb42) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fixed "Failed to load Kilo Code provider model list" error |
| 61 | + |
| 62 | +- [#1829](https://github.com/Kilo-Org/kilocode/pull/1829) [`2bdeaa0`](https://github.com/Kilo-Org/kilocode/commit/2bdeaa05074e5e87ffa2af1bbed149864dbd3785) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Improve memory allocation on webview |
| 63 | + |
| 64 | +## [v4.78.0] |
| 65 | + |
| 66 | +- [#1836](https://github.com/Kilo-Org/kilocode/pull/1836) [`1cc5edd`](https://github.com/Kilo-Org/kilocode/commit/1cc5edd003434fcd3d1fd66e652099165b077ac6) Thanks [@hassoncs](https://github.com/hassoncs)! - The task timeline now scrolls horizontally using the mouse wheel (thanks @ABODFTW!) |
| 67 | + |
| 68 | +### Patch Changes |
| 69 | + |
| 70 | +- [#1814](https://github.com/Kilo-Org/kilocode/pull/1814) [`3e7290e`](https://github.com/Kilo-Org/kilocode/commit/3e7290e49974d26ee55bcaef743edb527e214735) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Removed "Press Ctrl+Shift+G to generate terminal commands" message |
| 71 | + |
| 72 | +- [#1832](https://github.com/Kilo-Org/kilocode/pull/1832) [`80b0f20`](https://github.com/Kilo-Org/kilocode/commit/80b0f209ad823ac23f30838ba3989dbf877fce73) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Add GPT-5 model support to OpenAI provider |
| 73 | + |
3 | 74 | ## [v4.77.1] |
4 | 75 |
|
5 | 76 | - [#1792](https://github.com/Kilo-Org/kilocode/pull/1792) [`ee300bc`](https://github.com/Kilo-Org/kilocode/commit/ee300bcd9138049182f9979ea9794996c96ee3d1) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Fix infinite spinning initial API request |
|
0 commit comments