arisa 2.0.7 → 2.0.8

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.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Arisa - dynamic agent runtime with daemon/core architecture that evolves through user interaction",
5
5
  "preferGlobal": true,
6
6
  "bin": {
@@ -15,6 +15,7 @@ import { buildBunWrappedAgentCliCommand } from "../shared/ai-cli";
15
15
  const log = createLogger("daemon");
16
16
 
17
17
  const AUTH_HINT_PATTERNS = [
18
+ /codex login is required/i,
18
19
  /codex.*login --device-auth/i,
19
20
  /codex is not authenticated on this server/i,
20
21
  /missing bearer authentication in header/i,