wx-cli/src
jackwener 7feacc6371 fix(daemon): drop redundant `ok` from extract payload (collides with Response.ok)
Response 用 #[serde(flatten)] 把 q_* 返回的 Value 拼到 `{ok, error, ...data}`
里,q_extract 里再塞一个 `"ok": true` 就会在 wire 上写出两个同名 key,CLI
端 `serde_json::from_str::<Response>` 直接报「duplicate field `ok`」,对外
表现是「extract 失败 / 解析 daemon 响应失败」,但 daemon 实际已经把图解出来
了。其他 q_* 都没塞 ok(biz_articles / sessions / history 等),保持一致。
2026-05-14 18:48:46 +08:00
..
attachment feat(attachment): implement V2 image key providers 2026-05-14 18:34:38 +08:00
cli feat(attachment): wire wx attachments / wx extract end-to-end 2026-05-14 18:40:57 +08:00
crypto fix(daemon,scanner,crypto): harden lifecycle, widen Windows page scan, fix SQLCipher short read (#54) 2026-05-14 17:11:42 +08:00
daemon fix(daemon): drop redundant `ok` from extract payload (collides with Response.ok) 2026-05-14 18:48:46 +08:00
scanner fix(daemon,scanner,crypto): harden lifecycle, widen Windows page scan, fix SQLCipher short read (#54) 2026-05-14 17:11:42 +08:00
config.rs fix(daemon,scanner,crypto): harden lifecycle, widen Windows page scan, fix SQLCipher short read (#54) 2026-05-14 17:11:42 +08:00
ipc.rs feat(attachment): wire wx attachments / wx extract end-to-end 2026-05-14 18:40:57 +08:00
main.rs feat(attachment): scaffold module + V1 decoders + resource resolver 2026-05-14 18:25:32 +08:00