qwen-code/packages/webui/src/adapters
yiliang114 1861557d15 feat(webui): add data adapter layer for ACP and JSONL protocols
- Implement ACPAdapter to convert ACP protocol messages to unified format
- Implement JSONLAdapter to convert JSONL format messages to unified format
- Define unified message types for consistent component rendering
- Add helper functions for timeline position calculation (isFirst/isLast)
- Enable cross-platform message format compatibility

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-01-20 21:33:35 +08:00
..
ACPAdapter.ts feat(webui): add data adapter layer for ACP and JSONL protocols 2026-01-20 21:33:35 +08:00
index.ts feat(webui): add data adapter layer for ACP and JSONL protocols 2026-01-20 21:33:35 +08:00
JSONLAdapter.ts feat(webui): add data adapter layer for ACP and JSONL protocols 2026-01-20 21:33:35 +08:00
types.ts feat(webui): add data adapter layer for ACP and JSONL protocols 2026-01-20 21:33:35 +08:00