filename:
agent-sandbox/prompts/bash_continue.md
branch:
main
back to repo
[Bash output]
{bash_out}
Based on this output, decide the next concrete action.
- If more work is needed (inspect files, fix errors, generate code, re-run a command, etc.), respond with exactly one ```bash``` block containing the next command you will actually run.
- To create a file: put a real shell command in bash (e.g. `cat > file.html << 'EOF'`). Do NOT put markdown or HTML inside the bash blockāput an actual command.
- Only omit the bash block if you are completely done and just want to write final thoughts/notes.
- Never say you are "running" or "executing" a command in thinking or notes unless that same command appears inside your ```bash``` block in this message.