OpenMates Docs Open Chat

Daily Release Summary: 2026-06-16

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

[T:documentation.sender_name]

Daily Release Summary: 2026-06-16

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

Overview

OpenMates introduced anonymous CLI inference, expanded Calendar integration with new undo and cancellation capabilities, and added granular privacy settings for connected accounts. The update also includes significant UI refinements for anonymous usage and video embeds.

Released Changes

  • OpenMates now supports anonymous AI inference via the CLI and introduced upload gates and persistence for anonymous web chat sessions. (71c22e25e, b483543ca, ab8e545ba)
  • The Calendar integration now supports undoing snapshots for updates or deletions, canceling pending actions, and includes new CLI action helpers. (dd5f11baf, 71c51571c, c9f3c7b98)
  • Added dedicated privacy settings for connected accounts, allowing users to manage permissions more granularly. (12f3595d6)
  • Chat history now includes direct feedback links to facilitate issue reporting. (7390d998a)
  • Improved the server update process for self-hosted OpenMates instances. (833b9a9b2)

Bug Fixes

  • Resolved several issues with anonymous chat interactions, ensuring send buttons and action buttons remain visible and functional during the upload gate and draft restoration processes. (8c5860be5, 79a9c233d, 15ab83ce9)
  • Improved video source quotes by prioritizing transcript cards and enabling fullscreen playback for embedded video quotes. (09656aa1c, 0196ca170)
  • Fixed multiple routing and state issues within the connected account and OAuth flows, including preserving redirect origins and ensuring settings routes mount correctly after authentication. (f75cb3060, 519ccce05, 7bc4f1626)
  • Aligned CLI PII detection patterns with the web application and restored PII redetection within the message composer. (72384e734, 2bf59e134)
  • Made the message composer focus state synchronous to improve input responsiveness. (86d48c827)

Unreleased Progress

  • Internal helper functions for Calendar action cancellation were added to the connected account service. (609c82a39)

Internal Progress

  • Updated technical specifications for Calendar permission management and connected account privacy. (46ca409da, 6224164f1, 87cbe816e)
  • Extensive hardening of the end-to-end test suite, covering signup flows, anonymous usage, and live Calendar OAuth integrations. (1adc60f3f, 6bd53b95a, 907d3a437)

Newsletter Guidance

Include

  • Anonymous CLI inference support. (71c22e25e)
  • Calendar action undo and cancellation support. (dd5f11baf, 71c51571c, c9f3c7b98)
  • New privacy settings for connected accounts. (12f3595d6)
  • Chat history feedback and issue reporting links. (7390d998a)

Exclude

  • Internal service and state management refinements. (8c2b112c9, fa5b299a7, 2a9febd72)

Rationale

The update focuses on expanding accessibility via anonymous CLI usage and significantly maturing the Calendar integration with robust undo/cancel capabilities and privacy controls.

Quality Notes

  • Extensive test coverage was added for the new Calendar and anonymous usage flows.
  • PII detection patterns were synchronized across CLI and Web platforms.
  • Several race conditions in the message composer and OAuth routing were addressed.