4.26.6 - 2026-07-14
Added
- Added persona import and export in the WebUI. Exported personas intentionally exclude tools and Skills configuration. (#4532)
Changed
- Enabled ephemeral cache control for Anthropic providers to improve cache hit rates. (#9197)
- Refined README documentation and corrected the Satori and Mattermost tutorial links. (#9205)
- Updated grouped GitHub Actions dependencies. (#9170)
Fixed
- Validated dashboard account username updates. (#9175)
- Removed an unsupported
forceargument from LINE response parsing. (#9187) - Handled invalid response cleanup regular expressions without interrupting message delivery. (#9183)
- Fixed the mobile chat input freeze and multiline attachment button alignment. (#9202)
- Made ChatUI model selection theme-aware. (#9200)
- Corrected the i18n callback path to Settings General. (#9201)
- Returned appropriate HTTP errors when skill downloads fail. (#9213)
- Exempted WebChat from the friend wake prefix. (#9215)
- Handled
max_tokenscorrectly for NVIDIA MiniMax M3. (#9209) - Reported current context usage accurately in the token indicator. (#9255)
- Resumed active ChatUI streams after a page refresh. (#9259)
What's Changed
- fix: validate dashboard account username updates by @VectorPeak in #9175
- fix: remove unexpected force argument from get_json in astrbot\core\platform\sources\line\line_adapter.py" by @SpencerFang0617 in #9187
- fix: Added Try Except to Filter Handling by @CooperWang0912 in #9183
- fix(platform): correct tutorial links for satori and mattermost by @th-dd in #9205
- fix: resolve mobile chat input freeze and multiline attachment button alignment by @leafliber in #9202
- fix: make ChatUI model selection theme-aware by @wcqqq1214 in #9200
- fix: use ephemeral cache control mode in anthropic provider to increase cache hit rate by @911218sky in #9197
- chore(deps): bump the github-actions group with 4 updates by @dependabot[bot] in #9170
- fix(i18n): update platform callback path translation by @th-dd in #9201
- fix: return HTTP errors for failed skill downloads by @VectorPeak in #9213
- fix: exempt WebChat from friend wake prefix by @wcqqq1214 in #9215
- fix: handle max_tokens for NVIDIA MiniMax M3 by @Last-emo-boy in #9209
- fix: prevent the WebChat token ring from over-reporting context usage by @Fronut in #9255
- fix(group_chat_context): use .get() to avoid KeyError when config profile lacks image_caption_prompt by @tsaitang404 in #9216
- fix: resume ChatUI streams after refresh by @Soulter in #9259
- feat: import and export personas by @Sjshi763 in #4532
- chore: bump version to 4.26.6 by @Soulter in #9273
New Contributors
- @SpencerFang0617 made their first contribution in #9187
- @wcqqq1214 made their first contribution in #9200
- @Last-emo-boy made their first contribution in #9209
- @tsaitang404 made their first contribution in #9216
Full Changelog: v4.26.5...v4.26.6