qwen-code/packages/webui/src
mingholy.lmh d59e668729 feat(export): add metadata and statistics to export data
- Add ExportMetadata type with session info, token stats, file operation stats
- Track response_id from LLM API for telemetry correlation
- Collect usageMetadata from assistant messages
- Calculate file stats (files read/written, lines added/removed)
- Calculate token stats (total tokens, context usage percentage)
- Add metadata sidebar to HTML export template
- Support metadata in JSONL and Markdown formatters
- Update chatRecordingService to record response_id

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-19 14:10:38 +08:00
..
adapters feat(webui): add data adapter layer for ACP and JSONL protocols 2026-01-20 21:33:35 +08:00
components feat(export): add metadata and statistics to export data 2026-03-19 14:10:38 +08:00
context feat(webui): add webview container and isolate styles for VSCode integration 2026-01-17 10:53:32 +08:00
hooks feat(webui): migrate icons, Tooltip, WaitingMessage from vscode-ide-companion 2026-01-15 19:53:19 +08:00
styles style: apply formatting and linting fixes across codebase 2026-03-06 21:58:22 +08:00
types Merge branch 'main' of https://github.com/QwenLM/qwen-code into feat/unified-ui-for-vscode-extension 2026-01-29 15:40:32 +08:00
utils feat(webui): migrate pure UI ToolCall components and add Storybook stories 2026-01-16 13:45:56 +08:00
index.ts feat: add AskUserQuestion functionality with dialog component 2026-02-14 17:31:29 +08:00