1.10.0
Minor Changes
- Expose Filesystem api from Sandbox (#112)
Patch Changes
-
Reuse Undici
Agentacross instances (#143) -
Smarter fallback team selection for scope inference: tries
defaultTeamIdfirst, then the best hobby-plan OWNER team (personal team or most recently updated). Filters fallback candidates bybilling.plan === 'hobby'to avoid selecting pro/enterprise teams. Skips teams that return 403 and shows a helpful error when no team allows sandbox creation. (#120) -
Add workflow serialization support for the
Snapshotclass viaWORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE, fixing serialization errors when aSnapshotinstance is returned from a workflow step. (#140)