Changelog
Changelog — 2026-06-15
Daily docs refresh.
Features
- Agents are grounded in the real current date. The agent system prompt now injects an authoritative UTC
current_date, so relative-date reasoning ("this month", "review older than a year") anchors on real time instead of training knowledge. Autonomous runs also gained an explicit safety contract: high-risk operations (deletes, bulk destructive updates, data-overwriting imports, migrations, permission changes) run only when the task prompt authorizes them, otherwise they are skipped and reported. See the AI agents guide.
Fixes
is_withinworks insideorfilter groups. The relative-dateis_withinoperator is now handled on the OR-combinator path, so a date-range rule nested in anorgroup resolves correctly instead of being skipped. See edge-property and dynamic filters.- Meilisearch surfaces typed search errors. Raw transport errors on the search read path are now translated into the platform error hierarchy, so a failed query reports a typed error instead of an opaque adapter exception.
- Bulk updates report per-row failures. A failing row in a bulk PostgREST update batch now surfaces its own error rather than being masked by the batch result.
Other
- More UI strings are translatable. The form-flow empty-step fallback, the filter-builder location placeholder, and the start-form dialog / slot-selector copy now route through the translation system, with matching French locale entries.
- Agent compaction logs swallowed usage-report failures instead of dropping them silently.