Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Jan 28, 2026

Automated Release PR

0.2.0 (2026-01-28)

Full Changelog: v0.1.0...v0.2.0

Features

  • add boot time optimizations for faster VM startup (20a98ea)
  • Add to stainless config new API endpoints (72cbe88)
  • Add vGPU support (4eade24)
  • api: manual updates (5534841)
  • builds: implement two-tier build cache with per-repo token scopes (53c9b24)
  • Resource accounting (57ff511)

Chores

  • break long lines in snippets into multiline (48ae7b9)
  • ci: upgrade actions/github-script (46d5e26)
  • internal: update actions/checkout version (ba20375)
  • internal: update lock file (8593b7c)
  • internal: upgrade babel, qs, js-yaml (cad9e24)
  • internal: upgrade brace-expansion and @babel/helpers (bef9226)

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-ts to kernel/hypeman-ts.

Adds new client resources for Builds (/builds create via multipart upload, list/get/cancel, and SSE events) and Resources (GET /resources with CPU/memory/disk/network and GPU capacity/allocation types), wiring them into src/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 (notably ts-jest and 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.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jan 28, 2026

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/hypeman-typescript/5534841c1706682c4a75e502afafb3f1f399069c/dist.tar.gz'

Expires at: Fri, 27 Feb 2026 20:28:03 GMT
Updated at: Wed, 28 Jan 2026 20:28:03 GMT

Copy link

@cursor cursor bot left a 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;
}
Copy link

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.

Fix in Cursor Fix in Web

@stainless-app stainless-app bot closed this Jan 30, 2026
@stainless-app stainless-app bot deleted the release-please--branches--main--changes--next--components--hypeman branch January 30, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants