[建议 / Feature] 允许在“完全访问”模式下激活“制定计划”功能
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 22
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
提交前确认 · Pre-submission checklist
- 我已搜索过现有 issue,确认这不是重复提议 / I searched existing issues and confirmed this isn't a duplicate.
- 我已阅读 CONTRIBUTING.md / I've read CONTRIBUTING.md.
问题类别 · Category
对话 / Agent 交互 · Agent chat / interaction
涉及的 Agent 框架 · Agent framework
ZCode Agent(自研)
使用场景 · Use case
复杂任务的前置调研: 在执行多步骤任务前,Agent 需要先读取配置文件、依赖关系或历史日志来确认“还缺什么”。但因权限模型限制,开启“完全访问”后无法进入计划模式,导致 Agent 可能在未充分调研的情况下直接开始修改代码,增加了出错风险。
在 Codex 等成熟产品中,“制定计划”与“完全访问”之间共存,这两者并非互相冲突的概念。
建议方案 · Proposal
解除权限状态的互斥绑定: 将“完全访问(Full Access)”与“制定计划(Planning Mode)”从互斥的单选状态改为可组合状态。允许用户在授予“完全访问”权限的同时,显式的激活“制定计划”模式。
预期价值 · Expected value
提升计划的准确性与可执行性: 消除因信息缺失导致的“幻觉式计划”,确保 Agent 输出的每一步计划都基于真实的代码和数据状态,减少后续执行阶段的返工率。
你认为的优先级 · Your perceived priority
高 · High
你使用的 ZCode 版本 / 环境 · ZCode version / environment
v3.2.0
补充材料 · Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files, tests, or entry points are named. Start by locating the permission-state handling for Full Access and Planning Mode in ZCode Agent v3.2.0, then trace where their options are made mutually exclusive. Done means both modes can be explicitly enabled together without losing the stated access or planning behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100