OpenMates Docs Open Chat

Weekly Release Summary: 2026-07-21 to 2026-07-27

Weekly Release Summary: 2026-07-21 to 2026-07-27 Generated from structured change items. The companion YAML remains the source for deterministic tooling. Ove...

[T:documentation.sender_name]

Weekly Release Summary: 2026-07-21 to 2026-07-27

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

Overview

OpenMates focused on expanding the Finance app with Revolut Business integration, enhancing the Audio app with waveform visualizations, and implementing architectural improvements for long-form chat scalability. Significant work was also completed on a refreshed landing page experience and AI model support for Claude 5 and Kimi K3. All updates are currently in development.

Released Changes

  • None

Bug Fixes

  • Draft and sync reliability was improved, specifically addressing IdeaBucket draft resurrection and PDF draft persistence during stale echoes. (c4b87d47e, 6a03b4462, 9792d6eb5)
  • The chat sidebar now correctly derives titles from message content and maintains visibility when creating new chats or re-logging. (1f493fe13, e7b436847, ed26154b9)
  • Mobile UI issues were resolved, including chat header overlaps, text color visibility, and light mode contrast refinements. (e2ad3c607, c56690b4a, 9a7c50e2c)
  • Ordering logic for interactive questions was corrected for both owner and shared chat views. (e2b3ff655, c942992b9)
  • Security and payment logic was updated to prevent duplicate bank transfer credits and ensure password-first authentication after late capability loads. (3393a6604, 4edd4504e)
  • Background chat synchronization was hardened to handle recovery of assistant batches and ensure monotonic message versioning. (a58923726, 2a94bd712, 1175576cb)
  • The guest experience was stabilized with fixes for example chat visibility, landing carousel signup paths, and intro layout consistency. (3bc4a92c2, 31568ca3c, e22a52280)
  • UI stability fixes addressed chat header action visibility and dark mode contrast for interactive questions. (1111fd6c1, 7188a515c, ecb248817)

Unreleased Progress

  • The Finance app now supports Revolut Business OAuth connections, sheet embed inputs, and a new skill for checking account balances with dedicated UI embeds. (0a22b55b3, f9d191ce8, d9e2ffc15)
  • Audio recording now features waveform visualizations, animated progress previews, and generated transcript titles. (5d3b82f7d, c8ea7d0ef, 23d0bdf28)
  • OpenMates added bounded message windows and history compression to support scalable long-form chats across the web app and CLI. (c79041d73, 98540c641, 164776556)
  • A refreshed landing page intro was implemented with expanded animations and optimized layouts for mobile and iPad landscape orientations. (5d55e594b, ad5b60b91, b33846293)
  • AI capabilities were expanded with support for Claude 5 and Kimi K3 models, alongside refined Gemini model routing. (3ac124ad0, 9786a5f52, d8cf2defc)
  • A new Code skill enables generating HTML directly from images, with improved preview rendering and fullscreen routing. (577b0bec3, 6edac50aa, 07fb53f57)
  • A new chat settings page was added, featuring tab synchronization with routes and read-only views for shared chat guests. (a05c760b4, 502629ed4, 89cabe170)
  • OpenMates added a feature to remember forgotten message drafts, ensuring user input is preserved across sessions. (40033c66c, 0fa5b82b2)
  • Development continued on the task queue system, adding auto-continuation, event persistence, and improved determinism for task creation (currently unreleased). (dfe30cbc0, dcc2a4bdc, b307216b6)
  • Work progressed on project remote sources and item unlinking, maintaining parity between the CLI and SDK (currently unreleased). (fc4ba62a0, 366a5905f, 337717f85)

Internal Progress

  • Security hardening for the REST API tightened access controls and hardened authentication routes. (ba4c2ae19, 631c01a5b)
  • The SDK now enforces a cleartext encryption boundary for account exports with corresponding parity audits between Python and CLI surfaces. (6a693f8a2, 6fd7d1964, 0de657e2e)
  • The agent worktree and OpenCode deployment workflows were hardened with new guards against index races and unauthorized edits. (75103a3f6, c17f24fee, 5ac449a81)
  • Release intelligence and provider preflight tooling were added to the pipeline, alongside lock-state resets for staged deploys. (594f0c434, b612404d9, 94d188ac0)
  • Extensive stabilization of the E2E test suite was completed for news, image, video, and career search skills. (c6ffedc89, dc8334463, 1199319cd)

Newsletter Guidance

Include

  • None

Exclude

  • Revolut Business integration and Finance sheet embed inputs. (0a22b55b3, f9d191ce8, 52f131ec4)
  • Audio recording waveforms and generated transcript titles. (5d3b82f7d, c8ea7d0ef, 23d0bdf28)
  • Bounded long-chat message windows and redesigned chat settings. (c79041d73, 63b66e60f, a05c760b4)
  • Claude 5 and Kimi K3 model support. (3ac124ad0, 9786a5f52)

Rationale

All user-facing changes and features from this period are currently in the development branch (dev_only) and have not yet reached the main release branch for public communication.

Quality Notes

  • High volume of testing activity with over 150 dedicated test and stabilization commits across the week.
  • Proactive security hardening of the REST API and the introduction of cleartext boundaries in the SDK.
  • Rigorous UI and layout verification across mobile, iPad, and desktop viewports for the landing page refresh.