Chris Scott
Chris Scott
### Which API Provider are you using? OpenAI Compatible ### Which Model are you using? Any Model, But Qwen2.5 72B ### What happened? get 400 no body error code I...
config for theme consistency and iOS standalone mode - Modified manifest.ts to ensure proper metadata - Added display: standalone for iOS PWA behavior
## Summary Fixes a race condition where `onMount()` was called before the `prompt` ref was initialized, causing a "undefined is not an object (evaluating 'prompt.set')" error when starting a new...
### Description ``` TypeError: undefined is not an object (evaluating 'prompt.set') at (src/cli/cmd/tui/routes/home.tsx:120:7) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:943:36) at runUpdates...