Sisyphus
bb365f172e
feat(panel): show Luker browser cache status
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-03 15:24:34 +00:00
Youzini-afk
a070e04e56
fix(panel): prevent UI freeze when opening panel during extraction
...
Root cause: onStreamProgress callback fires 20-50x/sec during LLM streaming,
each calling setLastExtractionStatus with syncRuntime=true (default), which
triggers setRuntimeStatus -> refreshPanelLiveState() -> _refreshDashboard().
_refreshDashboard iterates all graph nodes (.filter x2) and performs heavy
DOM updates each time. When the panel is open, this blocks the main thread.
Fixes:
1. panel.js: Add requestAnimationFrame throttle to refreshLiveState() with
minimum 80ms gap between actual DOM refreshes. Rapid calls are collapsed
into a single animation frame, preventing main thread saturation.
2. extraction-controller.js: Change onStreamProgress to use syncRuntime=false
so streaming updates no longer trigger setRuntimeStatus (which would also
update the floating ball on each chunk).
3. recall-controller.js: Same fix for recall onStreamProgress which had
the identical syncRuntime=true issue.
2026-04-29 17:03:49 +08:00
Youzini-afk
97c325e631
Animate maintenance mode indicator
2026-04-29 16:15:34 +08:00
Youzini-afk
b7c077ed21
Implement background maintenance post-process queue
2026-04-29 16:01:32 +08:00
Youzini-afk
899774d636
feat: add maintenance concurrency modes
2026-04-29 14:25:16 +08:00
Youzini-afk
d956de4a61
Add post-generation extraction toggle
2026-04-29 03:38:24 +08:00
Youzini-afk
8979b89646
feat(authority): harden jobs repair and diagnostics
2026-04-28 19:35:06 +08:00
Youzini-afk
07188feeb1
feat(authority): compare performance baselines
2026-04-28 18:27:12 +08:00
Youzini-afk
7f3ea4f36f
feat(authority): add diagnostics artifact manifest UX
2026-04-28 18:12:01 +08:00
Youzini-afk
dc76d1ea4c
feat(authority): add consistency repair actions
2026-04-28 17:48:52 +08:00
Youzini-afk
e1d6d3193a
feat(authority): add diagnostics baseline ux
2026-04-28 17:05:47 +08:00
Youzini-afk
3a6f577678
feat(authority): add checkpoint audit scaffolding
2026-04-28 16:49:14 +08:00
Youzini-afk
d5dd4b64a8
feat(authority): surface recent jobs in panel
2026-04-28 16:25:58 +08:00
Youzini-afk
cabbe72e23
feat(authority): track job status in panel
2026-04-28 15:35:18 +08:00
Youzini-afk
217573e8bb
feat(authority): export diagnostics bundle
2026-04-28 15:16:09 +08:00
Youzini-afk
1018376c85
Add Authority jobs task backend
2026-04-28 03:53:56 +08:00
Youzini-afk
8c489bf1c7
feat(ui): show hidden floor count and render limit
2026-04-25 16:37:50 +08:00
Youzini-afk
0daf723fd1
fix: auto-repair malformed memory scope regions
2026-04-23 18:48:30 +08:00
Youzini-afk
efff3b15b3
Integrate ENA planner task profiles
2026-04-23 16:26:32 +08:00
Youzini-afk
3f9d8a2aed
feat: reuse shared llm presets for ena planner
2026-04-23 15:39:18 +08:00
Youzini-afk
a86f91991d
feat: integrate ena planner into native bme panel
2026-04-23 15:25:25 +08:00
Youzini-afk
07d7721cf8
fix: restore panel preload status strip markup
2026-04-23 14:14:57 +08:00
Youzini-afk
a28acb0bc0
refactor: remove redundant task monitor UI
2026-04-23 14:01:45 +08:00
Youzini-afk
9aa4b3ba26
feat: add master plugin toggle
2026-04-23 12:55:17 +08:00
Youzini-afk
c1caa79eb4
Integrate native rollout UI and tune hydrate gating
2026-04-22 21:24:47 +08:00
Youzini-afk
cfc122244a
perf: optimize persist/load P1 hot paths
2026-04-22 18:34:56 +08:00
Youzini-afk
b1937336bd
Make persistence diagnostics detail two-column
2026-04-22 17:16:40 +08:00
Youzini-afk
b849117646
Add persistence load and commit attribution diagnostics
2026-04-22 17:12:09 +08:00
Youzini-afk
d2c3d1f5dd
Add persistence and retrieval observability with native delta gating
2026-04-21 20:32:20 +08:00
Youzini-afk
fb60502b55
Add cognition owner management flows
2026-04-20 15:35:49 +08:00
Youzini-afk
1199f7d828
refactor: rebalance persistence panel summary
2026-04-15 22:20:58 +08:00
Youzini-afk
3ba9437899
fix: always show persistence repair actions in actions tab
2026-04-15 21:51:16 +08:00
Youzini-afk
be9e0ef719
refactor: move persistence repair actions into actions tab
2026-04-15 21:33:00 +08:00
Youzini-afk
359a2a07b7
feat: deepen luker host integration
2026-04-15 21:20:08 +08:00
Youzini-afk
22bf3cf588
fix: clear stale recovery sources during graph cleanup
2026-04-15 15:43:12 +08:00
Youzini-afk
2ba374f4fb
fix: harden mobile indexeddb persistence path
2026-04-15 15:14:24 +08:00
Youzini-afk
1f2cddb2a3
fix: settle mobile local persistence loading state
2026-04-15 15:02:28 +08:00
Youzini-afk
360dfe3f19
feat: harden Luker sidecar persistence flow
2026-04-15 13:46:27 +08:00
Hao19911125
70e488df53
Make task memory browser search manual
2026-04-14 22:03:07 +08:00
Youzini-afk
3356e809c7
fix: restore task timeline details and bump recall default
2026-04-14 20:15:43 +08:00
Youzini-afk
1867662653
fix: align cleanup actions with opfs storage
2026-04-14 19:55:30 +08:00
Youzini-afk
c12956f674
feat: promote opfs v2 as default local store
2026-04-14 19:34:44 +08:00
Youzini-afk
6c808ed5ad
fix: harden panel entry bootstrap
2026-04-14 16:59:47 +08:00
Youzini-afk
33b8d298f7
fix: harden persistence tiers and opfs durability
2026-04-14 15:44:21 +08:00
Youzini-afk
e4ab3ac41d
perf: optimize persist-delta snapshot reuse and diagnostics
2026-04-13 18:21:32 +08:00
Youzini-afk
67cf5fe7fa
perf: add hash compact persist-delta bridge mode
2026-04-13 16:37:59 +08:00
Youzini-afk
b16785e56f
perf: optimize persist delta gating and diagnostics
2026-04-13 16:11:43 +08:00
Youzini-afk
d3a547cd7b
feat(ui): use mobile memory popup in task monitor
2026-04-13 02:08:20 +08:00
Youzini-afk
a1a570f637
ui: add graph render toggle to pause heavy graph rendering
2026-04-13 01:04:57 +08:00
Youzini-afk
aed3154a52
ui: add floor number search to memory browser (task + graph tabs)
2026-04-13 00:11:21 +08:00