Skip to content

Releases: clankercloud/clanker-cli

0.0.5

11 Apr 17:15
b1ebabc

Choose a tag to compare

feat: add OpenAI Codex OAuth sign-in support

Add clanker auth login/logout/status commands for OpenAI OAuth.

- PKCE OAuth flow with auth.openai.com using Codex public client ID
- Token storage at ~/.clanker/openai-auth.json with auto-refresh
- Codex Responses API client with streaming support
- CLI ask/askWithHistory routes through Codex when OAuth is active
- Required state parameter for OAuth authorize request