picoclaw/pkg
Cory LaNou 5efe8a2020
feat(auth): add OAuth and token-based login for OpenAI and Anthropic
Add `picoclaw auth` CLI command supporting:
- OpenAI OAuth2 (PKCE + browser callback or device code flow)
- Anthropic paste-token flow
- Token storage at ~/.picoclaw/auth.json with 0600 permissions
- Auto-refresh for expired OAuth tokens in provider

Closes #18

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 11:41:13 -06:00
..
agent refactor(tools): remove duplicate truncate functions and add docs 2026-02-11 20:31:41 +08:00
auth feat(auth): add OAuth and token-based login for OpenAI and Anthropic 2026-02-11 11:41:13 -06:00
bus * First commit 2026-02-09 19:20:19 +08:00
channels Fix typos and update API keys in README 2026-02-11 20:46:01 +08:00
config feat(auth): add OAuth and token-based login for OpenAI and Anthropic 2026-02-11 11:41:13 -06:00
cron refactor(agent): improve code quality and restore summarization 2026-02-11 20:31:41 +08:00
heartbeat * First commit 2026-02-09 19:20:19 +08:00
logger * First commit 2026-02-09 19:20:19 +08:00
providers feat(auth): add OAuth and token-based login for OpenAI and Anthropic 2026-02-11 11:41:13 -06:00
session fix(cron): add one-time reminders and fix data paths to workspace 2026-02-11 20:31:41 +08:00
skills Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00
tools refactor(tools): remove duplicate truncate functions and add docs 2026-02-11 20:31:41 +08:00
utils refactor(agent): improve code quality and restore summarization 2026-02-11 20:31:41 +08:00
voice * Discord & Telegram support ASR through groq 2026-02-10 17:11:42 +08:00