v0.15.0
What's Changed
- fix(chat): run expiring after 10 minutes by @adi-wan-askui in #134
- fix(chat): deleting empty threads by @adi-wan-askui in #133
- refactor: extract system prompts for reuse in chat by @adi-wan-askui in #132
- feat(chat)!: differentiate default and custom (workspace scoped) assistants and mcp configs by @adi-wan-askui in #131
🚀 Features
- Chat API Enhancement: Differentiate between default and custom (workspace scoped) assistants and MCP configurations
- System Prompts: Extracted system prompts for better reusability in chat functionality
🐛 Bug Fixes
- Chat: Fixed issue where chat runs were expiring after 10 minutes
- Thread Management: Fixed deletion of empty threads in chat
🚨 Breaking Changes
- MCP Configurations: Existing MCP configs won't be accessible anymore through API but only through the file system
- Workspace ID: Workspace ID expected to be a UUID4 - resources saved with non-UUID4 askui-workspace header won't be accessible anymore through API but only through the file system (AskUI Hub already uses this format so if you never used the API directly, there is nothing to do)
- Custom Agents: Existing custom agents can only be modified/deleted through file system but not API
Full Changelog: v0.14.2...v0.15.0