Building Your Project
Ask the agent to build -- it compiles, parses the errors, and fixes them.
What you'll see
- Launch
ryshin a buildable project; double-Esc to prompt mode. - Prompt: "build the project and fix any compile errors."
- The
buildtool compiles and returns structured, parsed errors (file/line/message); no approval to build. - Any proposed code fix is a
file_edit, which is approval-gated -- review the diff, approve, build again.
Commands shown
rysh
build the project and fix any compile errors
Keys used
EnterEscape
Transcript
0:00Ask the agent to build -- it compiles, parses the errors, and fixes them.
0:03Launch rysh inside a project you can compile.
0:08Double-press Escape for prompt mode.
0:13Ask it to build and fix any errors. The build tool compiles your project and returns structured, parsed errors -- file, line, and message -- so the agent knows exactly what broke. The build tool itself needs no approval.
0:30If it proposes a code change to fix an error, that file edit is the part that asks for approval -- you review the diff, approve, and it builds again.
0:37Build, read the errors, fix, repeat -- hands on the wheel.
Key takeaway
The build tool returns structured errors the agent can act on; the build runs freely, but the fixes are approval-gated edits.