Skip to content

Commit b286aab

Browse files
release: 1.22.0 (#789)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: sid-rl <siddarth@runloop.ai>
1 parent fc872d6 commit b286aab

24 files changed

Lines changed: 267 additions & 179 deletions

.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.21.0"
2+
".": "1.22.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 119
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-40b78fbce4172c1fdab1559718cc9a7ba6b47402ee0bcb8dbefa582448958384.yml
3-
openapi_spec_hash: 78673375a4e58f7b4cea847ce2686b0e
4-
config_hash: 07d725fff578f22e8cb52e3c588f24c6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai/runloop-7235763cbdfd60834a897f356688d758b598a1dd723623330ea398dea2abea68.yml
3+
openapi_spec_hash: 01b9dbab4b732e4b83952debd108e404
4+
config_hash: 444e00951b440bf92e7548b2807584a4

CHANGELOG.md

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

3+
## 1.22.0 (2026-05-27)
4+
5+
Full Changelog: [v1.21.0...v1.22.0](https://github.com/runloopai/api-client-ts/compare/v1.21.0...v1.22.0)
6+
7+
### Features
8+
9+
* add reflex initiator type, hidden param ([#9350](https://github.com/runloopai/api-client-ts/issues/9350)) ([7118ffe](https://github.com/runloopai/api-client-ts/commit/7118ffed796f9948a7fc7226019ef14e95f14027))
10+
* **api:** expose lifecycle_hooks on LaunchParameters lifecycle ([#9115](https://github.com/runloopai/api-client-ts/issues/9115)) ([e3806db](https://github.com/runloopai/api-client-ts/commit/e3806db364a8d2b7e7e49e16f39bfff50766a154))
11+
* **mux:** initial changes to enable http/2 ([#8936](https://github.com/runloopai/api-client-ts/issues/8936)) ([d93d0b8](https://github.com/runloopai/api-client-ts/commit/d93d0b89492b196348babd45123d724a8b880120))
12+
13+
14+
### Bug Fixes
15+
16+
* clean up PTY and lifecycle hook OpenAPI descriptions ([#9502](https://github.com/runloopai/api-client-ts/issues/9502)) ([cc0a029](https://github.com/runloopai/api-client-ts/commit/cc0a029fc71356f545e66337d76b4e10322795a7))
17+
* **mux:** strip internal stub note from PTY OpenAPI descriptions ([#9315](https://github.com/runloopai/api-client-ts/issues/9315)) ([4438736](https://github.com/runloopai/api-client-ts/commit/44387366b7cc62b33c3e8dc80332e61fc28061fd))
18+
* revert workflow actions to runloopai forks ([#790](https://github.com/runloopai/api-client-ts/issues/790)) ([fc872d6](https://github.com/runloopai/api-client-ts/commit/fc872d621e490e47e9ca719ff5419b23b7c027a9))
19+
* update types for pty control, use int instead of str ([#9235](https://github.com/runloopai/api-client-ts/issues/9235)) ([64ea127](https://github.com/runloopai/api-client-ts/commit/64ea127051861329727bb805344162df0ca1c9fd))
20+
21+
22+
### Chores
23+
24+
* Update stainless.yml, bump AGENTS.md to keep this updated ([#9268](https://github.com/runloopai/api-client-ts/issues/9268)) ([ced9bc9](https://github.com/runloopai/api-client-ts/commit/ced9bc910676ef3b16debb20dd35408325df2e6d))
25+
326
## 1.21.0 (2026-05-12)
427

528
Full Changelog: [v1.20.0...v1.21.0](https://github.com/runloopai/api-client-ts/compare/v1.20.0...v1.21.0)

api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Types:
88
- <code><a href="./src/resources/shared.ts">BrokerMount</a></code>
99
- <code><a href="./src/resources/shared.ts">CodeMountParameters</a></code>
1010
- <code><a href="./src/resources/shared.ts">LaunchParameters</a></code>
11+
- <code><a href="./src/resources/shared.ts">LifecycleConfiguration</a></code>
12+
- <code><a href="./src/resources/shared.ts">LifecycleHooks</a></code>
1113
- <code><a href="./src/resources/shared.ts">Mount</a></code>
1214
- <code><a href="./src/resources/shared.ts">ObjectMount</a></code>
15+
- <code><a href="./src/resources/shared.ts">ResumeTriggers</a></code>
1316
- <code><a href="./src/resources/shared.ts">RunProfile</a></code>
1417

1518
# Benchmarks
@@ -250,7 +253,7 @@ Methods:
250253
Types:
251254

252255
- <code><a href="./src/resources/pty.ts">PtyConnectView</a></code>
253-
- <code><a href="./src/resources/pty.ts">PtyControlParameters</a></code>
256+
- <code><a href="./src/resources/pty.ts">PtyControlParams</a></code>
254257
- <code><a href="./src/resources/pty.ts">PtyControlResultView</a></code>
255258

256259
Methods:

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.21.0",
3+
"version": "1.22.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.21.0",
4+
"version": "1.22.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.21.0",
3+
"version": "1.22.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.21.0',
19+
version: '1.22.0',
2020
},
2121
{
2222
instructions: await getInstructions(stainlessApiKey),

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ import {
154154
Pty,
155155
PtyConnectParams,
156156
PtyConnectView,
157-
PtyControlParameters,
158157
PtyControlParams,
159158
PtyControlResultView,
160159
} from './resources/pty';
@@ -689,10 +688,9 @@ export declare namespace Runloop {
689688
export {
690689
Pty as Pty,
691690
type PtyConnectView as PtyConnectView,
692-
type PtyControlParameters as PtyControlParameters,
691+
type PtyControlParams as PtyControlParams,
693692
type PtyControlResultView as PtyControlResultView,
694693
type PtyConnectParams as PtyConnectParams,
695-
type PtyControlParams as PtyControlParams,
696694
};
697695

698696
export {
@@ -806,8 +804,11 @@ export declare namespace Runloop {
806804
export type BrokerMount = API.BrokerMount;
807805
export type CodeMountParameters = API.CodeMountParameters;
808806
export type LaunchParameters = API.LaunchParameters;
807+
export type LifecycleConfiguration = API.LifecycleConfiguration;
808+
export type LifecycleHooks = API.LifecycleHooks;
809809
export type Mount = API.Mount;
810810
export type ObjectMount = API.ObjectMount;
811+
export type ResumeTriggers = API.ResumeTriggers;
811812
export type RunProfile = API.RunProfile;
812813
}
813814

src/resources/agents.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface AgentCreateParameters {
9090
name: string;
9191

9292
/**
93-
* The source configuration for the Agent.
93+
* Agent source configuration.
9494
*/
9595
source?: Shared.AgentSource | null;
9696

@@ -166,7 +166,7 @@ export interface AgentView {
166166
name: string;
167167

168168
/**
169-
* The source configuration for the Agent.
169+
* Agent source configuration.
170170
*/
171171
source?: Shared.AgentSource | null;
172172

@@ -192,7 +192,7 @@ export interface AgentCreateParams {
192192
name: string;
193193

194194
/**
195-
* The source configuration for the Agent.
195+
* Agent source configuration.
196196
*/
197197
source?: Shared.AgentSource | null;
198198

0 commit comments

Comments
 (0)