Commit Graph
132 Commits
Author SHA1 Message Date
lix-2026 922965d30f feat(page-ai): add resumable run journal descriptors 2026-06-09 18:48:46 +08:00
lix-2026 6ef233772e fix knowledge rag docx sidecar locator 2026-06-09 18:40:48 +08:00
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 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 4dbd9a978b Improve local evidence search and AI capabilities 2026-06-05 23:00:53 +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 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 39b9a0183a feat: consolidate local-first mnote web runtime 2026-05-28 22:01:44 +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 2c7a91e1fb Fix local markdown title option persistence 2026-05-26 16:47:03 +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 e1681331a3 test: organize current smoke baseline 2026-05-26 07:08:26 +08:00
lix-2026 1e097a9597 refactor: extract dnd target and sidebar helpers 2026-05-25 04:16:35 +08:00
lix-2026 9798888909 refactor: extract filetree projection helpers 2026-05-25 04:02:36 +08:00
lix-2026 f2a7de9896 refactor: move block delete to history-safe commands 2026-05-24 23:56:25 +08:00
lix-2026 437c690a39 refactor: externalize editor upload context 2026-05-24 23:43:22 +08:00
lix-2026 cafd29a963 fix: preserve undo for attachment link deletion 2026-05-24 19:55:37 +08:00
lix-2026 9c4bb58257 fix: align local markdown conflict and title behavior 2026-05-24 18:16:05 +08:00
lix-2026 289a44acea fix: drop files on markdown row into same folder 2026-05-24 13:59:54 +08:00
lix-2026 36eac664f2 complete local markdown resource lifecycle contract 2026-05-24 03:22:03 +08:00
lix-2026 6df74fb4e0 fix local markdown resource missing tabs and title setting 2026-05-24 03:01:34 +08:00
lix-2026 6904588055 test local resource row focus 2026-05-24 02:40:15 +08:00
lix-2026 ae6bbc9656 fix local folder upload intent contract 2026-05-24 02:34:52 +08:00
lix-2026 6d9d8ce9cd fix local folder resource lifecycle and workspace switch 2026-05-24 02:23:48 +08:00
lix-2026 97953101a2 fix local folder resource lifecycle 2026-05-24 01:49:51 +08:00
lix-2026 5f97800489 chore: align local-first control plane and editor fixes
- wire SQLite control-plane access/session paths into Rust web local-folder routes

- preserve local Markdown attachment semantics across upload, reload, and secondary-pane resource tabs

- refresh design governance docs, Reasonix task templates, and bug records

- retire root .mcp.json local MCP config
2026-05-23 23:38:42 +08:00
lix-2026 42fb58310c chore: retire remaining convex infrastructure
- move self-hosted Convex infra and root placeholder into recycle

- update architecture docs to remove active infra/convex deployment guidance

- extend local-first Convex guard to block retired infra regressions
2026-05-22 19:31:20 +08:00
lix-2026 47e224d419 chore: align sqlite control plane architecture
- replace default Convex control-plane wording with Rust SQLite control-plane across architecture, AGENTS, Reasonix, and design docs

- retire root Convex functions source and deploy script into recycle while keeping explicit cloud/compat/sync-replica boundaries

- add control-plane migration guard/docs and keep CodeGraph refreshed after the SQLite control-plane cutover
2026-05-22 17:45:22 +08:00
lix-2026 531e845600 fix auth registration and access management ui 2026-05-22 01:47:40 +08:00
lix-2026 fdb20300e9 advance 1-8 post-mvp execution batches 2026-05-21 23:53:39 +08:00
lix-2026 cc91a56603 batch E: close tail checks and refresh smoke evidence 2026-05-21 17:15:28 +08:00
lix-2026 1e8f5c5816 fix: 让 filetree 右键删除复用批量选择 2026-05-21 15:57:28 +08:00
lix-2026 dc18ec0a60 fix: 收口批次D并修复本地垃圾箱清空 2026-05-21 15:45:11 +08:00
lix-2026 e709c0705c test: 收口本地文件夹垃圾箱 A3 smoke 2026-05-21 15:07:00 +08:00
lix-2026 83ad32dd67 fix: 修复本地文件夹垃圾箱恢复聚焦 2026-05-21 14:39:38 +08:00
lix-2026 b0fa1e53d8 chore: 收口 Batch C 证据与设计口径 2026-05-21 13:28:23 +08:00