Daily Release Summary: 2026-06-20
Daily Release Summary: 2026-06-20 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-20
Generated from 57 structured change items. The companion YAML remains the source for deterministic tooling.
Overview
OpenMates expanded its Learning Mode capabilities to support both account-wide settings and guest access, while introducing support for self-hosted local models. The project also streamlined issue reporting with short identifiers and hardened the system against ASCII-smuggling attacks.
Released Changes
- Learning Mode is now available account-wide, allowing users to persist educational preferences across sessions. (51353ee18)
- A guest Learning Mode was added to provide educational features for anonymous users. (4527e1820)
- Self-hosters can now configure local OpenAI-compatible model providers for use within OpenMates. (0b3ffa18a)
- Issue reporting now utilizes short IDs to simplify tracking and communication between users and maintainers. (ba2c51132, bfbdf3d13)
Bug Fixes
- The anonymous usage flow was improved to better handle credit exhaustion, including keeping message drafts and rolling back chat states on budget rejection. (2c0d0c67c, e90d06739, 56fa4840e)
- Universal guards were implemented to prevent ASCII-smuggling in LLM outputs across various apps and skills. (c4562d7c9)
- The signup process now correctly emails existing users who attempt to sign up again, preventing duplicate account confusion. (6d90fb32b)
- Several UI and stability issues in the Learning Mode settings were resolved, including header repairs, guest access fixes, and notification retry loops. (8bea98990, 09719b8bc, c46e9dd39)
Unreleased Progress
- Work continues on simplifying feature availability logic, including updates to how the platform handles workspace toggles and project-related gates. (c5caae2db, 4ce6a280f, 36176b218)
Internal Progress
- Infrastructure updates were deployed to improve LLM streaming fallbacks and provider configurations. (f20bfd7af)
- Test coverage was expanded for password-protected sharing and IndexedDB schema recovery. (fa6bc63ad, 7aefcdc36, bdbc3b791)
Newsletter Guidance
Include
- Account-wide Learning Mode. (51353ee18)
- Guest Learning Mode. (4527e1820)
- Support for self-hosted local models. (0b3ffa18a)
- Short report issue identifiers. (ba2c51132, bfbdf3d13)
Exclude
- Simplified feature availability logic. (c5caae2db)
- Feature availability response and workspace toggle cleanups. (4ce6a280f, 36176b218)
Rationale
The newsletter highlights major new features like expanded Learning Mode and local model support, while excluding internal refactors and work related to disabled platform features.
Quality Notes
- Security hardening was a focus this update, with the implementation of universal ASCII-smuggling guards across all LLM-driven skills.
- Anonymous user experience was refined through better state management during credit exhaustion.