• Your Name's avatar
    feat: Add Codex provider with OAuth2 Device Authorization Grant support (v0.9.8) · 4bba04b4
    Your Name authored
    - New codex provider type using OpenAI-compatible protocol
    - OAuth2 authentication via Device Authorization Grant flow
    - Provider handler in aisbf/providers/codex.py
    - OAuth2 handler in aisbf/auth/codex.py
    - Dashboard integration with authentication UI
    - Token refresh with automatic retry
    - API key exchange from ID token
    - Updated version to 0.9.8 in setup.py and pyproject.toml
    - Updated CHANGELOG.md, README.md, PYPI.md with Codex documentation
    - Added codex provider configuration to config/providers.json
    4bba04b4
Name
Last commit
Last update
aisbf Loading commit data...
config Loading commit data...
static Loading commit data...
templates Loading commit data...
.gitignore Loading commit data...
.providers.json.swp Loading commit data...
=0.5.0 Loading commit data...
AI.PROMPT Loading commit data...
API_EXAMPLES.md Loading commit data...
CHANGELOG.md Loading commit data...
DEBUG_GUIDE.md Loading commit data...
DOCUMENTATION.md Loading commit data...
KILO_OAUTH2.md Loading commit data...
LICENSE.txt Loading commit data...
MANIFEST.in Loading commit data...
PYPI.md Loading commit data...
README.md Loading commit data...
TODO.md Loading commit data...
aisbf.sh Loading commit data...
build.sh Loading commit data...
clean.sh Loading commit data...
cli.py Loading commit data...
codex-oauth-implementation-guide.md Loading commit data...
main.py Loading commit data...
pyproject.toml Loading commit data...
requirements.txt Loading commit data...
screenshot.png Loading commit data...
setup.py Loading commit data...
start_proxy.sh Loading commit data...
test_google.sh Loading commit data...
test_kiro_models_origin.py Loading commit data...
test_proxy.sh Loading commit data...
test_response_cache.py Loading commit data...