Weekly Release Summary: 2026-06-01 to 2026-06-07
Weekly Release Summary: 2026-06-01 to 2026-06-07 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...
Weekly Release Summary: 2026-06-01 to 2026-06-07
Generated from 245 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
This week, OpenMates delivered a suite of new user-facing capabilities, including a Weather Forecast skill with interactive drilldowns and an ‘Explain in new chat’ feature for focused message clarification. Significant progress was made on self-hosting flexibility with new signup modes, while system reliability was bolstered through a new documentation claims verification system and enhanced skill execution resilience. Power users also benefit from expanded CLI settings parity and new event search providers for major tech conferences.
Released Changes
- OpenMates added a Weather Forecast skill, allowing users to view forecasts and drill down into specific daily details with interactive cards. (a26752a67, 9f7aeb20c)
- A new ‘Explain in new chat’ action was introduced, allowing users to fork a conversation from a specific highlighted message for focused clarification. (2fb4ffbfd, 41013cd8b)
- New signup modes for self-hosted instances now support invite codes and various authentication requirements for private registration. (5ebb4f703)
- Example chats were added to app skill details, providing practical demonstrations of how specific skills function within the ecosystem. (27f6e8775)
- The OpenMates CLI now features expanded settings parity with the web interface and new predefined commands for configuration management. (76735f92a, 7343eec58)
- Sub-chat orchestration was enhanced with fanout approval and sequential stop handling for more controlled AI delegation. (612705468, 1bcd5dd98)
- A new event search provider was added to support searching schedules for major tech events like GPN and Congress. (5a68b4abb)
- A new verification system now automatically checks documentation claims against the codebase to ensure the user guide remains accurate. (75124fa6b)
- Automated weekly accessibility audit emails were implemented to track and report on UI compliance. (8a7ede09f)
- Route loading for the documentation web application was optimized to improve navigation speed and performance. (2e9849b80)
Bug Fixes
- The weather embed experience was significantly stabilized with fixes for empty result filtering, normalized child preview structures, and restored interactions when opening day views from a forecast. (f1d3d39bb, 1663f2505, 39d5877c8)
- Authentication responses were hardened to prevent account enumeration, improving the security of the login flow. (59f63f60d)
- Data portability was improved by ensuring imported chats are correctly indexed, cached, and included in account export manifests. (c803769b1, 364323bb9, a83ab7b86)
- Skill execution resilience was enhanced to ensure that malformed items within a batch do not block valid requests or results. (2d39d7463, a93737971)
- Mobile UI refinements for chat message selection now ensure the selection toolbar remains within the viewport and guard the explain action on shared chats. (681860336, d5ad431bb)
- Sub-chats are now strictly scoped to their parent chats, and the synchronization of sub-chat previews has been optimized to prevent unnecessary network traffic. (2d5ded51c, 6904f92d1)
- CLI file upload stability was improved by ensuring origin headers are sent and stabilizing success signals for image embed persistence. (a68ceab76, 135110c9c, 0b36c3b13)
- Empty guest memory categories are now hidden in the settings view to streamline the experience for unauthenticated users. (5cd45e318)
- A regression in the signup flow for users in the EU was resolved to ensure consistent account creation. (f1b284ab7)
- Image result embeds are now correctly grouped within the chat interface for better visual organization. (47c7dc345)
Unreleased Progress
- Progress on the unreleased iOS and macOS platforms included native offline prefetch sync, mention dropdowns, composer previews, and audio recording parity. (167ac38c0, dbb440c3f, 1cb0407e0)
- Development began on a unified notification event system to support real-time updates and push notifications on Apple platforms. (34669e142)
- The projects and tasks platforms received updates to workspace navigation and shell alignment, though these features remain disabled. (09ec7d8e5, 91e88f2d0, aa5147ba2)
- Initial development of application embed live previews, including backend task runners and frontend renderers, is underway. (e3243f6ef)
- A new internal Linear API CLI was introduced to streamline task management and credential handling. (360ce3448, 4af58d03e, 4a97ee18a)
- Infrastructure for automatically fixing failed tests was expanded with session isolation and retry logic for developer workflows. (710393b28, cabcc3699, 841cdf7c7)
- An internal Discord digest was added for reporting degraded services and system health. (601499634)
- Internal workflows for user guide reviews and admin notifications for documentation updates were introduced. (3a58a6271, dee4a13f4, d533d00ae)
Internal Progress
- Docker port exposure was restricted to improve environment security for self-hosted installations. (f7180da5f)
- SwiftLint workflows were integrated to automate code quality checks for Apple-related codebases. (d6efbafd2)
- Core dependencies were updated, including @sveltejs/kit, vitest, and aiohttp, to address security advisories and improve stability. (d791fbeb3, 33d5d421d, 337bdc168)
- Infrastructure for self-hosted installations was hardened with a new smoke test suite covering browser sessions, admin promotion, and startup reliability. (24d791d85, 32fca5de7, 72433d032)
- Backend healthchecks were updated to use Directus ping and configured database credentials for more accurate service monitoring. (5fbd457c9, fc464ec92, 5ead61303)
Newsletter Guidance
Include
- New Weather Forecast skill with interactive daily drilldowns. (a26752a67, 9f7aeb20c)
- Explain in New Chat: Highlight any message text to start a focused clarification conversation. (2fb4ffbfd, 41013cd8b)
- Flexible Self-Host Signups: New support for invite-only and email-based registration modes on private instances. (5ebb4f703)
- New example chats for app skills. (27f6e8775)
- CLI settings parity and predefined commands. (76735f92a, 7343eec58)
- Enhanced sub-chat orchestration with fanout approval and sequential stop handling. (612705468, 1bcd5dd98)
- GPN and Congress event schedule search. (5a68b4abb)
- Automated documentation claims verification. (75124fa6b)
- Weekly accessibility audit emails. (8a7ede09f)
- Optimized route loading for the documentation web application. (2e9849b80)
Exclude
- Apple platform parity features (iOS/macOS). (167ac38c0, dbb440c3f, 1cb0407e0)
- Projects and Tasks workspace updates. (09ec7d8e5, 91e88f2d0, aa5147ba2)
- Application embed live previews. (e3243f6ef)
Rationale
The recommended items focus on major user-facing features like the Weather skill, chat clarification tools, and self-hosting improvements. Disabled platforms (Apple, Projects, Tasks) and unreleased application previews are excluded to ensure communication remains relevant to current users.
Quality Notes
- The introduction of ‘Doc Claims’ (75124fa6b) provides a new layer of automated verification to ensure the user guide never goes out of sync with the application.
- Security hardening addressed potential account enumeration vulnerabilities (59f63f60d) and restricted Docker port exposure (f7180da5f).
- Skill execution is now more robust against malformed data in multi-item batches (2d39d7463).