refactor(vscode-ide-companion): 重构主动完成和会话管理

- 移除了 QwenAgentManager 中的冗余类型导出
- 优化了 App 组件中的会话管理和标题更新逻辑
- 改进了消息输入框的中文输入法支持
- 调整了活动文件指示器的样式
This commit is contained in:
yiliang114
2025-11-20 23:50:41 +08:00
parent 7d2411e72f
commit 9ba99177b9
3 changed files with 24 additions and 37 deletions

View File

@@ -23,7 +23,6 @@ import type {
import { QwenConnectionHandler } from './qwenConnectionHandler.js';
import { QwenSessionUpdateHandler } from './qwenSessionUpdateHandler.js';
// 重新导出类型以保持向后兼容
export type { ChatMessage, PlanEntry, ToolCallUpdateData };
/**