Skip to content

Commit 5997824

Browse files
release: 1.17.0 (#772)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Albert Li <albert@runloop.ai>
1 parent 99c192b commit 5997824

17 files changed

Lines changed: 27 additions & 541 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.2"
2+
".": "1.17.0"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-77cfebef736250545ee47fa63d2210f323f096f0cbff4194c4a460a4d0328fd3.yml
3-
openapi_spec_hash: 33b5de41f43ca91cd3c745b048e68856
4-
config_hash: 6649774d90af30c3559d6a242b6cb4b0
1+
configured_endpoints: 109
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-b0d4f639559e78ee64d536a35464cff1ef1928e92c2a32a0384dc887da662ef3.yml
3+
openapi_spec_hash: a822f02fec32ae89e2bc6a6f95b8845f
4+
config_hash: ecb1ff09d29b565ed1452b5e0362e64d

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.17.0 (2026-04-03)
4+
5+
Full Changelog: [v1.16.2...v1.17.0](https://github.com/runloopai/api-client-ts/compare/v1.16.2...v1.17.0)
6+
7+
### Features
8+
9+
* add specific message when a devbox fails due to missing its health checks ([#8535](https://github.com/runloopai/api-client-ts/issues/8535)) ([275fb89](https://github.com/runloopai/api-client-ts/commit/275fb89cf3641e90d16e8f1e6b1454ee2f9be8b9))
10+
11+
12+
### Chores
13+
14+
* **blueprints:** deprecate `blueprints.preview()` method ([#8526](https://github.com/runloopai/api-client-ts/issues/8526)) ([4e7f1ec](https://github.com/runloopai/api-client-ts/commit/4e7f1ec35fc7faaac9a66cfc11119358bb9361e5))
15+
* Remove computer and browser use controllers ([#8530](https://github.com/runloopai/api-client-ts/issues/8530)) ([1f97ce0](https://github.com/runloopai/api-client-ts/commit/1f97ce02c7b03951450401a7a82fb4a28124e7a7))
16+
317
## 1.16.2 (2026-04-02)
418

519
Full Changelog: [v1.16.1...v1.16.2](https://github.com/runloopai/api-client-ts/compare/v1.16.1...v1.16.2)

api.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -202,34 +202,6 @@ Methods:
202202
- <code title="post /v1/devboxes/disk_snapshots/{id}/delete">client.devboxes.diskSnapshots.<a href="./src/resources/devboxes/disk-snapshots.ts">delete</a>(id) -> unknown</code>
203203
- <code title="get /v1/devboxes/disk_snapshots/{id}/status">client.devboxes.diskSnapshots.<a href="./src/resources/devboxes/disk-snapshots.ts">queryStatus</a>(id) -> DevboxSnapshotAsyncStatusView</code>
204204

205-
## Browsers
206-
207-
Types:
208-
209-
- <code><a href="./src/resources/devboxes/browsers.ts">BrowserView</a></code>
210-
211-
Methods:
212-
213-
- <code title="post /v1/devboxes/browsers">client.devboxes.browsers.<a href="./src/resources/devboxes/browsers.ts">create</a>({ ...params }) -> BrowserView</code>
214-
- <code title="get /v1/devboxes/browsers/{id}">client.devboxes.browsers.<a href="./src/resources/devboxes/browsers.ts">retrieve</a>(id) -> BrowserView</code>
215-
216-
## Computers
217-
218-
Types:
219-
220-
- <code><a href="./src/resources/devboxes/computers.ts">ComputerView</a></code>
221-
- <code><a href="./src/resources/devboxes/computers.ts">ComputerKeyboardInteractionResponse</a></code>
222-
- <code><a href="./src/resources/devboxes/computers.ts">ComputerMouseInteractionResponse</a></code>
223-
- <code><a href="./src/resources/devboxes/computers.ts">ComputerScreenInteractionResponse</a></code>
224-
225-
Methods:
226-
227-
- <code title="post /v1/devboxes/computers">client.devboxes.computers.<a href="./src/resources/devboxes/computers.ts">create</a>({ ...params }) -> ComputerView</code>
228-
- <code title="get /v1/devboxes/computers/{id}">client.devboxes.computers.<a href="./src/resources/devboxes/computers.ts">retrieve</a>(id) -> ComputerView</code>
229-
- <code title="post /v1/devboxes/computers/{id}/keyboard_interaction">client.devboxes.computers.<a href="./src/resources/devboxes/computers.ts">keyboardInteraction</a>(id, { ...params }) -> ComputerKeyboardInteractionResponse</code>
230-
- <code title="post /v1/devboxes/computers/{id}/mouse_interaction">client.devboxes.computers.<a href="./src/resources/devboxes/computers.ts">mouseInteraction</a>(id, { ...params }) -> ComputerMouseInteractionResponse</code>
231-
- <code title="post /v1/devboxes/computers/{id}/screen_interaction">client.devboxes.computers.<a href="./src/resources/devboxes/computers.ts">screenInteraction</a>(id, { ...params }) -> ComputerScreenInteractionResponse</code>
232-
233205
## Logs
234206

235207
Types:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/api-client",
3-
"version": "1.16.2",
3+
"version": "1.17.0",
44
"description": "The official TypeScript library for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/sdk.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@runloop/api-client-mcp",
4-
"version": "1.16.2",
4+
"version": "1.17.0",
55
"description": "The official MCP Server for the Runloop API",
66
"author": {
77
"name": "Runloop",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runloop/api-client-mcp",
3-
"version": "1.16.2",
3+
"version": "1.17.0",
44
"description": "The official MCP Server for the Runloop API",
55
"author": "Runloop <support@runloop.ai>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
1616
new McpServer(
1717
{
1818
name: 'runloop_api_client_api',
19-
version: '1.16.2',
19+
version: '1.17.0',
2020
},
2121
{
2222
instructions: await getInstructions(stainlessApiKey),

src/resources/blueprints.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ export class Blueprints extends APIResource {
217217
/**
218218
* Preview building a Blueprint with the specified configuration. You can take the
219219
* resulting Dockerfile and test out your build using any local docker tooling.
220+
*
221+
* @deprecated
220222
*/
221223
preview(
222224
body: BlueprintPreviewParams,

src/resources/devboxes/browsers.ts

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)