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
6 changes: 6 additions & 0 deletions src/Stripe.net/Infrastructure/Public/SystemNetHttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,19 @@ private static readonly Lazy<System.Net.Http.HttpClient> LazyDefaultHttpClient

internal static readonly (string EnvVar, string Slug)[] AIAgents = new (string EnvVar, string Slug)[]
{
// 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"),

// The end of the section generated from our OpenAPI spec
};

// Deprecated in .NET 9; but tls 1.2 became a default after .NET Framework 4.7
Expand Down
Loading