We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fa778 commit 5b1fc8fCopy full SHA for 5b1fc8f
1 file changed
lib/stripe/api_requestor.rb
@@ -1093,13 +1093,18 @@ def self.uname_from_system_ver
1093
end
1094
1095
AI_AGENTS = [
1096
+ # aiAgents: The beginning of the section generated from our OpenAPI spec
1097
%w[ANTIGRAVITY_CLI_ALIAS antigravity],
1098
%w[CLAUDECODE claude_code],
1099
%w[CLINE_ACTIVE cline],
1100
%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],
1104
%w[CURSOR_AGENT cursor],
1105
%w[GEMINI_CLI gemini_cli],
1106
%w[OPENCODE open_code],
1107
+ # aiAgents: The end of the section generated from our OpenAPI spec
1108
].freeze
1109
1110
def self.detect_ai_agent(env = ENV)
0 commit comments