OpenMates Docs Open Chat

Daily Release Summary: 2026-06-22

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

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

Overview

OpenMates focused on developer parity and core interface improvements today. 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 and resolved several reliability issues in AI streaming and content filtering.

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)

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)

Unreleased Progress

  • Foundational work for Workflows v1 was added, though the feature remains disabled in the current configuration. (9f35db7b3, b0a20735f, 81810c1d5)
  • Several updates for Apple platforms were integrated, including interest tag ranking, mindmap rendering fixes, and topic preference compilation, while the platforms remain unreleased. (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)

Internal Progress

  • Automated CI workflows were added for publishing the Python SDK to PyPI. (628169a24)
  • The project stabilized several daily test regressions across payment routes, learning mode prompts, and application previews. (22de6c0ff, 47f71c94d, a3ff31b48)

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)

Exclude

  • Workflows v1 foundation. (9f35db7b3)
  • Apple-specific interest tag ranking, interactive question embeds, and SDK package foundations. (561b9010f, 8e4d6f979, 70d8c1b50)
  • Python SDK publishing automation. (628169a24)

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 and mindmap rendering is also ready for communication. Features gated by disabled platforms (Workflows, iOS, macOS) are excluded.

Quality Notes

  • The project maintained high test coverage with 39 test-related commits, specifically targeting audio recording, API key flows, and Apple-specific UI contracts.
  • Documentation was updated to reflect SDK usage guides and workflow verification blockers.