1.33.0 (2026-09-15)
Full Changelog: v1.32.0...v1.33.0
Features
- api: add auto mode tool permissions for Managed Agents (8952120)
- api: add compaction parameter and signed compaction blocks (beta) (2b5931e)
- api: add url_sources to the web fetch tool (81f6bb5)
- api: add workspace_id parameter to user profiles methods (6c4c959)
Bug Fixes
- client: ignore invalid Retry-After values and validate maxRetries (8952120)
- client: retry connection errors in the async client and stop blocking in the coroutine retry loop (8952120)
- client: use the default backoff when Retry-After is out of range (b9162c8)
- worker: use Go SDK's toolset to enable memory stores (5199245)
Chores
- bump go sdk to v1.73.0 (#104) (526ad85)
- ci: pass branch name to link step via env var (8952120)
- deps: pin a test-only indirect dependency for reproducible go.sum (564ada5)
- docs: correct the compaction beta's parameter descriptions (d02eeb2)
- tests: stop the mock server without failing a passing test run (bec0d1a)
Documentation
- stop documenting unions with their first variant's description (9db5cd4)