OpenMates Docs Open Chat

Daily Release Summary: 2026-04-28

Daily Release Summary: 2026-04-28 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-28

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

Overview

OpenMates focused on enhancing the mobile user experience with a new suite of touch gestures and improved language detection for first-time visitors. The update also includes critical fixes for unauthenticated chat sessions and AI model routing.

Released Changes

  • OpenMates introduced a suite of touch gestures for the web application, including edge swipes for menus, swipe-to-close for settings, and swipe navigation for chat and embed headers. (2b19b1e09, f30df002c, cb98225f9)
  • The web application now defaults to English on the first visit while providing a notification to suggest switching based on the browser’s detected language settings. (bf43c58dd)
  • The daily inspiration banner now utilizes a larger embed layout when viewed on wide displays. (66a8dfae9)

Bug Fixes

  • OpenMates resolved an issue where the new chat screen could freeze for unauthenticated users. (744c1ecc7)
  • The AI content sanitization model was rerouted through OpenRouter to address 400 errors encountered with Groq tool calls. (76d8b2621)
  • Several refinements were made to the signup and account deletion flows, including improved handling of AutoTopUp transitions and extended timeouts for success messages. (846b83b96, c0e916484, b57e2fd20)
  • Header navigation and settings menus were improved by matching swipe directions to visual arrows and ensuring consistent navigation order. (fdef4949a, d7bf96916, c3984bad3)

Unreleased Progress

  • None

Internal Progress

  • The project improved test reliability by recording Playwright videos in artifacts and refining regression specs for header navigation and incognito titles. (b44535aea, 0c9c259dc, 9583063f8)
  • Internal updates were made to the privacy promises registry and Obsidian screenshot synchronization. (0320671ef)
  • Logic was added to prevent the use of mixed encryption keys within a single chat to ensure data consistency. (a3f5e137f)

Newsletter Guidance

Include

  • Automatic browser language detection and suggestion on first visit. (bf43c58dd)
  • New suite of touch gestures including edge swipes for menus and swipe navigation for headers. (2b19b1e09, f30df002c, cb98225f9)

Exclude

  • AI content sanitization routing update. (76d8b2621)
  • Signup flow refinements. (c0e916484, 846b83b96, b57e2fd20)

Rationale

The most impactful user-facing changes are the new gesture-based navigation and the improved language detection for new visitors.

Quality Notes

  • Significant focus on mobile UX parity through gesture support.
  • Proactive maintenance of encryption key consistency in the frontend services.