← Back
Sim
Sim releases v0.6.2 with iframe embedding and knowledge base upsert
Sim Studio · releasefeatureapibugfixplatform · github.com ↗

Key Features

Chat UI Iframe Embedding: The CSP (Content Security Policy) configuration has been updated to allow the chat UI to be embedded as an iframe, enabling developers to integrate Sim's chat interface directly into external applications and websites.

Knowledge Base Upsert Operation: A new upsert document operation has been added to the knowledge module, allowing developers to create or update documents in a single API call rather than checking existence first.

Resizable Chat/Resource Panel: The home interface now features a resizable divider between the chat and resource panels, giving users more control over their workspace layout.

Request IDs in Mothership: Request tracking has been enhanced with request ID support in the mothership infrastructure, improving observability and debugging capabilities.

Improvements and Fixes

  • Database Optimization: Connection pool sizes have been reduced to prevent exhaustion issues during high-volume operations
  • Durable Execution Diagnostics: Foundation laid for enhanced logging and diagnostics of durable execution workflows
  • Workspace Stability: Fixed issue where stale placeholder data could corrupt workflow registry when switching workspaces
  • File Uploads: Resolved mothership file upload failures

What Developers Need to Know

This release focuses on developer experience and platform stability. The iframe embedding capability opens new integration possibilities, while the knowledge base upsert simplifies document management workflows. The database connection pool fix addresses a production concern that could impact users at scale.