-
Notifications
You must be signed in to change notification settings - Fork 1
release: 0.2.0 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 0.2.0 #5
Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires at: Fri, 27 Feb 2026 20:28:03 GMT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| * Maximum build duration (default 600) | ||
| */ | ||
| timeout_seconds?: number; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused exported type BuildPolicy is never referenced
Low Severity
The BuildPolicy interface is defined and exported but never actually used anywhere in the codebase. Searching for its usage shows it's only imported and re-exported in src/client.ts and src/resources/index.ts, but no function parameter, return type, or property references it. The timeout_seconds property is duplicated separately in BuildCreateParams rather than referencing this interface. This dead type adds maintenance burden without providing value.
Automated Release PR
0.2.0 (2026-01-28)
Full Changelog: v0.1.0...v0.2.0
Features
Chores
actions/github-script(46d5e26)actions/checkoutversion (ba20375)This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Adds new generated API surface (multipart uploads and SSE streaming) plus new instance configuration fields, which may affect request/response typing and runtime behavior; changes are mostly additive but touch core client exports and dependency versions.
Overview
Bumps the SDK to v0.2.0 (package/version manifest + changelog) and updates repository references from
onkernel/hypeman-tstokernel/hypeman-ts.Adds new client resources for Builds (
/buildscreate via multipart upload, list/get/cancel, and SSEevents) and Resources (GET /resourceswith CPU/memory/disk/network and GPU capacity/allocation types), wiring them intosrc/client.ts,src/resources/index.ts,api.md, and new generated tests.Extends Instances types/params with GPU configuration/status, network bandwidth limits, disk I/O throttling, and boot-skip toggles (
skip_guest_agent,skip_kernel_headers).Maintenance updates include CI action bumps (
actions/checkout@v6,actions/github-script@v8), dependency/lockfile refresh (notablyts-jestand Babel toolchain), and minor doc additions (file upload usage).Written by Cursor Bugbot for commit f3c2363. This will update automatically on new commits. Configure here.