Commit Graph
100 Commits
Author SHA1 Message Date
lix-2026 8e3be8b0b7 feat(rag): align LightRAG native citations and MCP bridge 2026-06-09 09:20:56 +08:00
lix-2026 0e8b03daf8 Improve LightRAG knowledge search locator alignment 2026-06-08 20:35:49 +08:00
lix-2026 9551d4c1dc feat(rag): harden post-LightRAG runtime
Retire legacy OCR/media/evidence fallbacks, add local-folder event bus and Page Aggregate guards, and archive completed design checklists.

Validation: cargo test -p mnote-web -- --test-threads=1; cargo test --workspace -- --test-threads=1; git diff --check; codegraph sync .; codegraph_status.
2026-06-07 10:35:21 +08:00
lix-2026 22a92edcda docs: archive stale process checklists 2026-06-07 01:12:48 +08:00
lix-2026 b65501bf86 feat(ai): harden local agent file edit guards 2026-06-07 01:11:54 +08:00
lix-2026 1f25364374 feat(rag): replace LiteParse flows with LightRAG provider 2026-06-07 01:10:31 +08:00
lix-2026 f46c2fb5d0 fix: stabilize local OCR and prod startup 2026-06-06 00:38:54 +08:00
lix-2026 5157a5960c Improve evidence search ranking and diagnostics 2026-06-06 00:33:02 +08:00
lix-2026 4dbd9a978b Improve local evidence search and AI capabilities 2026-06-05 23:00:53 +08:00
lix-2026 a1dcfc9f76 fix: use readonly preview for code resource tabs 2026-06-04 23:00:53 +08:00
lix-2026 eccf399142 fix: limit resource preview watches to active tab
Root cause: every local resource preview tab kept its own /api/local-folder/events EventSource alive. Hidden PDF and Office tabs consumed browser same-origin connection slots, so later preview iframes/file reads stalled and rendered as blank pages.

Changes:
- keep passive resource file watching active-tab only
- close inactive resource-tab EventSources on tab activation and release
- update the bug record with the PDF fifth-open and XLSX fourth-open repro and verification

Verification:
- node --check rust/crates/mnote-web/browser/document-resource-tab-runtime.js
- cargo test -p mnote-web --manifest-path rust/Cargo.toml pdf_preview_page_does_not_render_visible_toolbar
- cargo test -p mnote-web --manifest-path rust/Cargo.toml document_shell_returns_page_aggregate_snapshot
- cargo build -p mnote-web --manifest-path rust/Cargo.toml
- browser smoke: opened 5 XLSX previews; #4 and #5 completed with tableCount=1
- browser smoke: opened 5 DHA PDFs; #5 rendered 8/8 canvases, iframeCount=0, browser errors=0
2026-06-04 21:00:42 +08:00
lix-2026 627213dc01 feat: add evidence search and stabilize pdf previews
- add document evidence parsing/search/open routes, Hermes tool wiring, local index settings/status, and the document-evidence skill plus design notes
- fix PDF resource tabs by rendering PDFs inline with pdf.js canvases instead of iframe preview pages, release PDF documents on close, and document the fourth-PDF stall bug
- keep PDF preview at 2x rendering while removing the previous lazy-load/placeholder direction, and make dev:hot bind loopback defaults externally reachable

Verification:
- node --check rust/crates/mnote-web/browser/document-resource-tab-runtime.js
- node scripts/task-dev-hot-plan-test.js
- cargo test -p mnote-web --manifest-path rust/Cargo.toml pdf_preview_page_does_not_render_visible_toolbar
- cargo test -p mnote-web --manifest-path rust/Cargo.toml document_shell_returns_page_aggregate_snapshot
- cargo build -p mnote-web --manifest-path rust/Cargo.toml
- browser smoke: sequentially opened the four tea_seed_oil_cosmetic PDFs; fourth PDF rendered 15/15 canvases, iframeCount=0, browser errors=0
2026-06-04 18:51:16 +08:00
lix-2026 9f4b5c4d48 fix: stabilize local folder AI document workflow
- scope local-folder PageTree revision and document sidebar rendering to fileTreeScope

- preserve projected table/image attrs for local Markdown aggregate fallback

- avoid FileTree restore forced layouts on cold design open

- add API ChatOnly provider runtime and local OCR task handling regressions
2026-06-02 17:17:49 +08:00
lix-2026 610b23d3a5 收口 MinerU OCR 任务链与上下文 2026-06-01 10:30:42 +08:00
lix-2026 1481de2018 推进 OCR UI 与 provider 删除验收 2026-06-01 10:07:42 +08:00
lix-2026 488f9a0937 补勾 P1 P2 收口验证项 2026-06-01 09:33:24 +08:00
lix-2026 1882db7681 收口 MNote P0 P1 P2 审查尾项
- 归档 OnlyOffice live bridge、Page AI、mindmap、design governance 与相关 bug 条目
- 补齐 MinerU OCR 后端 runtime 合同与 smoke/test 基线
- 收口 ChatOnly/Doubao、ObjectIdentity、Page Aggregate compat 与 runtime owner 文档口径

验证:
- cargo test --manifest-path rust/Cargo.toml -p mnote-web local_ocr -- --test-threads=1
- cargo test --manifest-path rust/Cargo.toml -p mnote-web onlyoffice_bridge -- --test-threads=1
- git diff --check
- git diff --cached --check
- codegraph index . --force && codegraph status .
- codegraph sync . && codegraph status .
2026-06-01 09:29:12 +08:00
lix-2026 49a0545148 feat(page-ai): add skill context and agent profile policy 2026-05-29 21:57:29 +08:00
lix-2026 631205ba2f fix slash menu dismissal and anchor 2026-05-29 11:34:41 +08:00
lix-2026 cbe789e034 fix local markdown attachment regressions 2026-05-29 11:13:05 +08:00
lix-2026 1109e3c0d8 chore: retire legacy wolai backend runtime 2026-05-28 22:02:10 +08:00
lix-2026 39b9a0183a feat: consolidate local-first mnote web runtime 2026-05-28 22:01:44 +08:00
lix-2026 7354807ee9 docs: organize active mnote execution checklists 2026-05-28 22:01:12 +08:00
lix-2026 80d54c4c2b chore: ignore local mnote runtime artifacts 2026-05-28 22:01:04 +08:00
lix-2026 bef6626e3c docs: define local markdown attachment refs 2026-05-28 21:55:31 +08:00
lix-2026 e43efacbce Implement sidebar tree view state persistence 2026-05-27 16:32:05 +08:00
lix-2026 bd7470d03e Fix starred scope page tree and local edit save 2026-05-27 13:50:31 +08:00
lix-2026 c01dc2dea2 Fix local filetree page tree open performance 2026-05-27 12:53:55 +08:00
lix-2026 3ae33cc21d Improve local filetree view state and sidebar performance 2026-05-27 11:31:12 +08:00
lix-2026 58e2fdb5d8 Fix local folder title option refresh race 2026-05-26 17:24:05 +08:00
lix-2026 2c7a91e1fb Fix local markdown title option persistence 2026-05-26 16:47:03 +08:00
lix-2026 bb17513821 Fix first local markdown open reload 2026-05-26 16:24:00 +08:00
lix-2026 14fec9ef6a Fix local filetree navigation state and office proxy 2026-05-26 15:52:30 +08:00
lix-2026 f961c1e2a1 Fix filetree SSR tab selection 2026-05-26 14:34:47 +08:00
lix-2026 4744757883 Optimize local folder file tree lazy loading 2026-05-26 12:30:01 +08:00
lix-2026 8cd8b44db3 fix: stabilize local attachment icons and office proxy urls 2026-05-26 09:44:35 +08:00
lix-2026 0a15595066 docs: align runtime architecture guidance 2026-05-26 07:29:15 +08:00
lix-2026 e1681331a3 test: organize current smoke baseline 2026-05-26 07:08:26 +08:00
lix-2026 2210251c13 docs: archive runtime maintainability checklist 2026-05-26 04:29:19 +08:00
lix-2026 57da598d74 refactor: split tiptap block handle menu view 2026-05-26 04:27:35 +08:00
lix-2026 b91bad5f14 docs: record page ai runtime owner boundary 2026-05-26 04:20:19 +08:00
lix-2026 85914cd4e1 refactor: split sidebar settings and slash menu view 2026-05-26 04:17:52 +08:00
lix-2026 a8bc87173f refactor: split editor mount and sidebar page ai 2026-05-26 04:01:52 +08:00
lix-2026 c65135f7ed refactor: split tree shell renderer 2026-05-26 03:51:06 +08:00
lix-2026 0f0e37ed54 refactor: split tree shell filetree dnd 2026-05-26 03:42:03 +08:00
lix-2026 72ffa5377d refactor: split tree shell filetree menu 2026-05-26 03:35:10 +08:00
lix-2026 3fc8723eea refactor: split tiptap block page transforms 2026-05-26 03:28:51 +08:00
lix-2026 396c64e09e refactor: split tiptap block transform helpers 2026-05-26 03:21:11 +08:00
lix-2026 cf7a57d86a refactor: split tiptap runtime bridge 2026-05-26 03:12:59 +08:00
lix-2026 061a3cfdb9 refactor: split tiptap editor style 2026-05-26 03:03:27 +08:00
lix-2026 fb1575b4eb refactor: split tree shell dom runtime 2026-05-26 03:02:15 +08:00
lix-2026 40c51c5cc6 refactor: split tree shell picker runtime 2026-05-26 02:56:16 +08:00
lix-2026 19642cdd7b refactor: split tree shell filetree helpers 2026-05-26 02:53:12 +08:00
lix-2026 b8a067ce9f refactor: split tree shell state runtime 2026-05-26 02:48:30 +08:00
lix-2026 e76fa437a3 refactor: split tree shell icon runtime 2026-05-26 02:46:02 +08:00
lix-2026 d47a7d80ee refactor: split tree shell page runtime 2026-05-26 02:42:07 +08:00
lix-2026 c5e0396eba refactor: split sidebar page tree runtime 2026-05-26 02:35:08 +08:00
lix-2026 bc3b199c32 refactor: split sidebar filetree upload runtime 2026-05-26 02:27:08 +08:00
lix-2026 7909b3f9be refactor: split sidebar filetree command runtime 2026-05-26 02:20:46 +08:00
lix-2026 7816ab7ae2 refactor: split sidebar attachment open runtime 2026-05-26 02:05:36 +08:00
lix-2026 34f2d5280a refactor: split sidebar filetree open runtime 2026-05-26 01:58:00 +08:00
lix-2026 f2d4ec8086 refactor: split sidebar tree live apply runtime 2026-05-26 01:51:07 +08:00
lix-2026 5a18631af8 refactor: split sidebar workspace runtime 2026-05-26 01:31:28 +08:00
lix-2026 ff9a779a6c refactor: split document session runtime 2026-05-26 01:23:27 +08:00
lix-2026 87a4a92c35 refactor: split document resource tab runtime 2026-05-26 01:15:28 +08:00
lix-2026 634d0b21f8 fix: preserve document pane workspace handle 2026-05-26 01:04:35 +08:00
lix-2026 ee5aeb45be refactor: split document mindmap host runtime 2026-05-26 01:03:04 +08:00
lix-2026 77244eec7e refactor: split document slash positioning runtime 2026-05-26 00:54:54 +08:00
lix-2026 6197ca5d3a refactor: split document pane runtime 2026-05-26 00:47:51 +08:00
lix-2026 b4d7360cd7 refactor: split document tiptap conversion runtime 2026-05-26 00:44:07 +08:00
lix-2026 990df30a0f refactor: externalize document editor adapter runtime 2026-05-26 00:35:35 +08:00
lix-2026 020545e07f docs: plan runtime module maintainability split 2026-05-26 00:17:39 +08:00
lix-2026 36a5a0dc3a test: restore mnote-web lib baseline 2026-05-25 23:34:03 +08:00
lix-2026 e90b8cb632 refactor: split sidebar shell runtime 2026-05-25 22:56:16 +08:00
lix-2026 f0c01404c4 docs: close runtime extraction checklists 2026-05-25 22:36:04 +08:00
lix-2026 a6e25e2658 chore: untrack agent local metadata 2026-05-25 22:11:13 +08:00
lix-2026 76e6fd1d43 chore: ignore agent local metadata 2026-05-25 22:02:51 +08:00
lix-2026 def143ea24 refactor: extract table toolbar view 2026-05-25 20:40:55 +08:00
lix-2026 f8decfebd6 refactor: clean editor runtime warnings 2026-05-25 20:17:20 +08:00
lix-2026 4537b1a3d6 refactor: extract editor action modules 2026-05-25 19:50:50 +08:00
lix-2026 7d5319606c docs: update runtime extraction status 2026-05-25 19:34:14 +08:00
lix-2026 26ded3f138 refactor: activate tiptap runtime modules 2026-05-25 19:31:55 +08:00
lix-2026 2fef67f39e docs: record 0525 reasonix task drafts 2026-05-25 19:12:33 +08:00
lix-2026 d84da5583b feat: sidebar runtime extraction + history-safe commands + checklist updates 2026-05-25 17:36:17 +08:00
lix-2026 baae38786d refactor: move menu wheel trap helper 2026-05-25 09:44:28 +08:00
lix-2026 863e68b126 refactor: extract mindmap fetch helpers 2026-05-25 09:38:50 +08:00
lix-2026 812504924f refactor: extract filetree document workspace preflight 2026-05-25 09:28:50 +08:00
lix-2026 5e427a469a refactor: add selection current block info helper 2026-05-25 09:26:04 +08:00
lix-2026 e25e5d891b docs: reject unauthorized runtime worker batch 2026-05-25 09:25:53 +08:00
lix-2026 2c32c4f656 refactor: extract current block info helper 2026-05-25 09:21:58 +08:00
lix-2026 e8e59dc473 refactor: share editor content layout helpers 2026-05-25 09:19:49 +08:00
lix-2026 563e64e5de refactor: share editor content layout helpers 2026-05-25 09:17:48 +08:00
lix-2026 c3b1aea30e refactor: normalize filetree upload target plans 2026-05-25 09:10:41 +08:00
lix-2026 8b27bd45aa docs: record additional worker audit outcomes 2026-05-25 09:02:58 +08:00
lix-2026 a270e9c8e0 docs: update runtime worker audit records 2026-05-25 09:01:49 +08:00
lix-2026 193b3e1154 refactor: extract selection anchor helpers 2026-05-25 08:54:27 +08:00
lix-2026 f0c1757c9f refactor: extract filetree preflight helpers 2026-05-25 08:46:36 +08:00
lix-2026 0245b09301 refactor: extract conflict panel host mount helper 2026-05-25 08:38:05 +08:00
lix-2026 f33807eacc refactor: extract drop indicator target helpers 2026-05-25 08:29:19 +08:00
lix-2026 c90499b16e refactor: extract hovered block target helper 2026-05-25 08:20:41 +08:00