summaryrefslogtreecommitdiffhomepage
path: root/packages/core/test/global.test.ts
AgeCommit message (Collapse)Author
2026-05-01core: allow agents to access global tmp directory without permission promptsDax Raad
Agents can now create temporary files in the global tmp directory without triggering external_directory permission prompts. This enables agents to freely use temporary storage for intermediate files during builds and other operations.