mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 09:17:53 +00:00
refactor(vscode-ide-companion): 重构主动完成和会话管理
- 移除了 QwenAgentManager 中的冗余类型导出 - 优化了 App 组件中的会话管理和标题更新逻辑 - 改进了消息输入框的中文输入法支持 - 调整了活动文件指示器的样式
This commit is contained in:
@@ -23,7 +23,6 @@ import type {
|
||||
import { QwenConnectionHandler } from './qwenConnectionHandler.js';
|
||||
import { QwenSessionUpdateHandler } from './qwenSessionUpdateHandler.js';
|
||||
|
||||
// 重新导出类型以保持向后兼容
|
||||
export type { ChatMessage, PlanEntry, ToolCallUpdateData };
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user