Skip to content

Commit 76f0a17

Browse files
feat: Add protocol, launch etc arguments to attach axon grpc, persist them in the db (#8564)
1 parent 3aae2ca commit 76f0a17

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 109
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-278ae77dcf804cd28eda8546ee0bc6ac95f02cdf571e89f257166913b7f4099a.yml
3-
openapi_spec_hash: a29714be5cdaad5ed4f05bd45a5377a1
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-2b3cbb2a02e1e261f8d057e6ed0f10d109c8a19ddc95b87438dd2dab0f07f894.yml
3+
openapi_spec_hash: a7730acfaa14d18dc3c0258841efc150
44
config_hash: ecb1ff09d29b565ed1452b5e0362e64d

src/resources/shared.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,14 @@ export interface BrokerMount {
161161
type: 'broker_mount';
162162

163163
/**
164-
* Binary to launch the agent (e.g., 'opencode'). Used by ACP broker.
164+
* Binary to launch the agent (e.g., 'opencode'). Used by protocols that launch a
165+
* subprocess (acp, claude_json, codex_app_server).
165166
*/
166167
agent_binary?: string | null;
167168

168169
/**
169-
* Arguments to pass to the agent command (e.g., ['acp']). Used by ACP broker.
170+
* Arguments to pass to the agent command (e.g., ['acp']). Used by protocols that
171+
* launch a subprocess (acp, claude_json, codex_app_server).
170172
*/
171173
launch_args?: Array<string> | null;
172174

0 commit comments

Comments
 (0)