Changelog
Changelog — 2026-05-23
Daily docs refresh.
Features
ViewAwareRecordEditViewnow mountsFieldHistoryProviderinternally. Field history icons appear automatically on attribute fields for every consumer ofViewAwareRecordEditView— no manual provider wrapping required. See the tutorial step on detail pages.- Type-aware filter operator normalization in agent search tools.
search_recordsandbulk_searchnow run a two-pass normalizer over filter operators: synonym aliases (equals→is,isNot→is_not, …) followed by cross-type conversion (gteon a date attribute becomeson_or_after,ison a number becomeseq, …). 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 intoupdate_document— pass a newname),add_attachment(deprecated; use document/file tools), andsandbox_get_url(unused). Thepayload-pathandbulk-operationsskill 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_STRATEGYis now a decision tree,FILTER_OPERATORSis 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.