OpenMates Docs Open Chat

Daily Release Summary: 2026-04-14

Daily Release Summary: 2026-04-14 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Overview OpenMates...

[T:documentation.sender_name]

Daily Release Summary: 2026-04-14

Generated from 96 structured change items. The companion YAML remains the source for deterministic tooling.

Overview

OpenMates introduced SEPA bank transfer support via Revolut Business, implemented a privacy-preserving Wikipedia proxy to protect user IP addresses, and significantly enhanced the video onboarding experience with new header controls and fullscreen capabilities. The update also includes new privacy promises regarding CLI usage and external resources, alongside extensive UI polish and security-related dependency upgrades.

Released Changes

  • OpenMates now supports SEPA bank transfers via Revolut Business for credit purchases and support contributions, including automated reminder emails and admin notifications for transfer issues. (95fb183a2, fd941673a, 437fac490)
  • A new backend proxy for Wikipedia requests protects user IP addresses; the system now uses a credit-based auth model for these requests with differentiated rate limits for anonymous and authenticated users. (17990ec7f, f08e2bde5, 136d2a44e)
  • The project added an enhanced video header to chats featuring autoplay, scroll-to-pause logic, and deep-linking support, alongside a unified fullscreen shell for intro videos. (c14dc3091, 7417e7e35, 7b6b55b70)
  • Two new privacy promises were added: a guarantee against credential prompts in CLI tools and a promise regarding the non-usage of external resources. (110fdf27c)
  • UI improvements include an OpenMates badge for internal deep links, unified CTA-orange for clickable text, right-click context menus for example chats, and enabled search suggestions for unauthenticated users. (a66d7b191, d59b95ca5, d3aa16ae7)

Bug Fixes

  • Resolved several Wikipedia embed issues, including mutual exclusivity between fullscreen modes, missing share buttons, and incorrect inline link colors. (2c0a9285a, eb3db9223, 2644c35ed)
  • Refined the bank transfer UI to use canonical settings elements, corrected reference hint text, and removed donation-related language from support sections. (096a122b0, 3d095cd88, b53174727)
  • Fixed a logic error where the preprocessing LLM would skip its final fallback attempt if the cache indicated an unhealthy state. (50035da3d)
  • Corrected intro video layout issues, including title positioning in side-by-side views and autoplay collisions. (769539b1c, a834972d7, 9a9bc69e8)
  • Resolved a Vercel build failure caused by an incorrect casing in the WebSocket service import. (3a3f5904a)

Unreleased Progress

  • Added a window.onboarding() debug command to facilitate QA testing of the signup and intro flows. (5487f58ea)
  • Internal documentation was updated to cover the privacy-promises architecture and the decision to use api.video for hosting. (5847b9656, f3b36880f, b8f4dcd78)
  • Expanded the E2E test suite with dedicated specs for bank transfer tiers and signup flows. (e37d83645, 9a9f477dd, 540b2db52)

Internal Progress

  • Upgraded Pillow to version 12.2.0 to address a security vulnerability (GHSA-whj4-6x5x-4v2j). (eec550b6a)
  • Adjusted provider health checks to tolerate two transient failures before marking a service as unhealthy. (2b0faf453)
  • Prevented Temporal Dead Zone (TDZ) crashes by deferring store subscriptions in the WebSocket and ChatSync services. (57cfa67bc, b25fda17a)

Newsletter Guidance

Include

  • SEPA Bank Transfer Support via Revolut Business (95fb183a2, fd941673a)
  • Privacy-Focused Wikipedia Proxy with Rate Limiting (17990ec7f, f08e2bde5, 136d2a44e)
  • New Privacy Promises for CLI and External Resources (110fdf27c)
  • Upgraded Video Header and Intro Experience (c14dc3091, 7417e7e35, f2c8f6944)
  • Unified UI Feedback and Internal Deep Link Badging (a66d7b191, d59b95ca5)

Exclude

  • window.onboarding() debug command (5487f58ea)
  • Video hosting provider decision docs (f3b36880f, b8f4dcd78)
  • Smoke test and Docker grace period fixes (7f4140593)

Rationale

The update is headlined by the introduction of SEPA bank transfers and a major privacy-focused overhaul of how Wikipedia content is handled. These changes, along with new privacy promises and a refined video onboarding experience, provide strong material for user communication.

Quality Notes

  • Extensive E2E test coverage was added for the new SEPA bank transfer flow, including signup and credit purchase scenarios.
  • Privacy infrastructure was strengthened with automated guards against credential prompts in CLI hooks.
  • UI consistency was improved by unifying CTA colors and adding explicit badging for internal deep links.