fix: Plan 模式执行时传递服务等级参数
- planCard.ts: 计划操作时传递 model 参数 - ICHelperPanel.ts: 传递服务等级到 setPendingPlanExecution - messageHandler.ts: 保存并传递服务等级,确保 Plan->Agent 切换时使用相同模型
This commit is contained in:
@ -341,7 +341,8 @@ export async function showICHelperPanel(
|
||||
panel,
|
||||
message.planTitle || "计划",
|
||||
context.extensionPath,
|
||||
taskId
|
||||
taskId,
|
||||
message.model // 传递服务等级
|
||||
);
|
||||
} else {
|
||||
console.warn(
|
||||
|
||||
Reference in New Issue
Block a user