Commit Graph

565 Commits

Author SHA1 Message Date
github-actions[bot]
270ceba78f chore: bump manifest version [skip ci] 2026-04-12 04:53:26 +00: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
github-actions[bot]
46bd0bf6c5 chore: bump manifest version [skip ci] 2026-04-12 04:46:21 +00:00
Youzini-afk
a8e3169002 feat: add isContextOnly flag to extraction messages to prevent repeated extraction
- buildExtractionMessages marks messages with isContextOnly (seq < startIdx)
- formatExtractionTranscript inserts section dividers for mixed context/target
- extractor.js Layer 1 prompt splits context review vs extraction target with guidance
- Add tests/extraction-context-only-flag.mjs (7 test cases)
2026-04-12 12:46:05 +08:00
github-actions[bot]
84eaecbecc chore: bump manifest version [skip ci] 2026-04-11 15:20:44 +00:00
Youzini-afk
fdfc15303b fix: stabilize mobile graph dragging and resize 2026-04-11 23:20:26 +08:00
github-actions[bot]
ba09d3b31b chore: bump manifest version [skip ci] 2026-04-11 15:07:23 +00:00
Youzini-afk
898698364e perf: reduce graph panel refresh churn during streaming 2026-04-11 23:07:06 +08:00
github-actions[bot]
b506aaa7c5 chore: bump manifest version [skip ci] 2026-04-11 14:31:08 +00:00
Youzini-afk
b06f49f7f9 merge: sync main into dev after PR #29 2026-04-11 22:30:46 +08:00
github-actions[bot]
4cb00ad96d chore: bump manifest version [skip ci] 2026-04-11 14:23:37 +00:00
Youzini-afk
1a2e9ac33d feat: auto-detect dedicated memory llm providers 2026-04-11 22:23:18 +08:00
youzini
0c882fc647 Merge pull request #29 from Hao19911125/main
提示词查看不触发BME
2026-04-11 22:14:48 +08:00
Hao19911125
943c398fb9 Guard against Tavern Helper prompt viewer fake generations 2026-04-11 22:09:40 +08:00
Hao19911125
0d4a692bbb Merge branch 'Youzini-afk:main' into main 2026-04-11 21:55:40 +08:00
Hao19911125
fb7f59c44e Skip BME on trivial user sends 2026-04-11 21:47:22 +08:00
github-actions[bot]
ce5f9a381c chore: bump manifest version [skip ci] 2026-04-11 13:26:37 +00:00
github-actions[bot]
1033b56a07 chore: bump manifest version [skip ci] 2026-04-11 13:26:31 +00:00
Youzini-afk
b1942727e9 Merge branch 'main' into dev 2026-04-11 21:13:50 +08:00
github-actions[bot]
b81ba30541 chore: bump manifest version [skip ci] 2026-04-11 13:08:08 +00:00
youzini
cca669d39b Merge pull request #28 from Hao19911125/main
MVU额外解析不响应
2026-04-11 21:07:58 +08:00
Hao19911125
ffcad87a90 Merge branch 'Youzini-afk:main' into main 2026-04-11 21:03:40 +08:00
Hao19911125
ddbd4c3c61 Silence BME during MVU extra analysis retry 2026-04-11 20:47:46 +08:00
github-actions[bot]
732ab82775 chore: bump manifest version [skip ci] 2026-04-11 12:43:29 +00:00
Youzini-afk
7d23552ff3 fix(ci): support node 20 module hook fallback 2026-04-11 20:43:18 +08:00
youzini
58b229d5e7 Merge pull request #27 from Youzini-afk/dev
Dev
2026-04-11 20:38:02 +08:00
github-actions[bot]
3cf76a3129 chore: bump manifest version [skip ci] 2026-04-11 12:36:38 +00:00
Youzini-afk
9becc23526 fix(ux): quiet expected history recovery toasts 2026-04-11 20:36:26 +08:00
github-actions[bot]
f3c3256bb3 chore: bump manifest version [skip ci] 2026-04-11 12:03:05 +00:00
Youzini-afk
42bd85b0aa fix(recall): reuse persisted recall on history rerolls 2026-04-11 20:02:52 +08:00
github-actions[bot]
b4ef610091 chore: bump manifest version [skip ci] 2026-04-11 11:42:17 +00:00
Youzini-afk
041b2221e8 ci: skip manifest bump on merged PR pushes 2026-04-11 19:42:04 +08:00
github-actions[bot]
5eee25d17a chore: bump manifest version [skip ci] 2026-04-11 11:38:29 +00:00
Youzini-afk
30046dd66b feat(regex): move contamination cleanup to default global preset 2026-04-11 19:38:17 +08:00
github-actions[bot]
78a451dfe4 chore: bump manifest version [skip ci] 2026-04-11 10:52:21 +00:00
Youzini-afk
0cb95c4f2b phase2-4 recall prompt-flow hardening 2026-04-11 18:51:59 +08:00
github-actions[bot]
3a10dbb9ba chore: bump manifest version [skip ci] 2026-04-11 08:47:24 +00:00
Youzini-afk
2e57ffce04 refactor: move extract tuning controls into advanced section 2026-04-11 16:47:10 +08:00
github-actions[bot]
d6fdac07ff chore: bump manifest version [skip ci] 2026-04-11 08:39:58 +00:00
Youzini-afk
3e37600399 feat: integrate phase3/4 settings UI and add phase4/5 regressions 2026-04-11 16:39:38 +08:00
github-actions[bot]
2803066c1b chore: bump manifest version [skip ci] 2026-04-11 08:05:46 +00:00
Youzini-afk
322752bb43 feat: improve shujuku-compatible extraction and recall input 2026-04-11 16:05:34 +08:00
github-actions[bot]
154e553589 chore: bump manifest version [skip ci] 2026-04-11 06:21:45 +00:00
Youzini-afk
b42157c72d fix: clean up residual mojibake strings in index.js 2026-04-11 14:21:34 +08:00
github-actions[bot]
6ff6f2d9b0 chore: bump manifest version [skip ci] 2026-04-11 05:57:34 +00:00
Youzini-afk
1834bc1d24 refactor: stabilize persistence delta commit flow 2026-04-11 13:57:03 +08:00
github-actions[bot]
ea94ec0cad chore: bump manifest version [skip ci] 2026-04-10 19:07:59 +00:00
Youzini-afk
418679541a Restore cognition references during history rollback 2026-04-11 03:07:18 +08:00
github-actions[bot]
619abbdc60 chore: bump manifest version [skip ci] 2026-04-10 18:51:14 +00:00
Youzini-afk
59668decda Stop role card names from populating cognition owners 2026-04-11 02:50:54 +08:00