Youzini-afk
47ffd5413d
refactor(terminology): 层级总结为主路径,synopsis 标记为旧式全局概要
...
- README: 明确 summaryState 为主总结体系,legacy synopsis 为兼容兜底
- prompt-profiles: synopsis 任务标签改为「小总结」
- schema/task-graph-stats/panel: synopsis 节点显示为「全局概要(旧)」
- index.js: fallback 状态文案改为「旧式全局概要生成/更新中」
- p0-regressions: 同步更新断言字符串
2026-04-12 17:58:05 +08:00
youzini
c34b49490a
Merge pull request #33 from Hao19911125/main
...
悬浮按钮对于手动存储操作的提示修正
2026-04-12 16:50:44 +08:00
Youzini-afk
b31088cc35
fix: IndexedDB probe 失败后不再永久卡在 loading,重试耗尽后回退到 blocked
...
- index.js: 新增 reconcileIndexedDbProbeFailureState,后台 probe 失败时先有限重试,耗尽后切到 blocked
- index.js: scheduleIndexedDbGraphProbe 的 .then/.catch 均接入 reconcile 逻辑
- index.js: createGraphLoadUiStatus blocked 文案更新
- ui/panel.js: _getGraphLoadLabel blocked 文案更新,不再误导为元数据未就绪
- tests/graph-persistence.mjs: 新增 manager-unavailable / read-failed 回归
- tests/graph-persistence.mjs: harness 支持 __indexedDbExportSnapshotShouldThrow / __indexedDbGetCurrentDbShouldThrow
2026-04-12 16:50:02 +08:00
Hao19911125
a7e632df1e
Merge branch 'Youzini-afk:main' into main
2026-04-12 16:22:42 +08:00
Hao19911125
1945dd3ec9
Refine manual cloud backup FAB feedback
2026-04-12 16:21:26 +08:00
Youzini-afk
3f7dd0d727
feat: persist extract action mode selection across panel sessions
...
- Add extractActionMode setting (default: pending) to settings-defaults.js
- Panel refresh restores dropdown from settings.extractActionMode
- Dropdown change event persists selection via _patchSettings
- Extract button reads settings as fallback when DOM value missing
- Add default value assertion in tests/default-settings.mjs
2026-04-12 12:53:08 +08:00
Youzini-afk
fdfc15303b
fix: stabilize mobile graph dragging and resize
2026-04-11 23:20:26 +08:00
Youzini-afk
898698364e
perf: reduce graph panel refresh churn during streaming
2026-04-11 23:07:06 +08:00
Youzini-afk
1a2e9ac33d
feat: auto-detect dedicated memory llm providers
2026-04-11 22:23:18 +08:00
Youzini-afk
0cb95c4f2b
phase2-4 recall prompt-flow hardening
2026-04-11 18:51:59 +08:00
Youzini-afk
2e57ffce04
refactor: move extract tuning controls into advanced section
2026-04-11 16:47:10 +08:00
Youzini-afk
3e37600399
feat: integrate phase3/4 settings UI and add phase4/5 regressions
2026-04-11 16:39:38 +08:00
Youzini-afk
1834bc1d24
refactor: stabilize persistence delta commit flow
2026-04-11 13:57:03 +08:00
Youzini-afk
dd791856c2
Fix mobile graph touch mouse interaction
2026-04-11 02:05:18 +08:00
Youzini-afk
b2d8fcc7a1
Fix processed history hash rebuild after recovery
2026-04-11 01:45:47 +08:00
Youzini-afk
f37c5de761
Fix persistence pending gating and add repair actions
2026-04-11 00:21:16 +08:00
Youzini-afk
47a0fe8150
Restore mobile panel UI refinements
2026-04-10 23:47:39 +08:00
Youzini-afk
53672fa751
Fix manual backup manifest filename handling
2026-04-10 19:49:10 +08:00
Hao19911125
9a6645609c
Merge branch 'main' into main
2026-04-10 19:06:23 +08:00
Youzini-afk
7b1f125e17
Move summary clear into cleanup
2026-04-10 18:56:31 +08:00
Youzini-afk
38237d8474
Unify rerun and summary range inputs
2026-04-10 18:48:29 +08:00
Youzini-afk
9ec1e4ac34
Tighten rerun range input layout
2026-04-10 18:44:04 +08:00
Hao19911125
965e5dff0a
Merge branch 'main' into main
2026-04-10 18:43:42 +08:00
Hao19911125
4423034007
Fix stale pending persistence gate
2026-04-10 18:42:15 +08:00
Youzini-afk
517abc6a30
Refactor rerun and summary rebuild ranges
2026-04-10 18:38:54 +08:00
Hao19911125
f7aef9776b
Merge branch 'main' into main
2026-04-10 18:09:40 +08:00
Hao19911125
26bd1de96b
Fix panel UTF-8 corruption and restore backup UI
2026-04-10 18:02:11 +08:00
Hao19911125
09b6e1e566
Add manual cloud backup controls and manager modal
2026-04-10 17:26:57 +08:00
Youzini-afk
6882087c67
Refactor recall LLM selection protocol
2026-04-10 16:24:53 +08:00
Youzini-afk
7faa9cfc7f
Refactor extraction persistence into two-stage status model
2026-04-10 01:19:56 +08:00
Youzini-afk
5c9a8a9df1
Normalize mistaken user owners across extraction and cognition
2026-04-09 23:38:40 +08:00
Youzini-afk
3e90c64310
Fix cognition owner label collisions in UI
2026-04-09 23:12:24 +08:00
Youzini-afk
622390d056
feat: redesign regex editor as single column
2026-04-09 21:18:28 +08:00
Youzini-afk
4d1077754c
feat: redesign prompt block editor as single column
2026-04-09 20:36:26 +08:00
Youzini-afk
77eedb6b7c
Add dev CI and fix summary view toggle
2026-04-09 15:10:22 +08:00
Youzini-afk
e4feda5471
Add hierarchical summary frontier system
2026-04-09 14:50:52 +08:00
Youzini-afk
14a0dbe59d
Fix legacy task regex migration compatibility
2026-04-09 12:11:57 +08:00
Hao19911125
1a987fbcae
Visually separate global regex navigation
2026-04-09 10:39:27 +08:00
Hao19911125
beb77fb5a2
Make global regex a top-level task page
2026-04-09 10:27:23 +08:00
Hao19911125
3533aeab18
Add global task regex migration and UI
2026-04-09 10:06:29 +08:00
Youzini-afk
922b716ff6
Fix host regex reuse for extraction inputs
2026-04-09 00:28:29 +08:00
Youzini-afk
6eda432de4
feat: allow editing node scope regions
2026-04-08 23:07:22 +08:00
Youzini-afk
3dc0312c8c
feat: localize ai monitor ui
2026-04-08 22:58:51 +08:00
Youzini-afk
323e1fd5b0
feat: add story timeline layer
2026-04-08 22:41:49 +08:00
Youzini-afk
d7989303d9
feat: support multi-owner scene recall anchors
2026-04-08 21:29:36 +08:00
Youzini-afk
835303d4fb
feat(ui): upgrade AI Monitor trace cards with status dots, governance tags, fold/expand
...
- Status dot indicators (success/error/running) with color and pulse animation
- Governance tag pills: worldinfo, EJS, regex, cleaning, error
- Fold/expand toggle with chevron rotation via is-collapsed class
- Timeline connector lines between trace cards
- Task type labels in Chinese (提取/召回/压缩/遗忘/进化/向量)
- Show up to 8 recent tasks (was 6)
2026-04-08 20:22:25 +08:00
Youzini-afk
8843ea7f3b
feat: default AI Monitor to enabled
2026-04-08 20:17:26 +08:00
Youzini-afk
eaefda5dd5
fix(ui): remove extra </div> that broke twin-panel layout
2026-04-08 20:08:21 +08:00
Youzini-afk
8014baabd4
feat(ui): add Cognitive View tab + mobile graph redesign + fullscreen overlay
...
- Desktop: graph toolbar title → dual tab switcher (实时图谱 | 认知视图)
- Cognitive View: owners list with avatar, metrics grid, chip groups, manual override, space tools, AI Monitor mini
- Mobile: replace unreadable 200px canvas preview with tabbed layout (图谱摘要 | 认知视图)
- Mobile: add fullscreen graph overlay with zoom controls
- Dashboard: simplify cognition card to KV summary + jump-to-view button
- CSS: ~800 lines new styles for all components with responsive breakpoints
- JS: 14 new render functions, event delegation, view switching logic
2026-04-08 19:52:00 +08:00
Youzini-afk
a4fed87e6e
feat(cognition): finish multi-character knowledge and monitor workflow
2026-04-08 18:21:38 +08:00