Standards Docs
Changelog

Changelog — 2026-05-23

Daily docs refresh.

Features

  • ViewAwareRecordEditView now mounts FieldHistoryProvider internally. Field history icons appear automatically on attribute fields for every consumer of ViewAwareRecordEditView — no manual provider wrapping required. See the tutorial step on detail pages.
  • Type-aware filter operator normalization in agent search tools. search_records and bulk_search now run a two-pass normalizer over filter operators: synonym aliases (equalsis, isNotis_not, …) followed by cross-type conversion (gte on a date attribute becomes on_or_after, is on a number becomes eq, …). Qualified-edge property filters are normalized against the property's type, not the reference's. Agent prompts that drift on operator casing no longer fail validation.

Other

  • Agent tool surface trimmed. Three rarely-used or duplicative tools were removed: rename_document (folded into update_document — pass a new name), add_attachment (deprecated; use document/file tools), and sandbox_get_url (unused). The payload-path and bulk-operations skill bundles were also dropped — their guidance now lives directly in the core system prompt.
  • Agent system prompt rewritten. Significant compression and restructuring of the agent system prompts: TOOL_STRATEGY is now a decision tree, FILTER_OPERATORS is rewritten with explicit cross-type aliases, edge-model guidance was added, examples were trimmed, and <never> rules are repeated per-line for stronger adherence. No public API surface affected — agents simply behave more predictably.

On this page