Files
deepseek-harness/examples/acp-agent/tests/snapshots/fs-terminal-card/input.json
T

8 lines
234 B
JSON
Raw Normal View History

{
"steps": [
{ "op": "initialize", "terminalOutput": true },
{ "op": "newSession" },
{ "op": "prompt", "text": "Use the bash tool to run exactly: echo TERMINAL_OK. Then reply with the single word DONE and stop." }
]
}