Agent Board
26ff1a9c9a
Harden auth/vault path sanitization and clean WeKnora docs
2026-07-28 17:04:27 +08:00
Agent Board
262e66b02e
feat: purge legacy agent hosts and land vault Chrome extension path
...
Retire ACP/Hermes/OpenCode surfaces and rename hermes_tools to
mnote_agent_tools so Page AI stays on Pi Lab only. Add Chrome vault
extension + extension token route, pre-release purge design, and soft-retire
legacy smokes for the small-group production cut.
2026-07-25 14:25:37 +08:00
Agent Board
c8472bb898
feat: add pi lab ai management integration
2026-07-04 21:47:42 +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
f292c6710a
feat: EditorRuntimeActor - 三层缓存/delta/事件架构
...
Phase A — EditorRuntimeActor 内存缓存层
- 新增 editor_actor.rs: EditorBlockDocument 内存态 + apply_command + load_or_init
- block.rs 四个写工具(replace/insert/delete/move)接入 actor 路径
- editor_actor feature flag(MNOTE_WEB_ENABLE_EDITOR_ACTOR=true 默认开启)
- bridge-runtime 三个核心函数公开化
- rust-toolchain: 1.89 → stable(修复 spike WASM 编译阻塞)
Phase B — 编辑器增量 delta channel
- BlockDelta/DeltaOperation 类型 + actor.build_block_delta()
- leptos-tiptap spike: mnote:editor:block-delta CustomEvent 监听 + JSON patch
- DocumentAiAgentPanel: 拦截 blockDelta → window dispatchEvent
- 工具响应含 blockDelta 字段供前端消费
Phase C — 事件 stream delta
- broadcast channel 在 AppState/actor/SSE 三层贯通
- tree_events SSE 端点发 block.delta 事件
- 旧客户端降级兼容
环境修复
- rustc recursion_limit = 1024(修复 Leptos SSR 类型深度溢出)
- run-convex-deploy.js(封装 Convex function 部署到本地后端 3210)
ref: design/07-ai/process/7-13-page-block-editor-runtime-actor-v1.md
2026-05-16 22:03:30 +08:00
lix-2026
048fe28a4d
feat: cut over rust web main shell
2026-04-29 12:24:44 +08:00
lix-2026
7965c6c107
feat(tree): close rust family shell cutover
2026-04-28 16:30:51 +08:00
lix-2026
41e958769e
feat: land page aggregate and phase7 document ai mainline
...
- 收口 page aggregate 读取、本地状态与命令客户端\n- 接入 phase7 document ai sidecar 与前端编排入口\n- 更新 architecture 与 design 状态迁移
2026-04-23 07:38:34 +08:00
lix-2026
d8de820d93
feat: 接入 mnote web tree shell 与主页链路整理
...
- 增加 mnote-web tree/command 支持与前端 MnoteWebTreeShell 集成
- 调整 sidebar、documents、runtime config 与 dev/prod server 配套逻辑
- 补充 homepage/tree shell smoke 脚本并更新 harness 进度文件
2026-04-17 23:36:24 +08:00
lix-2026
ddf285b82d
feat(kernel): finish phase3 bridge cutover and phase4 tree projection
...
- add generic mnote-web query transport and bridge routes for workspace/request/trace
- route sidebar compat traffic through mnote-web and tighten fixture fallback to dev/test
- unify sidebar/page tree/file tree/picker consumers on page_tree projection
- sync phase3/phase4 checklist, breakdown docs, and harness progress state
2026-04-17 00:25:28 +08:00