Conversation
|
🧪 Testing To try out this version of the SDK, run: Expires at: Wed, 25 Mar 2026 16:41:50 GMT |
There was a problem hiding this comment.
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.
| Profiles as Profiles, | ||
| type ProfileListResponse as ProfileListResponse, | ||
| type ProfileCreateParams as ProfileCreateParams, | ||
| type ProfileListParams as ProfileListParams, |
There was a problem hiding this comment.
Missing ProfilesOffsetPagination export from client.ts
Low Severity
ProfilesOffsetPagination is not imported or re-exported from client.ts, unlike every other pagination type in the SDK. BrowserListResponsesOffsetPagination and InvocationListResponsesOffsetPagination are all imported into client.ts and re-exported from the Kernel namespace, but ProfilesOffsetPagination is missing from both the import on line 91 and the Profiles export block. SDK consumers accessing types through the main Kernel namespace won't be able to reference this pagination type.
Additional Locations (1)
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.37.0 🌻 |


Automated Release PR
0.37.0 (2026-02-23)
Full Changelog: v0.36.1...v0.37.0
Features
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
Changes the
profiles.listAPI shape and return type, which may break callers and requires review of pagination/query handling, but it’s limited to a single resource and generated plumbing.Overview
Bumps the SDK to v0.37.0 (manifest/package/version/changelog) and refreshes generated stats/spec pointers.
Updates
client.profiles.listto accept pagination/filter params (limit,offset, newquery) and return an offset-paginated page type (ProfilesOffsetPagination) instead of a plain array response, updating exports/docs accordingly; adds a (skipped) test covering parameter passing.Written by Cursor Bugbot for commit d2c200e. This will update automatically on new commits. Configure here.