Skip to content

0.7.0 - Globals support

Choose a tag to compare

@aamdmn aamdmn released this 01 Jun 12:58
· 20 commits to main since this release
1fa576a

The agent can now read and update Payload globals, not just collections.

Added

  • New findGlobal / updateGlobal tools; getSchema lists globals and returns a global's generated TypeScript type, and the prompt schema gains an "Available globals" section.
  • New access.globals option (allow / deny); internal payload-* globals denied by default.
  • updateGlobal is gated by access.operations.update and counts against the per-message write limit.
  • Markdown<->Lexical conversion and locale / fallbackLocale work for globals exactly as for collections.

Full Changelog: v0.6.0...v0.7.0