OpenMates Docs Open Chat

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

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

[T:documentation.sender_name]

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

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

Overview

OpenMates focused on deep technical stabilization this week, primarily through a major overhaul of the cross-device chat recovery protocol and the expansion of CLI and SDK capabilities. Significant progress was made on foundational infrastructure for unreleased features including Workflows, Teams, and Tasks, while Apple platform parity work continued to align rendering across iOS, macOS, and Apple Watch.

Released Changes

  • OpenMates introduced an OpenAI-compatible chat API and achieved SDK parity for API key management and model selection. (b0e5f07af, ef1f64028, aff5a1f13)
  • New embed surfaces for 3D models were added, including fullscreen and preview components to improve the visualization experience. (a19eb1f11, 93d9519c0, 773a2fa9e)
  • Foundational support for account data portability was introduced, including encrypted web archive flows and export redaction. (6792664a0, c16997acf, ce08dd182)
  • A local connector for Proton Bridge was added to the CLI, enabling secure mail integration for users on supported plans. (e5de6fa73, b9966a53a, 7c3573a82)
  • Design icon search capabilities were integrated into the platform, supporting native downloads and SVG previews. (7e396a73f, 1097daaf9, da51dc2ec)
  • Encrypted audio drafts were added to the IdeaBucket, allowing users to save and unwrap voice-based thoughts within the editor. (e418cdde5, 749d0fc6f, b448d48b3)

Bug Fixes

  • The chat recovery system underwent a comprehensive overhaul to improve session resilience, including better job discovery on final streams and lease release on logout. (4b0d05a6b, 2b4566115, 75ed6baa9)
  • OpenMates addressed UI stability issues within the signup flow and sidebar components, alongside fixes for chat deep-link retries. (9e8fbe55b, 2e220c7ba, ebd785b28)
  • Metadata synchronization for active chats was refined to prevent stale headers and ensure live title updates are broadcast correctly. (ba3cd1d1f, 3401bdc7d, 5f572bfa7)
  • The project restored SightEngine scanning for uploads and resolved input issues for 3D model processing. (216edbc3f, 3ca3c9dd6, 4cbc373b4)
  • Security workflows were updated to require recent passkey proof for account deletion and to allow more granular control over OTP 2FA. (818338f13, 06fe77776, 2d6c53321)
  • Draft chat management was improved with better caching, tombstoning of deleted drafts, and more reliable hydration during search. (d6ae8348f, 80fe79cc0, fb726b658)
  • Account export logic was hardened to redact sensitive key wrappers and ensure secret fields match exactly during the export process. (ce08dd182, d084297f8, 65c88cbe5)
  • Handling of public design icons and image authenticity metadata was corrected to allow previews without unnecessary credential requirements. (074d766a8, 9768d4ad6, 0c4450be6)

Unreleased Progress

  • Development of the Workflows platform continued with the addition of a CLI runtime, TUI graph tabs, and background task routing via Celery. (dc669853e, 2d59e96b0, 934f79115)
  • Teams V1 support is being staged in the CLI and SDK, including encrypted invite handling and credit facades. (6d3e891b8, cfe919a6c, d5ef5b21b)
  • Tasks V1 integration progressed with new main-processor tools and the ability to surface workflow runs on task boards. (d62ae8800, b80bce5e1, 97ea2d3a5)
  • Apple platform parity work focused on unifying embed fullscreen routing and stabilizing chat rendering across iOS and macOS. (41604acc2, 9cc06f642, 6cdeba971)
  • Apple Watch support was advanced with remote message initializers and embed preview rendering for archived chats. (a35dd0fa7, 99803eb49, e30e40783)
  • The project is staging task and workflow app embeds to allow explicit app-skill mentions within chat sessions. (6d84564c7, 1676503ee, fe9012b2e)

Internal Progress

  • Internal efforts focused on stabilizing the nightly regression suite, improving Playwright test reliability, and refining chat synchronization logic. (46d084480, 1ca2ce369, 945114f46)
  • Automated testing coverage was expanded for metadata sync versions and task CLI smoke workflows. (f7f64ef60, c1f57382d, 4884fc9db)

Newsletter Guidance

Include

  • None

Exclude

  • Workflow CLI and TUI features. (dc669853e, 2d59e96b0, 934f79115)
  • Teams V1 CLI and SDK support. (6d3e891b8, cfe919a6c, d5ef5b21b)
  • Tasks V1 main-processor tools. (d62ae8800, b80bce5e1, 97ea2d3a5)
  • iOS, macOS, and Apple Watch rendering parity. (41604acc2, 9cc06f642, 6cdeba971)

Rationale

This week was dominated by foundational work on gated features (Workflows, Teams, Tasks) and technical stabilization of the chat recovery protocol. No user-facing changes reached the main release branch with a status ready for public communication.

Quality Notes

  • Extensive test coverage was added for the new workflow CLI and chat recovery protocols.
  • Several fixes were implemented to stabilize the signup flow and sidebar navigation in automated testing environments.
  • The project transitioned to a more robust metadata synchronization model to prevent race conditions during session recovery.