Changelog
Changelog — 2026-06-07
Daily docs refresh.
Features
- Workspaces can now set a tenant-wide system prompt that is prepended to every agent's own prompt. Manage it with the new
useTenantSettings/useUpdateTenantSettingshooks from@stndrds/react, or theWorkspaceSystemPromptSectionsettings UI. Reading needsworkspaceread permission and saving needsworkspaceupdate. See Agents. - The settings dialog is now available as a single drop-in
AwareSettingsDialog(from@stndrds/ui/settings-dialog) that wires up the account and workspace sections — including the new system-prompt section — for you.
Other
- Internal cleanup: the runtime now shares one logger and one error hierarchy,
RecordServicewas split into focused create/update/delete services, and the agents module was reorganized (prompts, execution, tools). No public API or import paths used in these guides changed.