OpenMates Docs Open Chat

Daily Release Summary: 2026-06-08

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

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

Overview

OpenMates focused on chat scalability, application preview refinements, and self-hosting improvements. Key updates include the introduction of scalable chat loading, encrypted thumbnails for application previews, and a new GHCR-based self-hosting mode. The project also refreshed its library of example chats to include audio transcription and new app skill demonstrations.

Released Changes

  • OpenMates implemented scalable chat loading and compound window cursors to improve performance when opening large conversations. (a6573cbd7, cc6351179)
  • The application preview system now supports encrypted thumbnails, earlier preview emission during streaming, and improved asset path rewriting for better reliability. (ea7172f71, c69ffe0cc, 31064b5b7)
  • A new GHCR self-host image mode was added, and the self-host edition now correctly hides payment status and allows local browser API calls. (84604768d, 1d9d4e357, ad8d96839)
  • The sidebar now includes ‘show more’ controls for chat categories, providing better management of conversation history. (c1063710e)
  • The example chat library was expanded with audio transcription and new app skill cases, supported by a refactored shared facade for skill helpers. (181284bcd, 721e2c530, ee79a7d62)

Bug Fixes

  • The header navigation now correctly skips empty or draft-only chats when cycling through active conversations. (bf15e3791, edc4bc0eb)
  • The logout notification toast now includes a functional link to re-open the login dialog for users wishing to stay logged in. (3f0522193)
  • OpenMates CLI received several stability fixes, including improved file embed skill resolution and normalized example chat categories. (3652d626d, 7a5af98a3, 8698a719e)
  • Embed previews for events and images were updated to ensure they remain metadata-only for improved performance. (9facfbeee)
  • Resolved a race condition in mocked stream startup to ensure more reliable local development and testing. (ff764a7a3)

Unreleased Progress

  • Development continued on Apple platform parity, including fixes for chat opening windows and build verification for iOS and macOS. (9757be514, a21e9f939, 6f6ada5c4)
  • A new habit garden application example chat was added but is currently not enabled for public use. (fb017df56)

Internal Progress

  • Deterministic quality audits and guardrails were added to the CI pipeline to enforce code quality and prevent sensitive logging. (7a3afec8c, bd910c8f3)
  • Contract audit summary emails were clarified to provide better internal reporting on automated test runs. (6dd7b1e3c)
  • Self-host smoke tests were updated to retry on build failures and trigger automatically for vault setup changes. (b504e2f9f, fa70be979)

Newsletter Guidance

Include

  • Scalable chat loading and compound window cursors for faster conversation retrieval. (a6573cbd7, cc6351179)
  • Enhanced application previews with encrypted thumbnails, improved asset path rewriting, and integrated billing gating. (ea7172f71, c69ffe0cc, 31064b5b7)
  • New GHCR self-host image mode and improved local browser API support for private instances. (84604768d, 1d9d4e357, ad8d96839)
  • New sidebar category controls allowing users to expand or collapse chat groups. (c1063710e)
  • Expanded library of example chats, including new audio transcription and app skill demonstrations. (181284bcd, 721e2c530, ee79a7d62)

Exclude

  • Apple platform parity and build verification updates. (9757be514, a21e9f939, 6f6ada5c4)
  • Habit garden application example chat. (fb017df56)

Rationale

The update introduces significant performance enhancements for chat loading and major refinements to the application preview system. Self-hosting capabilities were also expanded with a new image mode. Work on Apple platforms remains excluded as those features are currently disabled.

Quality Notes

  • Build stability for self-hosted images was improved with automated retries in CI.
  • Deterministic quality audits were introduced to enforce stricter code quality standards.
  • Application preview reliability was hardened through extensive E2E test coverage and asset path fixes.