Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions stripe/_api_requestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,18 @@ def specific_oauth_error(self, rbody, rcode, resp, rheaders, error_code):
return None

AI_AGENTS = [
# aiAgents: The beginning of the section generated from our OpenAPI spec
("ANTIGRAVITY_CLI_ALIAS", "antigravity"),
("CLAUDECODE", "claude_code"),
("CLINE_ACTIVE", "cline"),
("CODEX_SANDBOX", "codex_cli"),
("CODEX_THREAD_ID", "codex_cli"),
("CODEX_SANDBOX_NETWORK_DISABLED", "codex_cli"),
("CODEX_CI", "codex_cli"),
("CURSOR_AGENT", "cursor"),
("GEMINI_CLI", "gemini_cli"),
("OPENCODE", "open_code"),
# aiAgents: The end of the section generated from our OpenAPI spec
]

@staticmethod
Expand Down