Skip to content

Commit a40afa5

Browse files
feat: Add Gemini as a third-party Oz harness.
1 parent 1c52dcf commit a40afa5

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: 19
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-256ff5878e3bbb3164f39342087829f5114c1918d51212668fe8a1f9c8151e4a.yml
3-
openapi_spec_hash: 900f64d8c755ef60e047b63fe23ace66
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-45c55f7358f117c3291cb54717a97ccb1e7a55691a9cb7541d13064b630030ee.yml
3+
openapi_spec_hash: b50f477080595c2f0b9b4378b2ac774a
44
config_hash: c5fc921cc04f541a85f92299f365eba6

src/resources/agent/agent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,9 @@ export namespace AmbientAgentConfig {
293293
*
294294
* - oz: Warp's built-in harness (default)
295295
* - claude: Claude Code harness
296+
* - gemini: Gemini CLI harness
296297
*/
297-
type?: 'oz' | 'claude';
298+
type?: 'oz' | 'claude' | 'gemini';
298299
}
299300

300301
/**

0 commit comments

Comments
 (0)