What's Changed
Fixes
- detect image MIME type from binary data for Anthropic API (#4426)
- correct duplicate word in agent logger warning (#4390)
- sannitize llm context by modalities (#4367)
- fix list config being saved as [""] instead of [] after deletion (#4401)
Improvements
- Added EULA.
- enhance reply functionality to support selected text quoting (#4387)
- ensure atomic creation of knowledge base with proper cleanup on failure (#4406)
- add null check for plugin list in config to fix empty list issue (#4392)
- add image placeholder for non-vision models to fix no response in private chat (#4411)
- append version number tag to WARN and ERROR level logs (#4388)
- optimize plugin readme markdown rendering and remove redundant code (#4415)
- sanitize invalid platform IDs on load (#4432)
- LLM healthy mode (#4431)
Details
- feat/chatui quote text by @Soulter in #4387
- fix: ensure atomic creation of knowledge base with proper cleanup on failure by @Li-shi-ling in #4406
- fix(webui): fix unexpected expansion of all rows in tool table by @letr007 in #4366
- fix: when session_id including ":" by @stevessr in #4380
- fix: add null check for plugin list in config to fix empty list issue by @advent259141 in #4392
- fix(core): correct duplicate word in agent logger warning by @letr007 in #4390
- fix: add image placeholder for non-vision models to fix no response in private chat by @advent259141 in #4411
- feat(context): sanitize llm context by modalities by @Futureppo in #4367
- fix (#4297): fix list config being saved as [""] instead of [] after deletion by @NayukiChiba in #4401
- feat(log): append version number tag to WARN and ERROR level logs by @ocetars in #4388
- fix: detect image MIME type from binary data for Anthropic API by @KBVsent in #4426
- fix(webui): optimize markdown rendering and remove redundant code by @clown145 in #4415
- feat(safety): LLM healthy mode by @Soulter in #4431
- Sanitize invalid platform IDs on load and add UI validation by @Soulter in #4432
New Contributors
- @Li-shi-ling made their first contribution in #4406
- @stevessr made their first contribution in #4380
- @NayukiChiba made their first contribution in #4401
- @KBVsent made their first contribution in #4426
Full Changelog: v4.11.2...v4.11.3