Product
Changelog
Follow all the latest updates, bug fixes, and feature improvements shipped to O3.
v1.4.0July 8, 2026
Major UpdateLightweight Local Embeddings & Faster Website Scraper
- Swapped heavy transformer pipelines with deterministic local embedding generators, reducing memory foot-print by 90% and avoiding Node heap out-of-memory errors.
- Implemented custom scraper fallback modes for websites protected by Cloudflare (such as LeetCode or Awwwards).
- Enhanced Dashboard activity logs and metrics loading to prevent React shell reload collapses.
v1.3.2June 20, 2026
StabilityGraceful Redis Failovers & Session Verification
- Added dynamic validation on incoming conversation session UUID formats to avoid SQL parser exceptions.
- Redis server connections in BullMQ queues now fail over gracefully without crashing the API core process.
- Refactored registration and login data scopes to guarantee consistent organization identifiers across sessions.
v1.2.0May 15, 2026
FeatureEmbeddable Chat Window Widgets
- Created isolated Shadow DOM floating widgets that can be loaded onto any client website via a single script tag.
- Supports dynamic welcome message bubbles and client configuration caches.