What's Changed
- fix: resolve Docx parsing error in MarkitdownParser (#544) by @wolfkill in #554
- feat(docreader): Centralize environment variables into config module by @begoniezhao in #556
- refactor: Simplify content merging and align with backend logic by @begoniezhao in #559
- docs: update README and add agent.md for Agent API by @voidkey in #566
- feat: add thinking mode support for agents by @lyingbug in #567
- fix: use typed context key instead of string literal- Add UserContext… by @Shio0909 in #572
- fix: security vulnerabilities in SQL injection and SSRF by @lyingbug in #571
- refactor: Centralize and simplify SQL validation logic by @begoniezhao in #574
- fix(parser): implement async polling for Mineru API task by @wolfkill in #558
- fix: cleanup conversation context stored in Redis by @voidkey in #577
New Contributors
Full Changelog: v0.2.10...v0.2.11