Standards Docs
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 / useUpdateTenantSettings hooks from @stndrds/react, or the WorkspaceSystemPromptSection settings UI. Reading needs workspace read permission and saving needs workspace update. 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, RecordService was 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.

On this page