feat: plan_track工具卡片增加自动确认下拉框,支持跳过手动确认步骤
This commit is contained in:
@@ -460,6 +460,12 @@ async function init(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
// ── Plan 自动确认设置 ──
|
||||
{
|
||||
const planAutoConfirm = await db.getSetting<boolean>('planAutoConfirm', false);
|
||||
state.set('planAutoConfirm', planAutoConfirm);
|
||||
}
|
||||
|
||||
// ── MCP 工具注册 ──
|
||||
await startAllMCPServers();
|
||||
await refreshMCPTools();
|
||||
|
||||
Reference in New Issue
Block a user