You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Opencode v0.3.131, Gemini 2.5 Pro (Preview) via GitHub Copilot.
Whenever a model tries to run a command that then requires some sort of interactive prompts (like when installing SvelteKit, or NextJS that asks for several options using the keyboard), Opencode timeouts because it doesn't interact with it.
It tries several ways until it gives up.
my prompt:
"Inside the test folder in my home directory create a SvelteKit app using the latest documentation in https://svelte.dev/docs/kit/creating-a-project. Use PNPX and PNPM instead of NPX and NPM".