Skip to content

v0.15.0

Choose a tag to compare

@adi-wan-askui adi-wan-askui released this 01 Sep 08:06
· 573 commits to main since this release

What's Changed

🚀 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