OpenMates Docs Open Chat

Daily Release Summary: 2026-06-02

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

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

Overview

OpenMates introduced a new Weather Forecast skill and enhanced sub-chat orchestration capabilities. This update also includes significant stability improvements for CLI uploads and file attachments, alongside optimized model routing for European users.

Released Changes

  • OpenMates added a Weather Forecast skill, allowing users to view forecasts and drill down into specific daily details. (a26752a67, 9f7aeb20c)
  • The project now supports sub-chat fanout approval and sequential stop handling for more controlled AI orchestration. (612705468, 1bcd5dd98)
  • OpenAI OSS models are now routed through Bedrock EU for improved performance in the region. (901092a9d)
  • Mobile header navigation was improved, and demo usage data was added to enhance the marketing and demo experience. (34b9887c1, f70dc0c75)
  • The code execution engine now preserves JavaScript import inference order. (705dea4ed)

Bug Fixes

  • Resolved several issues with the weather forecast UI, including fixing fullscreen drilldown reliability, capturing card clicks, and correcting provider logos. (f2dc454c8, 5a445261c, a2e15e78d)
  • Adjusted sub-chat behavior to treat caps as concurrency limits and capped the number of rendered sub-chat cards. (1a70c8ee8, 46de52c80)
  • Improved CLI file upload stability by ensuring origin headers are sent and stabilizing success signals. (a68ceab76, 135110c9c, 0b36c3b13)
  • Stabilized the file attachment flow and associated end-to-end tests, addressing navigation and persistence issues. (62701fa71, d7d863964, 234764a0f)
  • Refined the user interface by normalizing header touch targets and ensuring demo mode initializes correctly before authentication checks. (043ef3eda, 85b4577d4, 0a0fb00b5)
  • Fixed various regressions in travel skill result handling, reminder email settings paths, and general test suite stability. (9f6e9c640, 33860e750, 5552186fd)

Unreleased Progress

  • Progress continued on Apple platform parity, including work on native code run support, mention dropdowns, composer previews, and audio recording for iOS and macOS. (1cb0407e0, 2970f4f61, 27cb5fd05)
  • Internal documentation was updated with an Apple parity audit scaffold and improved marketing metadata for various apps. (7c6070fd8, 794873896)

Internal Progress

  • Removed legacy Polar payment references across the codebase and documentation. (a062e2080)
  • Updated internal test stubs and utility functions for better compatibility with asynchronous operations and LLM result expectations. (635c69af6, 31c12742d, 9d0f6041d)

Newsletter Guidance

Include

  • New Weather Forecast skill with interactive daily drilldowns. (a26752a67, 9f7aeb20c)
  • Enhanced sub-chat orchestration with fanout approval and sequential stop handling. (612705468, 1bcd5dd98)
  • Optimized routing for OpenAI OSS models through Bedrock EU. (901092a9d)

Exclude

  • Apple platform parity features (iOS/macOS). (1cb0407e0, 2970f4f61, 27cb5fd05)
  • Legacy payment reference removal. (a062e2080)

Rationale

The primary highlights for this update are the introduction of the Weather Forecast skill and significant improvements to the sub-chat orchestration system. These features provide immediate value to users. Apple-specific work is excluded as those platforms are not yet enabled for public use.

Quality Notes

  • Extensive testing was performed on the new weather skill, with multiple commits dedicated to stabilizing layout and interactivity assertions.
  • End-to-end test stability was a major focus, addressing several ‘urgent’ failures in the web application.