rowboat/apps/x
Rowboat Developer b7866e3067 Feat: Implement real GitHub Copilot Device Flow authentication UI
- Add IPC handlers for github-copilot:authenticate, isAuthenticated, disconnect
- Add schema definitions for new IPC handlers in shared/ipc.ts
- Implement Device Flow authentication button with real flow
- Show device code and verification URL to user when authenticating
- Automatically open GitHub verification page in browser
- Auto-load models after successful authentication
- Update GitHub Copilot model list (gpt-4o, gpt-4-turbo, gpt-3.5-turbo, claude-3.5-sonnet)
- Display loading state and error messages in UI
- Properly integrate with existing auth service

This fixes the broken authentication flow where the button didn't do anything.
2026-04-17 09:56:32 -05:00
..
apps Feat: Implement real GitHub Copilot Device Flow authentication UI 2026-04-17 09:56:32 -05:00
packages Feat: Implement real GitHub Copilot Device Flow authentication UI 2026-04-17 09:56:32 -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-lock.json Fix: Display GitHub Copilot Student in UI and add model discovery 2026-04-17 09:43:51 -05:00
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