OpenMates Docs Open Chat

Weekly Release Summary: 2026-07-06 to 2026-07-12

Weekly Release Summary: 2026-07-06 to 2026-07-12 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...

[T:documentation.sender_name]

Weekly Release Summary: 2026-07-06 to 2026-07-12

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

Overview

OpenMates focused on expanding assistant utility and hardening core infrastructure this week. Key highlights include the introduction of foreground-aware notifications, the launch of Urban Sports fitness search, and new product discovery videos. Significant progress was made on the CLI with self-update capabilities and more robust self-hosting backups. While extensive development continued on the Apple Watch, iOS, and macOS platforms—including a unified message composer and chat recovery protocols—these features remain unreleased under current configuration gates.

Released Changes

  • OpenMates now supports foreground-aware notifications, allowing the system to suppress push alerts if the user is already active in the relevant chat. (71148ee87)
  • The project now supports Urban Sports fitness search, allowing users to find classes and locations via flat runtime arguments. (784198697, aba6bab65, a16fb3474)
  • Daily inspiration product videos were added to the web application to highlight features like PII detection and image search. (911f4b92e)
  • The OpenMates CLI now supports self-update commands and a dedicated support command for easier maintenance. (11cfbf248, 867d10c48)
  • CLI self-hosting infrastructure was hardened with more robust backup handling and checksum verification. (f305b3975)
  • Anonymous chat sessions are now more resilient, ensuring history is correctly hydrated and restored after browser reloads. (4798ee1be, 6b692d113, f8aadbed9)
  • Usage tracking in settings now explicitly identifies and tags activity generated via Apple shortcuts for better billing transparency. (d320dfa33)
  • The CLI now allows for managing backend-only server updates, providing more flexibility for environment maintenance. (ab7addc9b)

Bug Fixes

  • The health appointment search skill received a major logic overhaul to filter out irrelevant medical motives and noise from specific providers like Doctolib and Jameda. (d6f680aad, 300961d48, 62a5c1e25)
  • Resolved issues with Urban Sports fitness embeds, including provider logo rendering, icon resolution, and search result routing. (7da653984, 0675c1138, d06226f2c)
  • Optimized project mention lookups to defer until the dropdown is opened and allowed lookups during authenticated startup. (7608c8a6f, 11f925451)
  • Header navigation was stabilized to ensure authenticated actions and settings controls remain visible and accessible. (3e6f2ab42, e54914057)
  • The referral CTA label in settings now remains stable on wide screen layouts. (ada5f3abe)
  • Electronics component embeds now correctly support fullscreen mode. (66e64b453)
  • Deep links for settings were hardened to ensure reliable navigation to specific configuration panels. (2dfa8e493)
  • The Vercel deployment pipeline was hardened to prevent build failures triggered by Dependabot and incorrect preflight pathing. (9e29d823e, ed6d08239)

Unreleased Progress

  • Development of the Apple Watch application continued with the addition of a chat runtime shell, QR-based pair login, and realtime sync sessions. (9a764915b, c3881ac5a, ea775e997)
  • A unified message composer for Apple platforms advanced significantly, moving toward a native TextKit implementation with inline attachment previews. (719cda95e, 30d480391, 0feb3b4b4)
  • Initial seams for an enhanced local PII detection model were added to the Apple platform targets. (f02693d5c, e041a1e84)
  • The Workflows feature was expanded with support for descriptions, dedicated workspaces, and instant prefetching. (3af999140, 1014ca039, 7691a2742)
  • OpenMates implemented a cross-device chat completion recovery protocol to manage inactive sessions and saved completions. (7ac45d7d7, 1fb8a0ead, 6444e2fce)
  • Foundations for 3D model generation were established, including provider consent handling and encrypted asset streaming. (0e72d2dc6, dcc2537b3, 270b3a9d0)
  • Live audio recording waveforms were implemented for both web and native interfaces with concurrency-safe metering. (45c4707a2, 96b63fb37, 2c0967f1a)
  • Native Apple renderers were added for fitness results, calendar events, PCB schematics, and electronics components to reach parity with the web. (70e3547ed, 90ce10ad8, 957d19b0b)

Internal Progress

  • The web application and CI test workflows migrated to the Node 24 runtime to align with modern deployment standards. (def35b6ba, 85d7f6fbc, f96b844a0)
  • The release pipeline now utilizes product version lines to align prereleases and patch slots for Python and CLI packages. (20d5d4b8e, 64cc86570, a36cb915f)
  • Self-hosting image publishing was optimized with improved matrix handling and automated Discord notifications. (449b9edf7, be19b9156, 652abb47b)
  • Release intelligence automation was activated, including a backfill of historical changelogs to support automated communication workflows. (77689675b, f5464f918)

Newsletter Guidance

Include

  • Foreground-aware assistant notifications that suppress push alerts when a chat is already active. (71148ee87)
  • New Urban Sports fitness search support for finding classes and locations directly in chat. (aba6bab65, 03fe647b4)
  • Daily inspiration product videos added to the web application to showcase core features. (911f4b92e)
  • CLI enhancements including self-update commands, a dedicated support command, and hardened self-host backups. (11cfbf248, 867d10c48, f305b3975)
  • Improved session persistence for anonymous users, ensuring chat history is correctly restored after page reloads. (4798ee1be, 6b692d113, f8aadbed9)
  • Detailed usage tracking for Apple shortcut interactions in billing settings. (d320dfa33)

Exclude

  • Apple Watch, iOS, and macOS integration features. (9a764915b, c3881ac5a, ea775e997)
  • Workflows and Workspace management features. (3af999140, 1014ca039, 7691a2742)
  • Cross-device chat recovery and 3D model generation foundations. (7ac45d7d7, 1fb8a0ead, 0e72d2dc6)

Rationale

The newsletter focuses on released improvements to the web application, CLI, and core assistant skills (fitness and health) while excluding extensive but currently disabled work for the Apple ecosystem, Workflows, and experimental 3D generation.

Quality Notes

  • The health skill filtering logic is exceptionally detailed, addressing many edge cases in medical provider data.
  • Extensive parity testing was conducted between Apple and Web platforms, with over 85 new tests added to ensure consistency.
  • Session restoration for anonymous users now includes retry logic and mount-time synchronization to prevent data loss.