## 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.abort` to 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:
- fix(app): alignment and padding in dialogs (#10866)
- fix(app): file tabs - auto scroll on open & scroll via mouse wheel (#11070)
- @MaxMiksa:
- fix(app): fill missing zh keys to avoid English fallback (#10841)
- fix(opencode): normalize zh punctuation for Chinese UI (#10842)
- fix(ui): improve zh duration display formatting (#10844)
- @goniz:
- fix(opencode): add `AbortSignal` support to `Ripgrep.files()` and `GlobTool` (#10833)
- @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)