arisa 2.3.32 → 2.3.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arisa",
3
- "version": "2.3.32",
3
+ "version": "2.3.33",
4
4
  "description": "Arisa - dynamic agent runtime with daemon/core architecture that evolves through user interaction",
5
5
  "keywords": [
6
6
  "tinyclaw",
@@ -20,7 +20,10 @@ const AUTH_HINT_PATTERNS = [
20
20
  /please run \/login/i,
21
21
  /invalid.*api.?key/i,
22
22
  /authentication.*failed/i,
23
+ /failed to authenticat/i,
23
24
  /not authenticated/i,
25
+ /authentication_error/i,
26
+ /invalid.*bearer.*token/i,
24
27
  /ANTHROPIC_API_KEY/,
25
28
  /api key not found/i,
26
29
  /invalid x-api-key/i,