You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-export VolumeInfo from API schema types instead of custom definitions
- Add res.data undefined check in Volume.create()
- Remove readonly cast hack, use optional name constructor param
- Fix vol implicit any type in Volume.list() (CI error)
- Throw NotFoundError on 404 in Volume.destroy()
- Simplify volumeMounts type to only require name (not volumeId)
- Remove ternary undefined check for volumeMounts
- Move SandboxVolumeMount import to top-level (not inline)
- Change AsyncVolume/Volume → VolumeInfo in volume_mounts type annotations
- Fix volume_mounts type to List[SandboxVolumeMount]
- Export SandboxVolumeMount from package
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments