v0.1.2
What's changed
- Leaner spec processing —
processSpec()now dropscomponents,info, andoperationIdfrom the output. Since all$refs are resolved inline, these fields were redundant and wasted sandbox memory. - Lower default response token limit —
maxResponseTokensdefault reduced from 25,000 to 6,000 (matching Cloudflare's implementation), keeping agent context usage lean. - Updated tool type declarations —
SPEC_TYPESno longer advertisescomponentsorinfoon thespecglobal.
These changes reduce context overhead without changing the search/execute API.