|
1 | 1 | # kilo-code |
2 | 2 |
|
| 3 | +## [v4.82.0] |
| 4 | + |
| 5 | +- [#1974](https://github.com/Kilo-Org/kilocode/pull/1974) [`ec18e51`](https://github.com/Kilo-Org/kilocode/commit/ec18e51d7f38c2f5ee21a02cf2290be21223119b) Thanks [@kevinvandijk](https://github.com/kevinvandijk)! - Include changes from Roo Code 3.25.14 |
| 6 | + |
| 7 | + - Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote) |
| 8 | + - Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!) |
| 9 | + - Fix: Make cancelling requests more responsive by reverting recent changes |
| 10 | + - Add Sonnet 1M context checkbox to Bedrock |
| 11 | + - Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote) |
| 12 | + - Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote) |
| 13 | + - Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!) |
| 14 | + - Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!) |
| 15 | + - Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!) |
| 16 | + - Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote) |
| 17 | + - Fix: Add --no-sandbox flag to browser launch options (#6632 by @QuinsZouls, PR by @QuinsZouls) |
| 18 | + - Fix: Ensure JSON files respect .kilocodeignore during indexing (#6690 by @evermoving, PR by @app/roomote) |
| 19 | + - Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote) |
| 20 | + - Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote) |
| 21 | + - Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote) |
| 22 | + - Fix: Improve checkpoint service initialization handling (thanks @NaccOll!) |
| 23 | + - Update: Improve zh-TW Traditional Chinese locale (thanks @PeterDaveHello!) |
| 24 | + - Add: Task expand and collapse translations (thanks @app/roomote!) |
| 25 | + - Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!) |
| 26 | + - Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!) |
| 27 | + - Add: Requesty base url support (thanks @requesty-JohnCosta27!) |
| 28 | + - Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs) |
| 29 | + - Add: IO Intelligence Provider support (thanks @ertan2002!) |
| 30 | + - Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!) |
| 31 | + - Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!) |
| 32 | + - Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!) |
| 33 | + - Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!) |
| 34 | + - Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!) |
| 35 | + |
| 36 | +## [v4.81.0] |
| 37 | + |
| 38 | +- [#1868](https://github.com/Kilo-Org/kilocode/pull/1868) [`50638b4`](https://github.com/Kilo-Org/kilocode/commit/50638b4226aa3de24f5a9b825a8ef7f1e4d376f6) Thanks [@Toukaiteio](https://github.com/Toukaiteio)! - Add Support For Qwen Code |
| 39 | + |
| 40 | +### Patch Changes |
| 41 | + |
| 42 | +- [#1968](https://github.com/Kilo-Org/kilocode/pull/1968) [`e7680cc`](https://github.com/Kilo-Org/kilocode/commit/e7680cc7f9563a52d4a4babe70ca300ce67aef4a) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - OpenRouter routing settings are no longer randomly reset |
| 43 | + |
| 44 | +- [#1948](https://github.com/Kilo-Org/kilocode/pull/1948) [`ecc81c6`](https://github.com/Kilo-Org/kilocode/commit/ecc81c61db648f2701aa7d71f70cefc71a553300) Thanks [@hassoncs](https://github.com/hassoncs)! - Support drag-to-pan in the Task Timeline header |
| 45 | + |
| 46 | +- [#1899](https://github.com/Kilo-Org/kilocode/pull/1899) [`22c59ba`](https://github.com/Kilo-Org/kilocode/commit/22c59ba824199f9be7662e56fa71a74ca042c7bd) Thanks [@ivanarifin](https://github.com/ivanarifin)! - Improve virtual quota fallback handler initialization and error handling |
| 47 | + |
| 48 | +- [#1955](https://github.com/Kilo-Org/kilocode/pull/1955) [`553033a`](https://github.com/Kilo-Org/kilocode/commit/553033af3220c66e177f516df1bc6b7ee431192e) Thanks [@hassoncs](https://github.com/hassoncs)! - Add Max Cost input to the AutoApprove menu in the ChatView |
| 49 | + |
| 50 | +## [v4.80.0] |
| 51 | + |
| 52 | +- [#1893](https://github.com/Kilo-Org/kilocode/pull/1893) [`d36b1c1`](https://github.com/Kilo-Org/kilocode/commit/d36b1c17fa9d5cb06d13865b4d1ba1e66500a85c) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - More price details are now shown for Kilo Code Provider and OpenRouter. Average Kilo Code cost is the average cost of a model when using Kilo Code, after applying caching discounts. A breakdown of provider prices is also available. |
| 53 | + |
| 54 | +- [#1893](https://github.com/Kilo-Org/kilocode/pull/1893) [`d36b1c1`](https://github.com/Kilo-Org/kilocode/commit/d36b1c17fa9d5cb06d13865b4d1ba1e66500a85c) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Provider Routing options have been added to Kilo Code and OpenRouter settings. It is now possible to select a sorting preference (e.g. prefer lower price) and data policy (e.g. deny data collection). |
| 55 | + |
| 56 | +### Patch Changes |
| 57 | + |
| 58 | +- [#1924](https://github.com/Kilo-Org/kilocode/pull/1924) [`f7d54ee`](https://github.com/Kilo-Org/kilocode/commit/f7d54eee006c21e3b7760e2ee88f144760731892) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - The dedicated Big Model API provider was removed. Instead, you can use the Z.AI provider with open.bigmodel.cn endpoint. |
| 59 | + |
| 60 | +## [v4.79.3] |
| 61 | + |
| 62 | +- [#1911](https://github.com/Kilo-Org/kilocode/pull/1911) [`62018d4`](https://github.com/Kilo-Org/kilocode/commit/62018d4cb0dff0386bdccc68ce4a9dbb21834e8f) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fixed Enhance Prompt and Commit Message Generation not working with GPT-5 on the OpenAI provider |
| 63 | + |
| 64 | +## [v4.79.2] |
| 65 | + |
| 66 | +- [#1892](https://github.com/Kilo-Org/kilocode/pull/1892) [`c5cfb6c`](https://github.com/Kilo-Org/kilocode/commit/c5cfb6cc0af6b7de2a33832b6b1b56b60b950edc) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fixed not being able to set the Max Auto-Approve Cost |
| 67 | + |
| 68 | +- [#1889](https://github.com/Kilo-Org/kilocode/pull/1889) [`2bbebd0`](https://github.com/Kilo-Org/kilocode/commit/2bbebd09c27a00c197de9dfcc384f34880fdb46f) Thanks [@unitythemaker](https://github.com/unitythemaker)! - Chutes model list updated |
| 69 | + |
| 70 | +- [#1879](https://github.com/Kilo-Org/kilocode/pull/1879) [`e348ea1`](https://github.com/Kilo-Org/kilocode/commit/e348ea18cbbfc76abece9cbe9e54bc477e764e99) Thanks [@possible055](https://github.com/possible055)! - Update Traditional Chinese translations for Settings UI |
| 71 | + |
3 | 72 | ## [v4.79.1] |
4 | 73 |
|
5 | 74 | - [#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 |
|
0 commit comments