Skip to content

Commit 5b1fc8f

Browse files
add new agent keys (stripe#1807)
1 parent e6fa778 commit 5b1fc8f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/stripe/api_requestor.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,13 +1093,18 @@ def self.uname_from_system_ver
10931093
end
10941094

10951095
AI_AGENTS = [
1096+
# aiAgents: The beginning of the section generated from our OpenAPI spec
10961097
%w[ANTIGRAVITY_CLI_ALIAS antigravity],
10971098
%w[CLAUDECODE claude_code],
10981099
%w[CLINE_ACTIVE cline],
10991100
%w[CODEX_SANDBOX codex_cli],
1101+
%w[CODEX_THREAD_ID codex_cli],
1102+
%w[CODEX_SANDBOX_NETWORK_DISABLED codex_cli],
1103+
%w[CODEX_CI codex_cli],
11001104
%w[CURSOR_AGENT cursor],
11011105
%w[GEMINI_CLI gemini_cli],
11021106
%w[OPENCODE open_code],
1107+
# aiAgents: The end of the section generated from our OpenAPI spec
11031108
].freeze
11041109

11051110
def self.detect_ai_agent(env = ENV)

0 commit comments

Comments
 (0)