feat: plan 模式执行确认弹窗支持选择模型
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 395
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: 秋夜霜华
**客户端版本**: 0.1.50
---
## 使用场景
创建 plan 后,Cindy 会询问"是否执行 plan 进行编码"。创建 plan 时用户可能使用了效果更好的模型(如 GPT-5.6 Sol),但执行编码时希望能切换到更经济的模型(如 DeepSeek V4 Flash)来执行,以节省成本。
## 当前痛点
确认弹窗中无法切换模型。用户只能先让 agent 保存 plan,手动切换模型后,再让新模型重新加载 plan 来执行,流程繁琐且容易丢失上下文。
## 诉求
在"是否执行 plan 进行编码"的确认弹窗中,增加一个模型选择下拉框,用户可以在确认执行前选择要使用的模型,选择后按所选模型执行 plan。
## 建议方案
- 确认弹窗的 UI 层增加模型选择器
- 选项列表应来自当前可用的模型列表
- 确认后执行阶段使用所选模型
## 当前替代方案
手动保存 plan 内容,切换模型后重新加载执行。
---
**版本区域**: CN
**OS**: darwin arm64 (25.4.0)
**界面语言**: zh-CN
Contributor guide
Research direction
Start at the plan-execution confirmation dialog and trace how the selected model is passed into execution. Check how the current available-model list is exposed, then verify that choosing another model changes the model used to execute the plan while retaining the existing confirmation flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100