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
Rick Hightower edited this page Jul 29, 2026
·
2 revisions
TopicRefiner/ContentInjector/TOCGenerator/SkillGenerator need llmClient.ts routing before UI wiring
01KYJW5XJ5HTG7ESZ7DDDS8W0C · subtask/bug · done
These modules call cliWrappers.ts's callLLM directly, which uses Bun.spawn -- only callable from a real Bun process, never from browser-executed React code (Bun is undefined in the browser; confirmed via typeof Bun === 'undefined' in a live browser test).