Skip to content

Commit f3393d1

Browse files
add new agent keys (#1751)
1 parent 1b1a293 commit f3393d1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stripe/_api_requestor.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,18 @@ def specific_oauth_error(self, rbody, rcode, resp, rheaders, error_code):
471471
return None
472472

473473
AI_AGENTS = [
474+
# aiAgents: The beginning of the section generated from our OpenAPI spec
474475
("ANTIGRAVITY_CLI_ALIAS", "antigravity"),
475476
("CLAUDECODE", "claude_code"),
476477
("CLINE_ACTIVE", "cline"),
477478
("CODEX_SANDBOX", "codex_cli"),
479+
("CODEX_THREAD_ID", "codex_cli"),
480+
("CODEX_SANDBOX_NETWORK_DISABLED", "codex_cli"),
481+
("CODEX_CI", "codex_cli"),
478482
("CURSOR_AGENT", "cursor"),
479483
("GEMINI_CLI", "gemini_cli"),
480484
("OPENCODE", "open_code"),
485+
# aiAgents: The end of the section generated from our OpenAPI spec
481486
]
482487

483488
@staticmethod

0 commit comments

Comments
 (0)