Skip to content

Commit fb26cb3

Browse files
authored
make agent_env_vars visible (#15)
1 parent 61c7d48 commit fb26cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AgentDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class AgentDetector
88
{
9-
protected const AGENT_ENV_VARS = [
9+
public const AGENT_ENV_VARS = [
1010
'CURSOR_AGENT' => KnownAgent::Cursor,
1111
'GEMINI_CLI' => KnownAgent::Gemini,
1212
'CODEX_SANDBOX' => KnownAgent::Codex,

0 commit comments

Comments
 (0)