Skip to content

Commit e96ca1a

Browse files
feat(api): add agent_execution_cnf capability to runners
1 parent 0c94086 commit e96ca1a

2 files changed

Lines changed: 4 additions & 3 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: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-17898495c070ff2b83528ccf268ff3a7426ccabe697c19ca5fe034daa7f76ed0.yml
3-
openapi_spec_hash: fc0b1da285521ddbb5293a228b31b51f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod/gitpod-163329b61609d5c35f782faa460b99ad014584f1f0746d863c5612d6ee6e2c4b.yml
3+
openapi_spec_hash: 97bfee064dda4a0e940140c91fec5206
44
config_hash: e7d6e90c037f5d495ae913f3806471fd

src/resources/runners/runners.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ export type RunnerCapability =
659659
| 'RUNNER_CAPABILITY_WARM_POOL'
660660
| 'RUNNER_CAPABILITY_ASG_WARM_POOL'
661661
| 'RUNNER_CAPABILITY_PORT_AUTHENTICATION'
662-
| 'RUNNER_CAPABILITY_HORIZONTAL_SCALING';
662+
| 'RUNNER_CAPABILITY_HORIZONTAL_SCALING'
663+
| 'RUNNER_CAPABILITY_AGENT_EXECUTION_CNF';
663664

664665
export interface RunnerConfiguration {
665666
/**

0 commit comments

Comments
 (0)