Skip to content

Commit 2f57bf6

Browse files
feat: Add Codex as a third-party Oz harness.
1 parent 9e8dff6 commit 2f57bf6

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: 22
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-f5a88aa4f1991447272228b7024ebfbec99d31706b8806058917a3f90dd39d00.yml
3-
openapi_spec_hash: 1952fae99172f1adaf35d800b0d63936
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c3f87d920653b2a483226549626a30481124471e57ff0a4d869597d79a0a172f.yml
3+
openapi_spec_hash: 9633e85587b7b96b381c4c29319cc1f2
44
config_hash: 44a1e8f98607a5cf03815a63bae63453

src/resources/agent/agent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@ export namespace AmbientAgentConfig {
300300
* - oz: Warp's built-in harness (default)
301301
* - claude: Claude Code harness
302302
* - gemini: Gemini CLI harness
303+
* - codex: Codex CLI harness
303304
*/
304-
type?: 'oz' | 'claude' | 'gemini';
305+
type?: 'oz' | 'claude' | 'gemini' | 'codex';
305306
}
306307

307308
/**

0 commit comments

Comments
 (0)