feat(coding-agent): add searchable auth provider login flow (#3572)

This commit is contained in:
Armin Ronacher
2026-04-23 13:42:09 +02:00
committed by GitHub
parent de8c947556
commit 010e9acfe9
5 changed files with 360 additions and 105 deletions

View File

@@ -44,7 +44,7 @@ Use `/logout` to clear credentials. Tokens are stored in `~/.pi/agent/auth.json`
### Environment Variables or Auth File
Set via environment variable:
Use `/login` in interactive mode and select a provider to store an API key in `auth.json`, or set credentials via environment variable:
```bash
export ANTHROPIC_API_KEY=sk-ant-...