0.7.0 - Globals support
The agent can now read and update Payload globals, not just collections.
Added
- New
findGlobal/updateGlobaltools;getSchemalists globals and returns a global's generated TypeScript type, and the prompt schema gains an "Available globals" section. - New
access.globalsoption (allow/deny); internalpayload-*globals denied by default. updateGlobalis gated byaccess.operations.updateand counts against the per-message write limit.- Markdown<->Lexical conversion and
locale/fallbackLocalework for globals exactly as for collections.
Full Changelog: v0.6.0...v0.7.0