Changelog
Changelog — 2026-06-11
Daily docs refresh.
Features
- AI attribute autofill. Attributes can now opt into AI autofill with the new
.autofill({ from, instructions })modifier. Fields fill automatically from attached-document OCR content and sibling attributes, the run is idempotent and usage-tracked, and existing user-entered values are never overwritten. See attributes.
Fixes
@mefilter token now resolves to the user behind the actor.user-type attributes store user ids, so@meresolves through the current actor to its user — agents, API keys, and system actors have no user and the rule is dropped instead of matching nothing. See search.- Malformed
is_withinfilter values are rejected. A relative-date value missingunit(or any partial shape) now returns HTTP 400 on/listand/searchinstead of silently widening the filter to the entire dataset. See search.