mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
fix(app): devtools, session load churn, and stream batch flicker
- Add solid-devtools Vite plugin with locator (jsx/component locations) and @solid-devtools/overlay, loaded before render in dev only. - Treat baseline message fetch as complete for empty transcripts so ensureSessionLoaded does not refetch on every prefetch/subagent ensure. - When streaming delivers the first rows while non-idle, sync the batched message list immediately so the blueprint empty state does not flash. Made-with: Cursor
This commit is contained in:
4
apps/app/src/solid-devtools-dev.ts
Normal file
4
apps/app/src/solid-devtools-dev.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import "solid-devtools";
|
||||
import { attachDevtoolsOverlay } from "@solid-devtools/overlay";
|
||||
|
||||
attachDevtoolsOverlay({ defaultOpen: false });
|
||||
Reference in New Issue
Block a user