Core
- Ensure variants for Copilot models work with maxTokens being set
- Fixed maxOutputTokens being accidentally hardcoded to undefined which caused kimi-k2.5 issues on some inference providers (@ideallove)
- Include provider ID in SDK cache key to prevent cache collisions (@saba-ch)
- Allow media-src data: URL for small audio files in Content Security Policy (@tanapok)
- Update experimental environment variables in CLI documentation (@bbabou)
- Add
ctx.abortto grep tool - Add AbortSignal support to Ripgrep.files() and GlobTool (@goniz)
Desktop
- Make settings more responsive for mobile and small web/desktop (@DNGriffin)
- Fixed type errors in app package (@Brendonovich)
- Auto scroll to file tabs on open and enable mouse wheel scrolling (@alexyaroshuk)
- Remove duplicate keys causing TypeScript failures (@eXamadeus)
- Normalize Chinese punctuation for Chinese UI (@MaxMiksa)
- Fill missing Chinese translation keys to avoid English fallback (@MaxMiksa)
- Fix alignment and padding in dialogs (@alexyaroshuk)
Thank you to 12 community contributors:
- @R44VC0RP:
- fix(script): remove highlights template from release notes (#11052)
- @zerone0x:
- fix(ui): allow KaTeX inline math to be followed by punctuation (#11033)
- @alexyaroshuk:
- @MaxMiksa:
- @goniz:
- fix(opencode): add
AbortSignalsupport toRipgrep.files()andGlobTool(#10833)
- fix(opencode): add
- @eXamadeus:
- fix(typescript errors): remove duplicate keys causing typescript failures (#11071)
- @Brendonovich:
- fix(app): types
- @bbabou:
- docs: update experimental environment variables in CLI docs (#11030)
- @DNGriffin:
- fix(app): make settings more responsive for mobile and small web/desktop (#10775)
- @tanapok:
- fix(opencode): allow media-src data: URL for small audio files (#11082)
- @saba-ch:
- fix(provider): include providerID in SDK cache key (#11020)
- @ideallove:
- fix: maxOutputTokens was accidentally hardcoded to undefined (#10995)