Skip to content

Commit 16239a0

Browse files
committed
remove GoogleAgent and NovaAct
1 parent faaad7d commit 16239a0

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

plugins/BotTracking/BotDetector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class BotDetector
3232
'Perplexity-User' => 'ai_assistant',
3333
'Google-NotebookLM' => 'ai_assistant',
3434
'Devin' => 'ai_assistant',
35-
36-
// should below be agents instead?
37-
'GoogleAgent' => 'ai_assistant',
38-
'NovaAct' => 'ai_assistant',
3935
];
4036

4137
public function __construct(string $userAgent)

plugins/BotTracking/tests/Integration/Tracker/BotRequestProcessorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ public function getBotUserAgents(): array
159159
['Gemini-Deep-Research/1.0', 'Gemini-Deep-Research'],
160160
['Claude-User/3.0', 'Claude-User'],
161161
['Perplexity-User/1.0', 'Perplexity-User'],
162-
['GoogleAgent/1.0', 'GoogleAgent'],
163162
['Devin/1.0', 'Devin'],
164-
['NovaAct/1.0', 'NovaAct'],
165163
];
166164
}
167165

plugins/BotTracking/tests/Integration/TrackerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ public function getBotUserAgents(): array
7575
['Gemini-Deep-Research/1.0', 'Gemini-Deep-Research', 'ai_assistant'],
7676
['Claude-User/3.0', 'Claude-User', 'ai_assistant'],
7777
['Perplexity-User/1.0', 'Perplexity-User', 'ai_assistant'],
78-
['GoogleAgent/1.0', 'GoogleAgent', 'ai_assistant'],
7978
['Devin/1.0', 'Devin', 'ai_assistant'],
80-
['NovaAct/1.0', 'NovaAct', 'ai_assistant'],
8179
];
8280
}
8381

plugins/BotTracking/tests/Unit/BotDetectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ public function getBotUserAgents(): array
6767
['Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Perplexity-User/1.0; +https://perplexity.ai/perplexity-user)', 'Perplexity-User', 'ai_assistant'],
6868
['Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36; Devin/1.0; +devin.ai', 'Devin', 'ai_assistant'],
6969
['Google-NotebookLM', 'Google-NotebookLM', 'ai_assistant'],
70-
['Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.7339.16 Safari/537.36 Agent-NovaAct/0.9', 'NovaAct', 'ai_assistant'],
71-
['GoogleAgent/1.0', 'GoogleAgent', 'ai_assistant'],
7270

7371
];
7472
}

0 commit comments

Comments
 (0)