You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update companion app URL from mcp.abs.xyz to cli.abs.xyz
The domain was changed; the old URL redirects with a 308 which the
CLI's fetch doesn't follow, causing a 403 on onboarding.
Bumps CLI to 0.1.2.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@@ -267,7 +267,7 @@ No. The Privy policy attached to your signer defines hard limits enforced server
267
267
268
268
### What is the companion app?
269
269
270
-
The companion app ([mcp.abs.xyz](https://mcp.abs.xyz)) is a hosted web interface where you approve or revoke agent signers. It handles the Privy signer registration flow and sends a cryptographically signed callback token back to the CLI. You only need it during `auth init` and `auth revoke` — normal CLI usage does not require the browser.
270
+
The companion app ([cli.abs.xyz](https://cli.abs.xyz)) is a hosted web interface where you approve or revoke agent signers. It handles the Privy signer registration flow and sends a cryptographically signed callback token back to the CLI. You only need it during `auth init` and `auth revoke` — normal CLI usage does not require the browser.
0 commit comments