v0.14.2
What's Changed
- feat: use a custom agent by @adi-wan-askui in #125
- feat(chat): add support for documents (pdf, excel, word) in chat by @danyalxahid-askui in #126
馃殌 Features
- Custom Agents: CRUD operations for custom agents with configurable system prompts and tools (need to be provided via MCP)
- Document Support in Chat: Enhanced chat functionality with support for PDF, Excel, and Word documents
馃悰 Bug Fixes
- Chat: Messages incorrectly ordered before sent to LLM leading to all kinds of errors, e.g., tool result block not finding tool call block ("Each
tool_resultblock must have a correspondingtool_useblock in the previous message.")
Full Changelog: v0.14.1...v0.14.2