OpenMates Docs Open Chat

Daily Release Summary: 2026-07-08

Daily Release Summary: 2026-07-08 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-08

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

Overview

OpenMates focused on CLI maintenance, session reliability for anonymous users, and infrastructure upgrades. Key updates include new CLI self-update and support commands, stabilized chat history restoration on the web, and a migration to the Node 24 runtime for deployments.

Released Changes

  • The OpenMates CLI now supports self-update commands and a dedicated support command, with added reminders for self-hosted users on startup. (11cfbf248, 867d10c48, 527bad27f)
  • Anonymous chat sessions are now more resilient, with fixes to ensure history is correctly hydrated and restored after browser reloads. (4798ee1be, 6b692d113, f8aadbed9)
  • Package listings for SDKs are now linked directly from the settings footer for easier developer access. (6b4892fea)
  • Chat history hydration was improved to correctly pull from parent messages in threaded views. (2ebf96958)

Bug Fixes

  • OpenMates resolved issues with header navigation where authenticated actions and settings controls would occasionally become hidden or inaccessible. (3e6f2ab42, e54914057)
  • Security maintenance addressed several dependency vulnerability alerts across the backend and frontend packages. (ae19665b5)
  • The Vercel deployment pipeline was hardened to prevent build failures triggered by Dependabot and incorrect preflight pathing. (9e29d823e, ed6d08239)

Unreleased Progress

  • Work continued on the unreleased Apple Watch platform, focusing on pair login stability and session diagnostics. (55819c275, 861fa49d4, 6fc54dd93)
  • The unreleased iOS and macOS applications received updates for message composer parity, voice recording handling, and sync decryption performance. (15e373778, 6e4d29b19, 05d2ef53f)
  • Internal test suites for the disabled Workflows, Projects, and Tasks features were stabilized. (af39c769d)

Internal Progress

  • The release pipeline now utilizes product version lines to align prereleases and patch slots for Python and CLI packages. (20d5d4b8e, 64cc86570, a36cb915f)
  • The web application and CI test workflows migrated to the Node 24 runtime. (def35b6ba, 85d7f6fbc, f96b844a0)
  • Self-hosting image publishing was optimized with improved matrix handling and automated Discord notifications. (449b9edf7, be19b9156, 652abb47b)

Newsletter Guidance

Include

  • New CLI commands for support and self-updating, alongside a startup reminder for self-hosted instances. (11cfbf248, 867d10c48, 527bad27f)
  • Improved session persistence for anonymous users, ensuring chat history is correctly restored and synced after a page reload. (4798ee1be, 6b692d113, f8aadbed9)

Exclude

  • Stability improvements for Apple Watch pair login and session diagnostics. (55819c275, 861fa49d4, 6fc54dd93)
  • Enhanced message composer features for Apple platforms, including voice recording shortcuts and pending embed rendering. (15e373778, 6e4d29b19, 05d2ef53f)
  • Test stabilization for Workflows, Projects, and Tasks. (af39c769d)

Rationale

The update introduces significant quality-of-life improvements for CLI users and anonymous web sessions. Apple-specific and workflow-related changes are excluded as those platforms remain disabled in the current configuration.

Quality Notes

  • Session restoration for anonymous users now includes retry logic and mount-time synchronization to prevent data loss on reload.
  • CLI publishing is now automated for stable releases on main branch updates.
  • Header action visibility was stabilized to ensure consistent access to account settings.