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 61c7d48 commit fb26cb3Copy full SHA for fb26cb3
1 file changed
src/AgentDetector.php
@@ -6,7 +6,7 @@
6
7
class AgentDetector
8
{
9
- protected const AGENT_ENV_VARS = [
+ public const AGENT_ENV_VARS = [
10
'CURSOR_AGENT' => KnownAgent::Cursor,
11
'GEMINI_CLI' => KnownAgent::Gemini,
12
'CODEX_SANDBOX' => KnownAgent::Codex,
0 commit comments