- 15 Apr, 2026 12 commits
- 14 Apr, 2026 2 commits
- 12 Apr, 2026 1 commit
-
-
Your Name authored
-
- 11 Apr, 2026 8 commits
- 09 Apr, 2026 17 commits
-
-
Your Name authored
Fix Kilo OAuth2 500 errors with retry logic: - Root cause: Vercel edge node cdg1 returning 500 errors - Added retry logic with exponential backoff (3 attempts) - Logs Vercel edge node ID to track which node handles request - Retries automatically route to different edge nodes - Delays: 1s, 2s, 4s between retries
-
Your Name authored
Add detailed request/response logging for Kilo OAuth2: - Log exact request URL, headers, and body - Log httpx version being used - Log complete response status, headers, and body - This will help diagnose the 500 error difference between local and remote
-
Your Name authored
Add explicit headers to Kilo OAuth2 device auth request: - Added Content-Length: 0 header - Added User-Agent header - Attempting to fix 500 error on remote servers
-
Your Name authored
Fix Kilo OAuth2 device auth for remote servers: - Changed from data={} to explicit content=b'' with Content-Type header - This ensures proper form-urlencoded POST request format - Fixes 500 error when calling from remote servers behind nginx -
Your Name authored
-
Your Name authored
- Added version number to debug startup message - Fixed Kilo OAuth2 device auth endpoint (form encoding) - Fixed dashboard save endpoints (rotations/autoselect) - Fixed analytics page template syntax error - Fixed Kilo provider model prefetch at startup - Added favicon to PyPI package
-
Your Name authored
Fixes: - Kilo OAuth2 device auth endpoint now uses form encoding instead of JSON - Final fix for Kilo device auth 500 Internal Server Error
-
Your Name authored
Fixes: - Kilo OAuth2 device auth initiation 500 error (missing empty json payload) - Kilo provider model prefetch at startup for OAuth2 credentials - Rotations save endpoint 500 error - Autoselect save endpoint config shadowing bug - Analytics page Jinja2 TemplateSyntaxError
-
Your Name authored
Fixes: - Kilo provider model prefetch at startup for OAuth2 credentials - Rotations save endpoint 500 error (form parameter mismatch, config shadowing) - Autoselect save endpoint config shadowing bug - Analytics page Jinja2 TemplateSyntaxError (missing closing parenthesis) - FormData JSON serialization in validation error handler
-
Your Name authored
v0.99.7 - Fixed undefined provider_key variable bug in OAuth2 handlers, fixed config shadowing bug in rotations save handler
-
Your Name authored
- Remove automatic model detection during provider save operations - OAuth2 providers now only show models when 'Get Models from Provider' is clicked - Users have full control over when models are fetched and saved - Bump version to 0.99.6
-
Your Name authored
- Fixed malformed url_for() calls with extra quotes in providers.html - Corrected uploadCodexFile function JavaScript syntax - Fixed remaining hardcoded OAuth2 URLs - All JavaScript template syntax errors resolved - Updated version in setup.py, pyproject.toml, aisbf/__init__.py, and PYPI.md - Added changelog entry for 0.99.5
-
Your Name authored
- Fixed malformed url_for() calls in uploadCodexFile function (extra quotes) - Fixed hardcoded /dashboard/claude/auth/complete URL to use url_for() - All JavaScript syntax errors resolved for proper template rendering
-
Your Name authored
- Fixed OAuth2 authentication endpoints not respecting reverse proxy subpaths - Updated all OAuth2 JavaScript fetch calls to use url_for() instead of hardcoded /dashboard/ paths - Fixed Claude, Kilo, Codex, and Qwen OAuth2 authentication flows for reverse proxy deployments - Fixed file upload endpoints, rate limits data endpoint, user management endpoints, and autoselect save endpoint - OAuth2 authentication buttons now work correctly behind nginx reverse proxy with /aisbf/ location - Updated version in setup.py, pyproject.toml, aisbf/__init__.py, and PYPI.md - Added changelog entry for 0.99.4
-
Your Name authored
- Fixed malformed Jinja2 template syntax in user_providers.html causing download link issues - Corrected URL generation for authentication file download links - Fixed extension download link in providers.html template - All template syntax errors resolved for proper dashboard rendering - Updated version in setup.py, pyproject.toml, aisbf/__init__.py, and PYPI.md - Added changelog entry for 0.99.3
-
Your Name authored
- Fixed Jinja2 template syntax errors in dashboard templates - Updated version in pyproject.toml, setup.py, and aisbf/__init__.py - Updated PYPI.md and CHANGELOG.md with new version
-
Your Name authored
- Corrected nested template tags in dashboard templates - All fetch() calls and URL generations now use proper url_for syntax - Templates should render correctly now
-