mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
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:
parent
8d8449079d
commit
a364c8212e
8 changed files with 120 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue