Weekly Release Summary: 2026-06-29 to 2026-07-05
Weekly Release Summary: 2026-06-29 to 2026-07-05 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...
Weekly Release Summary: 2026-06-29 to 2026-07-05
Generated from 244 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
OpenMates focused on chat reliability and developer experience this week, notably introducing Project mention chips and rebuilding the API key management flow. Significant effort was dedicated to hardening anonymous chat sessions against reloads and hydration issues. While the web application received numerous UI refinements for mobile and billing, extensive architectural progress continued on unreleased Apple platforms and the Workflows application.
Released Changes
- Introduced Project mention access chips to the chat interface to facilitate linking project context in conversations. (91e5c534e)
- Projects are now available in the default mentions dropdown within the message entry component. (715904a5c)
- Invoices now display bank transfer references to improve payment tracking and reconciliation. (a1d9061f8)
- Rebuilt the API key settings interface to provide a more robust flow for managing developer credentials. (c64a97f96)
- The workspace home shell now supports surface-specific loading for daily inspirations. (9ecb753ef)
- Refined the chat interface to hide the message input caret when the field is inactive. (5f4a739c7)
Bug Fixes
- Hardened anonymous chat session persistence to ensure guest conversations remain active across page reloads, hydration, and forced logout guards. (8ed8b39a5, 84adc16fe, 0105c70dc)
- Restored functionality for anonymous chat deep links to ensure reliable navigation for guest users. (21b35f4d0)
- Resolved an issue where stale managed checkout mounts could interfere with the payment process. (471e47aff)
- Stabilized authentication checks during the password-based signup flow to improve onboarding reliability. (4436ece5a)
- Refined the mobile web experience by restoring the login CTA, hiding unnecessary gift prompts in compact headers, and tightening the workspace switcher layout. (7359263b0, eea2f8662, d3e293528)
- Repaired the share extension background pipeline to ensure reliable message delivery from external applications. (9b4cb3624)
- Ensured chat state is properly cleared during automatic session logouts to maintain user privacy. (503284299)
- Resolved a layout issue in the workspace home shell to ensure workflow cards are cleared correctly above the input area. (dc7d157a3)
Unreleased Progress
- Advanced Apple platform infrastructure with updates to TestFlight signing automation and passkey domain associations. (72eb6f29e)
- Developed native iOS and macOS features including home screen quick actions, native diagnostics, and streaming lifecycle management. (72b57734e, 95af9f09e, 23b4d6bb6)
- Implemented encrypted user tasks and plans, including backend routes and AI processing logic. (94a793c79, e35498859)
- Developed backend and client contracts for Project remote sources, including a new remote access bridge. (0ffcafaa0, 2affe8242, 805ce5dd6)
- Added workflow input sessions to the backend and SDKs to enable structured data collection within automated workflows. (d9e97dadc)
- Aligned PII detection, reveal, and highlighting features between Apple platforms and the web application. (583cb0ff5, c26932be0, 1c52ffc54)
- Developed a new macOS menu bar quick capture feature with background sender support. (27a916945, fd78409b6, 1e0b36ed9)
- Refined the unreleased Tasks and Projects interfaces, including a redesigned header switcher and improved overlay behaviors. (2fc78d695, 3ff25a007, c1918b92e)
Internal Progress
- Established a comprehensive test suite for Project mentions, focusing on query reliability, focus management, and UI interaction stability. (cc9c491bc, 551bbfdec, d68d43dfe)
- Introduced a new parity verification workflow to automate consistency checks across different platform clients. (ddfea9d68)
- Added benchmarks and span mapping for the privacy filter using Transformers.js and Python. (744f3abc0, cdaf2fa0a, 7defa5b6e)
- Stabilized internal testing for the recovery key login flow to improve CI reliability for 2FA scenarios. (a8ae0d5eb)
- Synchronized Apple remote checkout scripts for infrastructure consistency. (bc7a27a08)
Newsletter Guidance
Include
- New Project mention chips and dropdown integration in the chat interface. (91e5c534e, 715904a5c)
- Bank transfer references are now visible on invoices for easier payment tracking. (a1d9061f8)
- Rebuilt API key management experience for developers. (c64a97f96)
- Enhanced anonymous chat persistence and deep link restoration. (8ed8b39a5, 84adc16fe, 21b35f4d0)
- Refined chat interface with improved message input caret behavior. (5f4a739c7)
Exclude
- Apple platform parity updates (iOS/macOS) and native diagnostics. (72eb6f29e, 95af9f09e, 23b4d6bb6)
- Core Projects, Tasks, and Plans infrastructure work. (94a793c79, e35498859, 0ffcafaa0)
- Workflow input sessions and workspace UI refinements. (d9e97dadc, 339ed24ec, f12335db4)
Rationale
The newsletter focuses on released improvements to the web application, billing transparency, and core chat reliability, while excluding significant infrastructure work for unreleased platforms like iOS, macOS, and Workflows.
Quality Notes
- The Project mention feature was released with over 10 dedicated integration tests to ensure reliable UI behavior.
- Significant emphasis was placed on session persistence for non-logged-in users, resolving long-standing state loss issues on reload.
- Automated parity testing was expanded with over 30 new commits covering UI edge cases and cross-platform contracts.