OpenMates Docs Open Chat

Weekly Release Summary: 2026-06-15 to 2026-06-21

Weekly Release Summary: 2026-06-15 to 2026-06-21 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...

[T:documentation.sender_name]

Weekly Release Summary: 2026-06-15 to 2026-06-21

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

Overview

OpenMates introduced a comprehensive foundation for Calendar integration and connected account management, including granular permission controls, operation receipts, and undo/cancel capabilities. The update also launched an anonymous usage tier across Web and CLI, overhauled the guest onboarding experience with dynamic interest selection, and expanded technical visualization with PCB schematic generation. Security was a major focus, with the implementation of universal ASCII-smuggling guards and hardened session management.

Released Changes

  • OpenMates added a robust Calendar and connected account system. This includes Google Calendar OAuth support, granular permission selection, operation journals, and ‘receipts’ in the chat that allow users to see, undo, or cancel actions taken by the AI. (275f1c292, 2662b0a3c, f0a384f3b)
  • Anonymous usage is now supported via CLI inference and persistent web chat sessions, managed through new admin settings for session budgets. (71c22e25e, b483543ca, ab8e545ba)
  • PCB schematic embeds were introduced, allowing the assistant to generate and display interactive electronics designs using Atopile. (1a13d001c, 2c5ec3506, 934d0e256)
  • The guest onboarding experience was overhauled with a dynamic interest selection flow and improved feature inspirations that update chat suggestions in real-time. (841ec7b80, 14d96124f, e82629f85)
  • Learning Mode is now available account-wide and for guest users, allowing educational preferences to persist across sessions. (51353ee18, 4527e1820)
  • Self-hosters can now configure local OpenAI-compatible model providers for use within the platform. (0b3ffa18a)
  • A feedback rating system for assistant responses and cost transparency for example chats were added to improve quality signals and usage awareness. (391142aa4, 5ce86496c, bfc949478)
  • Image authenticity detection badges are now displayed, providing transparency on whether images are AI-generated or verified. (4820cbf06)
  • The CLI now includes a model benchmark command with support for image attachments and extended evaluation metrics. (808e1f7e0, 3d3a582e5, e5f1d4bdb)
  • Issue reporting was streamlined with short identifiers and direct feedback links in chat history to facilitate tracking and communication. (ba2c51132, bfbdf3d13, 7390d998a)

Bug Fixes

  • Embed diff editing was significantly stabilized by ensuring embeds are reused during streaming, strengthening AI editing prompts, and fixing cache fallback logic for regenerated edits. (d5fcc6039, 935fdf68b, 29c67cc5e)
  • The anonymous usage flow was hardened to ensure stable SSE streaming, correct budget accounting, and graceful handling of credit exhaustion, including message draft preservation. (4af0a3d5e, 15e35d787, eec336499)
  • Video source citations were polished with improved quote matching across timestamps, better highlighting, and clearer badge labeling. (f9256739a, 30e07d1b1, 29547b6ad)
  • Calendar integration reliability was improved through better error handling for connected accounts, normalized account capabilities, and clearer event search labeling. (9843d21b2, b04052ebb, 02946e306)
  • Authentication workflows were refined to handle conditional passkey cancellations, preserve ‘stay logged in’ preferences during re-authentication, and prevent duplicate account confusion during signup. (2167660fd, ea2abeea0, e3ed90108)
  • Self-hosting reliability was addressed by ensuring existing services stop during restores and increasing capacity for larger backups. (a921f3ea8, 8040ae074, 833b9a9b2)
  • Security was strengthened with universal guards against ASCII-smuggling in LLM outputs and a block on vault ciphertext being persisted in chat content. (c4562d7c9, af1bc0f72)
  • UI stability was improved for chat context menus, sidebar visibility, and share URL text visibility in light mode. (e4654af3e, 0820a4d5e, f8fcfed7b)

Unreleased Progress

  • Development continued on the Apple platform apps, focusing on embed versioning, timeline UI, client-side encrypted diff history, and anonymous usage support. (ff0888320, ed8f7248e, ee8ad9ab1)
  • Work progressed on Mind Map embeds, including fullscreen navigation and collapse controls, currently gated by platform availability. (bec2f6c51, 93bb79377, 8f2644922)
  • Mermaid diagram embeds were introduced and subsequently deactivated for further refinement. (7c34039d3, 764e38d99, 451ad2062)
  • Application embeds have been temporarily disabled while underlying infrastructure for previews and Svelte-specific rendering is refined. (f2bc07f56, 8ee43b853, a3d94c888)
  • Feature availability logic is being simplified, including updates to workspace toggles and project-related gates. (c5caae2db, 4ce6a280f, 36176b218)
  • Support for custom interactive question answers is being developed for the unreleased iOS and macOS platforms. (a76e91882)

Internal Progress

  • Model selection logic was updated to prefer Together AI for Kimi and DeepSeek models. (781cdab6f)
  • Technical specifications for Calendar permission management and connected account privacy were updated. (46ca409da, 6224164f1, 87cbe816e)
  • A unified test control plane was added to orchestrate automated testing, and CI workflows now trigger self-host smoke tests upon cloud route changes. (7f13cd908, 262a963fc, d68cc5acb)

Newsletter Guidance

Include

  • Granular Calendar permissions and operation receipts with undo/cancel support. (275f1c292, 74b652f9d, 2662b0a3c)
  • Anonymous CLI inference and web chat persistence with configurable budgets. (71c22e25e, b483543ca, ab8e545ba)
  • PCB schematic embeds with Atopile generation. (2c5ec3506, 934d0e256, 476f3b538)
  • Overhauled guest onboarding with dynamic interest selection. (841ec7b80, 14d96124f, e82629f85)
  • Account-wide and Guest Learning Mode. (51353ee18, 4527e1820)
  • Support for self-hosted local model providers. (0b3ffa18a)

Exclude

  • Apple platform development (iOS/macOS). (ff0888320, ed8f7248e, ee8ad9ab1)
  • Mind Map embeds and associated UI controls. (bec2f6c51, 93bb79377, 8f2644922)
  • Mermaid diagrams and Application embeds. (7c34039d3, f2bc07f56)

Rationale

The week’s updates focus on expanding accessibility through anonymous usage and guest onboarding, while maturing core integrations like Calendar with robust transparency and safety features.

Quality Notes

  • Extensive test coverage was added for the new Calendar OAuth and permission flows, including live integration tests.
  • Significant effort was directed at stabilizing the guest experience, with over 30 commits dedicated to the interest selection rail.
  • Security hardening included universal ASCII-smuggling guards and blocking sensitive vault data from chat persistence.
  • PII detection patterns were synchronized across CLI and Web platforms.