OpenMates Docs Open Chat

Daily Release Summary: 2026-07-06

Daily Release Summary: 2026-07-06 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Overview OpenMates...

[T:documentation.sender_name]

Daily Release Summary: 2026-07-06

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

Overview

OpenMates introduced foreground-aware notifications to prevent redundant alerts and implemented a comprehensive refinement of the health appointment search skill. Significant internal progress was made on Apple Watch support and a unified message composer for Apple platforms, though these remain unreleased. The update also includes CLI enhancements and improved usage tracking for shortcuts.

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 CLI now allows for managing backend-only server updates, providing more flexibility for environment maintenance. (ab7addc9b)
  • Usage tracking in settings now explicitly identifies and tags activity generated via Apple shortcuts. (d320dfa33)

Bug Fixes

  • The health appointment search skill received a major logic overhaul to filter out irrelevant motives, noise from specific providers like Doctolib and Jameda, and mismatched city data. (d6f680aad, 7798fc76e, 62a5c1e25)
  • The referral CTA label in settings now remains stable on wide screen layouts. (ada5f3abe)
  • Electronics component embeds now correctly support fullscreen mode. (66e64b453)
  • The OpenMates CLI now supports backend-only server updates. (ab7addc9b)
  • The guest interest tag rail was expanded to improve visibility. (7727bc015)
  • Billing and usage tracking now correctly tags activity originating from Apple shortcuts. (d320dfa33)

Unreleased Progress

  • Development of the Apple Watch application continued with the addition of a chat runtime shell, encrypted data handling, and a QR-based pair login system. (9a764915b, 52fbc5aff, c3881ac5a)
  • A unified message composer was implemented for iOS and macOS to provide a consistent input experience across the main app, share extensions, and quick capture. (719cda95e, 30d480391, 0fecc2b26)
  • Initial seams for an enhanced local PII detection model were added to the Apple platform targets. (f02693d5c, e041a1e84, a51ddb225)
  • The workflow workspace now supports instant prefetching and improved editor state persistence. (3af999140, 1014ca039, c42c65320)
  • Project services were updated to support importing remote code previews. (cea3b8e40, ad5d9bda0)
  • Native diagnostics for Apple devices were enriched to improve issue reporting. (b13e2c6fe, 6a2f66360)
  • Chat persistence logic was hardened for Apple platforms to ensure data integrity during background operations. (3f95c1cbe)
  • New guards were added to prevent the synchronization of partial chat metadata. (5e8ab7598)

Internal Progress

  • TestFlight deployment scripts were updated to handle Apple Watch targets and improve profile management for macOS. (675f7592f, bc5468300, a72bf7e2d)
  • Technical specifications were updated with build evidence and verification records for Apple Watch support, diagnostics, and the unified composer. (e13f5ae57, 47072118b, ecb4be1af)
  • The test suite was expanded to cover the unified message composer and stabilize regressions in webhook and project services. (ad5d9bda0, 3491289ca, 2669428e9)

Newsletter Guidance

Include

  • Foreground-aware assistant notifications that suppress alerts when a chat is already active. (71148ee87)
  • Enhanced health appointment search with smarter filtering for relevant medical motives. (d6f680aad, 300961d48)
  • CLI support for backend-only server management and updates. (ab7addc9b)
  • Detailed usage tracking for Apple shortcut interactions in billing settings. (d320dfa33)

Exclude

  • Apple Watch integration and pair-login features. (9a764915b, 52fbc5aff, c3881ac5a)
  • Workflow workspace prefetching and editor state persistence. (3af999140, 1014ca039)
  • Unified Apple message composer and local PII detection models. (719cda95e, 30d480391, f02693d5c)

Rationale

The newsletter focuses on released improvements to the web application, CLI, and core assistant skills while excluding platform-specific work for iOS, macOS, and Apple Watch which remain disabled.

Quality Notes

  • The health skill filtering logic is exceptionally detailed, addressing many edge cases in provider data.
  • Extensive UI test coverage was added for the new unified composer components.