Releases: upstash/box
Releases · upstash/box
@upstash/box@0.4.0
Minor Changes
- 3128242: Add Cursor as a first-class agent harness with Cursor model constants and CLI model selection support.
@upstash/box-cli@0.2.0
@upstash/box@0.3.0
@upstash/box@0.2.3
Patch Changes
- 0d2e01a: fixed gpt-5.4 support
@upstash/box-cli@0.1.45
Patch Changes
- Updated dependencies [af53beb]
- @upstash/box@0.3.0
@upstash/box-cli@0.1.44
@upstash/box@0.2.2
Patch Changes
- 8d98540: replace publicUrl with publicURL
@upstash/box-cli@0.1.43
Patch Changes
- Updated dependencies [8d98540]
- @upstash/box@0.2.2
@upstash/box@0.2.0
Minor Changes
- 985b9bf: Rename preview URL API to public URL, and support
keepAlive/initCommandinBox.fromSnapshot().- Added
box.getPublicUrl(),box.listPublicUrls(),box.deletePublicUrl()and a newPublicUrltype. box.getPreviewUrl(),box.listPreviews(),box.deletePreview(), and thePreviewtype are now@deprecatedaliases that delegate to the new names and will be removed in a future major. Existing code continues to work unchanged.Box.fromSnapshot()now acceptskeepAliveandinitCommand(previously threw"Keep-alive boxes from snapshot are not supported yet").- Docs: corrected API key prefix from
abx_tobox_and added an SSH section.
- Added
@upstash/box-cli@0.1.41
Patch Changes
-
04891f8: fix: make CLI self-contained so global install (
pnpm add -g) worksMove
@upstash/boxfrompeerDependenciestodependenciesand addzodas a direct dependency. When installed globally via pnpm, peer dep resolution could pick up an olderzod(e.g.3.24.2) from the shared global store, which lacks thezod/v3subpath thatzod-to-json-schema@^3.25.1requires, causingERR_PACKAGE_PATH_NOT_EXPORTEDon startup. -
Updated dependencies [985b9bf]
- @upstash/box@0.2.0