Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.19.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 66
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-86854c41729a6b26f71e26c906f665f69939f23e2d7adcc43380aee64cf6d056.yml
openapi_spec_hash: 270a40c8af29e83cbda77d3700fd456a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-7897c6c3f33d12ebf6cb8b3694945169617631a52af8f5b393b77b1995ed0d72.yml
openapi_spec_hash: 1104c3ba0915f1708d7576345cafa9d0
config_hash: 9421eb86b7f3f4b274f123279da3858e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.1 (2025-11-13)

Full Changelog: [v0.19.0...v0.19.1](https://github.com/onkernel/kernel-node-sdk/compare/v0.19.0...v0.19.1)

### Features

* Add support for 1200x800 ([6321644](https://github.com/onkernel/kernel-node-sdk/commit/63216447e56cc6bc3ee706812d8afaf94071308f))

## 0.19.0 (2025-11-12)

Full Changelog: [v0.18.0...v0.19.0](https://github.com/onkernel/kernel-node-sdk/compare/v0.18.0...v0.19.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onkernel/sdk",
"version": "0.19.0",
"version": "0.19.1",
"description": "The official TypeScript library for the Kernel API",
"author": "Kernel <>",
"types": "dist/index.d.ts",
Expand Down
32 changes: 16 additions & 16 deletions src/resources/browsers/browsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ export interface BrowserCreateResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand All @@ -297,8 +297,8 @@ export namespace BrowserCreateResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand Down Expand Up @@ -383,8 +383,8 @@ export interface BrowserRetrieveResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand All @@ -397,8 +397,8 @@ export namespace BrowserRetrieveResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand Down Expand Up @@ -486,8 +486,8 @@ export namespace BrowserListResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand All @@ -500,8 +500,8 @@ export namespace BrowserListResponse {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand Down Expand Up @@ -587,8 +587,8 @@ export interface BrowserCreateParams {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand Down Expand Up @@ -642,8 +642,8 @@ export namespace BrowserCreateParams {
* image defaults apply (commonly 1024x768@60). Only specific viewport
* configurations are supported. The server will reject unsupported combinations.
* Supported resolutions are: 2560x1440@10, 1920x1080@25, 1920x1200@25,
* 1440x900@25, 1024x768@60 If refresh_rate is not provided, it will be
* automatically determined from the width and height if they match a supported
* 1440x900@25, 1024x768@60, 1200x800@60 If refresh_rate is not provided, it will
* be automatically determined from the width and height if they match a supported
* configuration exactly. Note: Higher resolutions may affect the responsiveness of
* live view browser
*/
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.19.0'; // x-release-please-version
export const VERSION = '0.19.1'; // x-release-please-version