youzini
1e32bd6499
refactor(extraction): remove legacy extract prompt path
2026-06-09 06:41:33 +00:00
youzini
a34f02ddb8
test(i18n): add user-visible localization ratchet
2026-06-05 11:50:16 +00:00
youzini
dffc145ada
feat(i18n): localize planner and authority diagnostics
2026-06-05 11:43:02 +00:00
youzini
0003cc00a5
feat(i18n): add UI-only memory label formatter
2026-06-05 11:20:53 +00:00
youzini
e03d5be86f
feat(i18n): localize graph system labels
2026-06-05 11:05:16 +00:00
youzini
ef341dc9b9
feat(i18n): key runtime status text
2026-06-05 10:58:21 +00:00
youzini
517a17d974
feat(i18n): localize panel shell controls
2026-06-05 10:50:51 +00:00
youzini
e06a3ca250
feat(i18n): localize panel shell
2026-06-05 10:45:19 +00:00
youzini
caa4f0565f
fix(panel): keep floating ball inside safe viewport
2026-06-04 18:29:59 +00:00
youzini
33ba21dbec
fix(graph-ui): exit focus on blank graph click
2026-06-04 14:38:29 +00:00
youzini
865b878cd3
fix(graph-ui): govern live graph refreshes
2026-06-04 13:27:23 +00:00
youzini
8789f60541
feat(graph-ui): animate transient memory highlights
2026-06-04 08:20:16 +00:00
youzini
fe18a05147
test(graph-ui): add render diagnostics guardrails
2026-06-04 07:54:24 +00:00
OpenCode
71d39abe22
fix(authority): continue replica sync after partial failures
2026-05-15 17:08:20 +00:00
OpenCode
09fc103f21
fix(authority): clarify replica consistency state
2026-05-15 16:51:48 +00:00
youzini
61db501db0
feat(vector): gate local search by vector manifest
2026-05-15 15:14:17 +00:00
opencode
08fcfda6ac
feat(authority): show automatic upgrade state
2026-05-15 10:38:26 +00:00
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