Add plan mode support#240
Conversation
|
looks amazing! |
b5ca828 to
2071e47
Compare
# Conflicts: # src/thread.rs
|
@benbrandt any news on this? :) |
I guess the review it taking some time, Just in case if you are comfortable building it locally, checkout my personal branch with more features and bug fixes: https://github.com/priyashpatil/codex-acp/tree/priyash-debug-combined Once build locally, in agents servers in zed's settings you can do something like: "agent_servers": {
"priyash-codex-acp": {
"type": "custom",
"command": "ABSOLUTE_PATH_TO_BUILD_BINARY",
"args": [],
"env": {},
},
}You can ask codex to help you setup with this. |
# Conflicts: # src/thread.rs
|
Hey @benbrandt , Let me know if this PR is considerable or need some changes. I have other fixes to send which are build on top of this. Feel free to request any changes or let me know how we should move forward. |
Adds Plan mode support to the ACP adapter, allowing users to plan first, review the proposed plan, and then either accept it for implementation or stay in planning.
Closes #182.
Credit to #195 for the foundational work this builds on.
Features Added
request_user_inputprompts through the ACP permission UI fallback.Implement this plan?prompt.User accepted planin the tool UI.Plan rejectedwhile keeping the plan available for reference.