← Back
Sim
Sim v0.6.2 adds iframe embedding and document upsert API
Sim Studio · releasefeatureapibugfix · github.com ↗

New Features

Chat UI Iframe Embedding: The chat interface can now be embedded in iframes through updated Content Security Policy (CSP) headers, enabling developers to integrate Sim chat directly into third-party applications and websites.

Knowledge API Enhancement: A new upsert document operation has been added to the knowledge module, allowing developers to insert or update documents in a single API call rather than using separate create/update operations.

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

Improvements & Fixes

Backend Reliability: Fixed database connection pool exhaustion by reducing connection pool sizes, improving stability for production deployments. File upload functionality in mothership has also been corrected.

Request Tracking: Added request IDs to mothership operations, enabling better debugging and monitoring of API calls.

Workspace Stability: Resolved an issue where stale placeholder data could corrupt the workflow registry when switching workspaces.

Technical Details

This patch release (v0.6.2) builds on v0.6.1 with 5 new features, 1 general improvement, and 4 bug fixes. The changes focus on developer experience, API extensibility, and infrastructure reliability.