OpenMates Docs Open Chat

Daily Release Summary: 2026-06-30

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

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

Overview

OpenMates introduced Project mention chips to the chat interface, allowing for better context integration within messages. Significant architectural progress was also made on encrypted Tasks and Plans, alongside expanded backend support for Project remote sources, though these features remain disabled for the general public.

Released Changes

  • Added Project mention access chips to the chat interface to facilitate linking project context in conversations. (91e5c534e)

Bug Fixes

  • Deployed the implementation for Project mention chips, including UI components, styling, and search services. (d789325c6)

Unreleased Progress

  • Implemented encrypted user tasks and plans, including backend routes, AI processing logic, and SDK support. (94a793c79, e35498859)
  • Developed backend and client contracts for Project remote sources, including a new remote access bridge in the CLI. (0ffcafaa0, 2affe8242, 805ce5dd6)
  • Added a Project settings route and persistence for Project write modes. (bee305ac4, d0e0cd626)
  • Configured Caddy routing to support upcoming task and plan web APIs. (7392f6b47, 0e5a5ad6a)

Internal Progress

  • Established a comprehensive test suite for Project mentions, focusing on query reliability, focus management, and UI interaction stability. (cc9c491bc, 551bbfdec, d68d43dfe)
  • Updated technical specifications and verification records for Projects, Tasks, and Plans. (d06d68bbc, f74eeb83f, ed2fe0751)
  • Refined test procedures for task persistence and remote source API routing. (32da6bdc0, d8f43c38d)

Newsletter Guidance

Include

  • Project mention chips in the chat interface. (91e5c534e, d789325c6)

Exclude

  • Core Projects, Tasks, and Plans infrastructure work. (94a793c79, e35498859, 0ffcafaa0)

Rationale

The primary user-facing update ready for promotion is the new Project mention system. Other significant work on Tasks and Plans remains behind feature flags and is not yet ready for public announcement.

Quality Notes

  • The Project mention feature was released with over 10 dedicated integration tests to ensure reliable UI behavior across different typing scenarios.