fix(export): fix TodoWrite tool call display in HTML export

- Restore plan update handling in collect.ts, formatting todo data as markdown checklist
- Skip todo_write tool_result processing in normalize.ts to avoid duplicates
- Add getMessageTimestamp() and getMessageUuid() methods to maintain message order
- Fix version parsing to support @latest tags
- Fix Windows spawn EINVAL error (CVE-2024-27980)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mingholy.lmh 2026-02-03 18:01:41 +08:00
parent 8d8449079d
commit a364c8212e
8 changed files with 120 additions and 15 deletions

View file

@ -6,7 +6,7 @@
"build": "node build.mjs"
},
"dependencies": {
"@qwen-code/webui": "^0.1.0-beta.4"
"@qwen-code/webui": "latest"
},
"devDependencies": {
"esbuild": "^0.25.0"