rowboat/apps/x
Rowboat Developer 7ce506907a feat: Implement complete GitHub Copilot authentication and integration
- 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
2026-04-17 09:21:58 -05:00
..
apps feat(oauth): enhance Rowboat sign-in process to prevent duplicate users (#489) 2026-04-13 18:15:04 +05:30
packages feat: Implement complete GitHub Copilot authentication and integration 2026-04-17 09:21:58 -05:00
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
pnpm-lock.yaml add mermaid rendering 2026-04-10 18:00:30 +05:30
pnpm-workspace.yaml fix pnpm postinstall 2026-01-21 10:47:44 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30