Auth status
Claude subscription login
Drive the OAuth flow against claude.ai via camofox. After starting, copy the magic-link URL from the email Anthropic sends — do not click it — and paste it back here so camofox itself can follow the redirect. That's what seeds camofox's persisted claude.ai session for AutoReAuth; clicking the link in your own browser consumes it before camofox sees it. Tokens land in ~/.claude/.credentials.json where the daemon picks them up.
Endpoints
Register ollama and llama.cpp hosts. Aliases pick one of these by name. Model lists below are live-fetched from each endpoint (30s cache).
Pi supervisor (env-configured, not editable here)
Ollama
Add new endpoint
llama.cpp
Add new endpoint
Model aliases
Aliases are global and cannot be deleted — consumers reference them by name, so removing one would silently break every dependent app. Repoint freely via Edit. Ollama / llama.cpp aliases pick an endpoint registered on the Endpoints tab. Claude aliases pin a short model name (opus / sonnet / haiku) which resolves to the latest versioned ID. Pi is not a valid alias target — it is middleware invoked as pi:<alias-name>.
| Alias | Backend | Endpoint | Model | Description | Updated |
|---|
Add new alias
Test model
Claude: pick a short model name (resolves to the latest version, --effort high). Ollama / llama.cpp: pick a registered alias. Pi: pick the inner alias (ollama / llama.cpp) to run under the agentic harness.