OpenMates Docs Open Chat

Weekly Release Summary: 2026-04-13 to 2026-04-19

Weekly Release Summary: 2026-04-13 to 2026-04-19 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...

[T:documentation.sender_name]

Weekly Release Summary: 2026-04-13 to 2026-04-19

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

Overview

OpenMates introduced several major features this week, including a privacy-preserving Wikipedia inline link integration, SEPA bank transfer support, and end-to-end encrypted message highlights. The project also underwent a branding refresh, renaming the ‘App Store’ to ‘Apps’ and ‘Settings & Memories’ to ‘Memories’. Visual polish was added to the onboarding experience with a new cinematic Ken-Burns slideshow, while the events system expanded to include the Berlin Philharmonic. Foundational work for native Apple platforms progressed significantly in the background, though those features remain unreleased.

Released Changes

  • OpenMates implemented Wikipedia inline links with a privacy-preserving backend proxy that protects user IP addresses and includes differentiated rate limits. (ab832b2f7, 17990ec7f, f08e2bde5)
  • Support for SEPA bank transfers via Revolut Business was added for credit purchases and contributions, including automated reminder emails. (95fb183a2, fd941673a, 437fac490)
  • Launched message highlights with end-to-end encryption, featuring a floating selection toolbar for touch devices and quote-based anchoring. (19e0062b6, 301970372, 7ab11aa2b)
  • The ‘App Store’ was renamed to ‘Apps’ and ‘Settings & Memories’ to ‘Memories’ across the application and documentation. (59319d871, 95328a406, b9185f269)
  • The intro-chat header was updated with a cinematic Ken-Burns slideshow featuring high-quality WebP frames and locale-specific titles. (e0986cdf8, 48005eaeb, 183a7afe3)
  • Claude Opus 4.7 was added as an available AI model. (52cfa6f7a)
  • The Berlin Philharmonic provider was activated within the events system, supporting hybrid free-text searches and concert-specific tagging. (4af97e411, 2f6a60234, db12c95f0)
  • Semantic URLs were implemented for all public chat types, including introductions, announcements, and legal pages, to improve SEO. (761bb2564, 7366f43d7)
  • A new newsletter management system was deployed, featuring granular category opt-in toggles and auto-subscription for authenticated users. (59ce4d70d, 1ecae5a84)
  • A Privacy Promise registry was established to track verifiable data handling commitments, including new guarantees against CLI credential prompts. (9ad249aae, cdb9ce2e8, 110fdf27c)

Bug Fixes

  • Resolved extensive reliability issues in the Polar and Stripe checkout flows, addressing iframe locator failures, billing address field handling, and payment confirmation timeouts. (2bd6bfc2f, 04092ea4c, b7aa20818)
  • Hardened chat header stability against compositor glitches and flickering that occurred after closing fullscreen embeds. (64cc3ec41, ae024a6f9, df41c0377)
  • Improved AI quote verification by broadening detection for non-canonical blockquote formats and normalizing typography to prevent false-positive stripping. (215b1f73a, 2ab31da0b)
  • Refined PII detection to require qualifier suffixes for tax ID keywords, reducing false positives during message processing. (0efbf371c)
  • Implemented a new text sanitizer to prevent ASCII smuggling in message inputs and deep links. (f97972528)
  • Optimized SEO and social sharing by switching announcement and tip pages to Server-Side Rendering (SSR) and refining layout chains. (59099bf68, 64ce3120f, 47b5fc5c4)
  • Fixed an issue where newsletter chats and autoplay videos failed to load correctly via deep links. (839b0c2d6, cb80b1dcb)
  • Refined Wikipedia linking logic to filter out disambiguation pages and improved AI instructions for higher link accuracy. (199d6a69b, 86049054f, c2b6eb503)

Unreleased Progress

  • Foundational work for native Apple platforms (iOS, iPadOS, macOS) progressed with the addition of 10k lines of Swift code covering CLI pairing and StoreKit payments. (43be73509, 1b3175832, 0fe0e60c8)
  • Implemented 29 Siri Shortcuts and a WidgetKit daily inspiration widget for the unreleased iOS application. (bc90dc668, 077ec3f7b)
  • Wired end-to-end encryption (E2EE) decryption for chats and messages within the Apple platform codebase. (c4162e7b9)
  • Ongoing migration on Apple platforms from SF Symbols to web-compatible SVG icons for cross-platform consistency. (633435f5a, bc720a3a4)
  • Added Handoff/Continuity support and Spotlight indexing for the unreleased macOS and iOS apps. (d9ccfc124)
  • Developed web-source blocks for Apple platforms to support richer content embedding in chat views. (7188ee42a, 1ce216e7d)
  • An SEO auditor subagent is in development for deep site-wide analysis. (179701512)
  • The ‘welcome’ focus mode was implemented but remains hidden behind a feature flag. (48b915361)

Internal Progress

  • OpenMates added a git-stats command to track commit activity and quality analytics. (6e56fc141)
  • The project established a new newsletter publishing pipeline with Markdown-to-demo-chat conversion and brand-name processing. (63b9979b4, 0d4c90e3c, 4b38d1ad4)
  • Security patches were applied to backend dependencies including Pillow, DOMPurify, and python-multipart. (eec550b6a, fac833003, 8713bab99)

Newsletter Guidance

Include

  • Wikipedia inline link integration with privacy-preserving proxy. (ab832b2f7, 17990ec7f, f08e2bde5)
  • SEPA bank transfer support via Revolut Business. (95fb183a2, fd941673a)
  • End-to-end encrypted message highlights with floating selection toolbar. (19e0062b6, 301970372, 7ab11aa2b)
  • Branding refresh: App Store renamed to ‘Apps’ and Settings & Memories to ‘Memories’. (59319d871, 95328a406)
  • Support for Claude Opus 4.7. (52cfa6f7a)
  • Activation of the Berlin Philharmonic event provider. (4af97e411, 2f6a60234)

Exclude

  • Native Apple platform development (iOS/macOS). (43be73509, 1b3175832, bc90dc668)
  • SEO auditor subagent implementation. (179701512)
  • Welcome focus mode. (48b915361)

Rationale

The week was defined by the launch of Wikipedia integration, SEPA payments, and encrypted message highlights. These features, combined with the branding refresh and the addition of Claude 4.7, provide a strong narrative of product maturity and privacy focus.

Quality Notes

  • Extensive focus on payment reliability with over 20 commits dedicated to fixing checkout edge cases and bank transfer validation.
  • The unreleased Apple codebase underwent a massive accessibility audit covering 41 views and a complete internationalization sweep.
  • Privacy infrastructure was strengthened through the introduction of a Privacy Promise registry and automated CLI credential guards.