Files
deepseek-harness/examples/acp-agent/tests/snapshots/plan-mode-reject/input.json
T

25 lines
676 B
JSON

{
"steps": [
{
"op": "initialize"
},
{
"op": "newSession"
},
{
"op": "setMode",
"modeId": "plan"
},
{
"op": "prompt",
"text": "Read the file notes.txt (use the relative path notes.txt exactly, never an absolute path), then present a short plan titled '# Fix the greeting typo' via exit_plan_mode, exactly once. If the review does not approve, summarize the reviewer's feedback in plain text and end your reply - do not present the plan again."
}
],
"elicitationAnswers": [
{
"action": "accept",
"custom": "Also add a verification step that re-reads the file after the fix."
}
]
}