mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-04 12:52:43 +02:00
- Add github-copilot-auth.ts: Complete Device Flow authentication service with token management and refresh logic - Add github-copilot-models.ts: Model discovery and LLM provider integration for GitHub Copilot - Make createProvider() async to support Device Flow OAuth authentication - Update all createProvider() calls to await the async result - Ensure proper token storage/retrieval from oauth.json - Support automatic token refresh with fallback to re-authentication - Add error handling for expired tokens and authentication failures - All packages compile successfully without errors |
||
|---|---|---|
| .. | ||
| apps | ||
| packages | ||
| .gitignore | ||
| eslint.config.mts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||