Standards Docs
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

  • @me filter token now resolves to the user behind the actor. user-type attributes store user ids, so @me resolves 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_within filter values are rejected. A relative-date value missing unit (or any partial shape) now returns HTTP 400 on /list and /search instead of silently widening the filter to the entire dataset. See search.

On this page