qwen-code/packages
yiliang114 795e7fa2c5 fix(vscode-ide-companion): improve type safety in webview components
修复 webview 组件的类型安全问题:
- App.tsx: 规范化工具调用状态为联合类型
- InProgressToolCall.tsx: 安全处理非字符串类型的 title 属性
- InputForm.tsx: 修正 RefObject 泛型类型声明
- ReadToolCall.tsx: 添加空 children 避免 ToolCallContainer 警告
2025-11-24 20:38:35 +08:00
..
cli refactor(auth): save authType after successfully authenticated (#1036) 2025-11-19 11:21:46 +08:00
core refactor(auth): save authType after successfully authenticated (#1036) 2025-11-19 11:21:46 +08:00
test-utils chore: pump version to 0.2.2 (#1027) 2025-11-13 20:39:14 +08:00
vscode-ide-companion fix(vscode-ide-companion): improve type safety in webview components 2025-11-24 20:38:35 +08:00