Skip to content

v0.1.2

Choose a tag to compare

@robinbraemer robinbraemer released this 24 Feb 11:34
· 13 commits to main since this release

What's changed

  • Leaner spec processingprocessSpec() now drops components, info, and operationId from the output. Since all $refs are resolved inline, these fields were redundant and wasted sandbox memory.
  • Lower default response token limitmaxResponseTokens default reduced from 25,000 to 6,000 (matching Cloudflare's implementation), keeping agent context usage lean.
  • Updated tool type declarationsSPEC_TYPES no longer advertises components or info on the spec global.

These changes reduce context overhead without changing the search/execute API.