OpenMates Docs Open Chat

Daily Release Summary: 2026-05-31

Daily Release Summary: 2026-05-31 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Overview OpenMates...

[T:documentation.sender_name]

Daily Release Summary: 2026-05-31

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

Overview

OpenMates focused on AI orchestration with the implementation of sub-chat creation and synchronization. The update also introduced UI refinements for email lookups and deduplicated payment notifications, while continuing groundwork for the projects workspace and iOS platforms.

Released Changes

  • Implemented backend record creation and dispatch for sub-chats within the AI processing pipeline. (579bfaf2f)
  • Updated the email lookup interface to style the ‘last used’ label as a solid recommended pill. (f2a1314fe)

Bug Fixes

  • Hardened sub-chat orchestration and synchronization, ensuring sub-chats are correctly included in parent reloads, shared chat views, and zero-knowledge key recovery flows. (f72dcfa67, 23b1d8786, 371ed21ec)
  • Implemented cascading deletion for chats, ensuring that deleting a parent chat also removes all associated sub-chats and grandchild chats. (eafe61a19)
  • Resolved backend issues in the AI stream consumer and main processor to prevent errors when awaiting sub-chat results or user input. (4c0a64c23, b10f99c47, 42cef7a6c)
  • Deduplicated websocket notifications for credit purchases to prevent redundant alerts in the UI. (d27e3fdb4)

Unreleased Progress

  • Developed the projects workspace, including API handlers, frontend routes, and optimizations for SSR and prerendering. (9869355c1, cd496f183, bee59b8dc)
  • Added UIKit-based fullscreen sheet table rendering for the iOS platform. (d9b40ac15)

Internal Progress

  • Stabilized automated tests for projects workspace navigation and sub-chat status assertions. (58e39ff6c, 4f71e8ecc, c6f76e010)
  • Updated Caddy and dev proxy configurations to allow projects API traffic. (d981d891e, 1941a7c59)
  • Refined internal documentation regarding SwiftUI and UIKit guidance for Apple platforms. (cffa3c646)

Newsletter Guidance

Include

  • AI sub-chat orchestration and record dispatch. (579bfaf2f, 84824b1f0)
  • New ‘recommended’ pill styling for last-used labels. (f2a1314fe)
  • Cascading deletion for nested chat threads. (eafe61a19)

Exclude

  • Projects workspace feature. (9869355c1)
  • Project UI and routing fixes. (cd496f183, bee59b8dc, 4719f01c8)
  • UIKit rendering improvements for iOS. (d9b40ac15)

Rationale

The update highlights significant progress in AI orchestration through sub-chats and general UI refinements. Features related to projects and Apple platforms are excluded as they remain disabled in the current configuration.

Quality Notes

  • Sub-chat orchestration now handles zero-knowledge encryption keys and cascading deletions correctly.
  • Projects workspace infrastructure is largely in place but remains gated.