OpenMates Docs Open Chat

Weekly Release Summary: 2026-06-22 to 2026-06-28

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

[T:documentation.sender_name]

Weekly Release Summary: 2026-06-22 to 2026-06-28

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

Overview

OpenMates focused on developer parity, core interface improvements, and chat reliability this week. Key highlights include achieving full parity between the SDK and CLI, the introduction of a new CLI Terminal User Interface, and the launch of a Politics focus mode. The update also refined shared chat visibility, enhanced Focus Mode indicators, and resolved several reliability issues in AI streaming, webhook encryption, and guest onboarding.

Released Changes

  • OpenMates achieved full parity between the SDK and CLI surfaces, including normalized chat responses and memory type routing through the apps API. (e17cfdf03, 0c0880d48, 5d4475623)
  • The CLI now features a Terminal User Interface (TUI) and supports typed guest interests. (83d2504fc)
  • A new Politics focus mode was added, featuring specialized skills for preparing discussions. (999b870fc, 088d03c5f)
  • Shared chats are now more visible with new indicators and labeling in the continue carousel for guests. (448eb1a09, baf314012, 371ffa774)
  • Mindmap embeds received visual rendering updates, including improved preview titles and icons. (048fd084b, a5472441b)
  • Webhook chat encryption keys are now persisted to ensure secure communication continuity. (81db88946)
  • Focus Mode visibility was enhanced with live badges in the chat row and active chat view. (75822e8b3, ee70c09d2, 9b345bb88)
  • The guest experience was refined with polished onboarding UI, better language detection, and corrected desktop banner sizing. (3635d5b7f, 922d6cf5a)
  • Chat reliability was improved by restoring cancelled drafts, localizing fork actions, and settling locales before processing deep links. (8b5916b39, ef63a0b78, 0b135c958)
  • Search embeds for weather, travel, and web results received stability updates to ensure consistent rendering. (1db2db282)

Bug Fixes

  • OpenMates now recovers from malformed Gemini stream failures to ensure chat continuity. (e9cd8fc3b)
  • Audio transcription now supports custom routing and improved ASCII sanitization. (b1865b199)
  • Daily inspirations now include a content filter to block company promotions and specific keywords. (f4e22dab2)
  • Authenticated issue reports now correctly include the user contact email. (9c126e423)
  • API key device verification now uses direct ownership checks for improved security. (e1869f955)
  • Interactive questions received several fixes for embed reference handling and attachment during streaming. (d3518ad2e, a2219a590, 8204f3690)
  • SDK CLI failures related to webhook parity and API key authentication were resolved. (868c16fb2)
  • The daily inspiration banner no longer enters infinite retry loops for guest users or immediately after login. (fac000894, f8ef83e39)
  • WebSocket authorization is now verified before logout to ensure session security. (cd05160b3)
  • API key device approval errors are now preserved to provide better feedback during authentication failures. (6a08f6470)

Unreleased Progress

  • Foundational work for Workflows v1 was added, including a durable backend, editor refinements, and shortcut card rendering, though the feature remains disabled. (9f35db7b3, b0a20735f, 81810c1d5)
  • Development on the unreleased iOS and macOS apps included accessibility improvements for workspace tabs, localization for the checkout flow, and interest tag ranking. (561b9010f, 799f96454, 3ea0641da)
  • Support for embeds within interactive questions was added but is currently gated by unreleased platform flags. (8e4d6f979)
  • Foundations for SDK packages v1 were established, including API key scope testing and developer settings updates. (70d8c1b50, 2b5cdc461)
  • Backend configuration was updated to enable projects and tasks, though these remain gated by feature flags. (7c3e1132d)
  • Internal chat database schema repairs are now serialized to prevent race conditions during maintenance. (59afdea50, 917d053b2, 8b84db931)

Internal Progress

  • Automated CI workflows were added for publishing the Python SDK to PyPI. (628169a24)
  • The CI pipeline now rotates CLI API key secrets from end-to-end test artifacts. (27d4d590d)
  • Deployment scripts were updated to handle transient failures, and accidental code hunks were removed from the CLI. (1a396290c, b1ecc6c74)
  • The project stabilized several daily test regressions across payment routes, learning mode prompts, and application previews. (22de6c0ff, 47f71c94d, a3ff31b48)
  • The test suite was hardened for signup flows, payment provider races, and CLI device approval. (44046c044, cd259d5b0, f6dcef1ae)

Newsletter Guidance

Include

  • Full SDK and CLI parity for chat and application skills. (e17cfdf03, 0c0880d48)
  • New Terminal User Interface (TUI) for the OpenMates CLI. (83d2504fc)
  • Introduction of the Politics focus mode with optimized discussion routing. (999b870fc, 088d03c5f)
  • Enhanced shared chat indicators and visibility in the continue carousel. (448eb1a09, baf314012, 371ffa774)
  • Visual rendering updates and preview improvements for mindmap embeds. (048fd084b, a5472441b)
  • OpenMates now restores cancelled new chat drafts, preventing lost work. (8b5916b39)
  • Focus Mode status is now more visible with live badges in the chat list and active chat view. (75822e8b3, ee70c09d2)
  • The guest onboarding experience was polished with improved language detection and desktop UI refinements. (3635d5b7f, 922d6cf5a)
  • Persistence for webhook chat encryption keys. (81db88946)

Exclude

  • Workflows v1 foundation and durable backend. (9f35db7b3, b3874966d, fe850bde6)
  • Apple platform UI, localization, and interest tag ranking updates. (561b9010f, 799f96454, 3ea0641da)
  • Backend configuration for projects and tasks. (7c3e1132d)
  • Python SDK publishing and CLI secret rotation automation. (628169a24, 27d4d590d)

Rationale

The update focuses on developer experience through SDK/CLI parity and introduces new user-facing features like the Politics focus mode and CLI TUI. Significant work on shared chat visibility, chat reliability, and Focus Mode indicators is also ready for communication. Features gated by disabled platforms (Workflows, iOS, macOS, Projects) are excluded.

Quality Notes

  • The project maintained high test coverage with extensive commits targeting audio recording, API key flows, and platform-specific UI contracts.
  • UI stability was improved by addressing edge cases in the inspiration banner logic and search embed rendering.
  • Internal database repairs were hardened to prevent data corruption during schema updates.