mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-24 21:41:08 +02:00
Onboarding's LLM step predates ChatGPT-subscription support, so the option was reachable in the composer and Settings but missing from first-run setup. Mirrors Settings exactly: when the OpenAI provider card is selected, the ChatGPT subscription sign-in block renders directly under the OpenAI API-key field (gated on llmProvider === "openai", same as settings-dialog.tsx), reusing the existing useChatGPT hook / chatgpt:* IPC — a nested block, NOT a standalone provider card. ChatGPT never enters the LlmProviderFlavor union, so the BYOK config/save machinery is untouched. Signing in counts as a connected provider (chatgpt.status.signedIn) so Continue unlocks with no API key, and the block shows the same three-state UI (Sign In / Waiting / Connected + Sign Out) as Settings. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| GRANOLA_PARITY.md | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||