Weekly Release Summary: 2026-05-25 to 2026-05-31
Weekly Release Summary: 2026-05-25 to 2026-05-31 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...
Weekly Release Summary: 2026-05-25 to 2026-05-31
Generated from 306 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
OpenMates introduced significant organizational and interactive capabilities this week, headlined by the launch of E2EE-safe sub-chats and a comprehensive interactive question system. Discovery features were expanded through Wikipedia-integrated daily inspirations and Mastodon search, while platform stability was hardened with critical fixes for Safari and service worker management. User privacy was also prioritized with new PII controls for file embeds and encrypted chat synchronization optimizations.
Released Changes
- Implemented E2EE-safe sub-chats with a supporting UI dashboard for nested conversation management and backend orchestration. (1bfb201f3, 579bfaf2f, 84824b1f0)
- Launched an interactive question system supporting choice, input, rating, slider, and swipe response types within the chat interface. (bfdaf5541, 8f80ab99a, 63eee71bf)
- Introduced a referral credit program featuring QR codes, reward notifications, and integrated billing status tracking. (b904d5e3c, 63b45e1a1, 43b666f36)
- Users can now select and sync interface font preferences across sessions and devices. (239565add, b9c4031fe, f0db57546)
- The daily inspiration system was expanded with Wikipedia integration and an auto-rotating dashboard banner. (1b76a6e82, 0e5d6de46, c5af72a38)
- Added PII controls for draft embeds to improve privacy when handling file-based personally identifiable information. (79f0000dc, 0032e41ff)
- OpenMates added a Mastodon public social search provider to the search application. (12885a8f6)
- Added AI-powered auto-correction for audio transcripts, including a UI toggle and model badge. (d0e2d9c06, 3c614a393)
- Launched daily meeting functionality within the OpenCode environment. (807e2d1d0)
- Quick tip suggestions and restyled follow-up actions were added to the chat interface to improve contextual usability. (60982450c, 875df161a, e158ee8c0)
Bug Fixes
- Resolved several stability issues specific to Safari, including chat navigation failures and application initialization errors. (84b423552, aaa1d2652, 3196f8b81)
- Retired the web app PWA service worker and implemented forced cleanup of stale service workers to prevent startup hangs. (077b69e58, f791ca7e1, 34f634c29)
- Improved audio recording reliability by preventing duplicate transcriptions and ensuring live drafts persist across page reloads. (21a0b1f33, aef784808, e3b223926)
- Refined the billing experience by refreshing pending invoices, preserving country data for saved cards, and automating gift card credits upon signup. (c255ed46e, b0e8073a6, 2fe18d7b1)
- Corrected metadata preservation and rendering for nutrition, travel, and skill search embeds. (ff5b5b318, 103767acc, 69d3f9a13)
- Hardened local database synchronization by rerunning migrations for corrupted chat schemas. (602158020, 028b7e1d3)
- Improved signup and login flows to prevent blocked registrations and ensure contact data is correctly backfilled. (ea556ae61, cd6f94ff8, 0ae60dccc)
- Deduplicated websocket notifications for credit purchases to prevent redundant UI alerts. (d27e3fdb4)
Unreleased Progress
- Developed the projects workspace infrastructure, including API handlers, frontend routes, and SSR optimizations. (9869355c1, cd496f183, bee59b8dc)
- Added UIKit-based fullscreen sheet table rendering for the iOS platform. (d9b40ac15)
- A developer-only browser for viewing and managing test recordings was added to the web application. (648eda13d, 64dd5ca5e, 8b3c32932)
- Initial drafting for an expanded referral feature has begun, including email templates and demo chat data. (0b56e8106)
- Internal adjustments to AI provider routing for Claude Opus 4.8 were implemented. (3468adde6, c35a3c759)
- Added a ‘check-security’ focus mode to the code application. (7c6ed1a49)
- Internal improvements were made to the serialization of mail and sheet draft embeds. (442c99eb6)
Internal Progress
- The project alpha version was bumped to v0.11. (126928ab5)
- Upgraded several npm packages to address security vulnerabilities. (25492bbea)
- Extensive stabilization of the end-to-end test suite was performed, covering sub-chats, interactive questions, and security-critical signup flows. (d3b32c7db, 399a2a402, 268685bcb)
- Development environment hooks were aligned for parity between Claude and OpenCode plugins. (04af33936, 2bc2852d2, 098857c6c)
Newsletter Guidance
Include
- Organize conversations with new E2EE-safe sub-chats and a dedicated management dashboard. (1bfb201f3, 579bfaf2f, 84824b1f0)
- Engage with AI using new interactive questions, featuring sliders, ratings, and choice selections. (bfdaf5541, 8f80ab99a, 63eee71bf)
- A new referral credit program allows users to earn rewards using QR codes and integrated status tracking. (b904d5e3c, 63b45e1a1, 43b666f36)
- Interface font customization is now available, allowing users to choose and sync preferred local fonts across sessions. (239565add, b9c4031fe, f0db57546)
- Expanded daily inspirations now feature Wikipedia integration and an auto-rotating banner for faster content cycles. (1b76a6e82, c5af72a38, f227b560e)
- New PII controls for draft embeds provide granular control over personally identifiable information in attached files. (79f0000dc, 0032e41ff)
Exclude
- Projects workspace and associated routing fixes. (9869355c1, cd496f183, bee59b8dc)
- UIKit-based rendering improvements for iOS. (d9b40ac15)
- Internal adjustments to AI provider routing for Claude Opus 4.8. (3468adde6, c35a3c759)
Rationale
The highlights focus on major functional additions like sub-chats and interactive questions, alongside significant UI customization and discovery improvements. Features related to disabled platforms (iOS, Projects) are excluded.
Quality Notes
- Significant effort was directed toward ensuring sub-chat orchestration correctly handles zero-knowledge encryption keys and cascading deletions.
- Extensive work was done to resolve service worker conflicts that were affecting web app startup reliability.
- Prompt engineering was refined to ensure the AI correctly detects and honors explicit user requests for sub-chats and interactive blocks.