Guide
Review the agent's work
See every step the agent takes and read the commit it produced — like reviewing a pull request.
bychat's agent works in the open. You can watch each step as it runs and review every change as a real commit, so nothing is a black box.
What you'll be able to do
- Follow each step of a run as it happens
- Read the exact change behind every message
- Continue, edit, or fix a run instead of starting over
Step by step
- 1
Send a message
Describe the change; the agent starts a run and streams its steps.
- 2
Watch the steps
Analyze, edit, build and commit appear live, each with its own status.
- 3
Read the commit
Open the commit linked to your message and review the diff.
- 4
Continue or fix
If a run stops, use Continue, Edit, or Fix this — your place is kept.
Prompts to try
Copy one to start, or adapt it to your project.
Show me what changed in the last commit.
Continue the interrupted run.
Fix the build error from the last run.
FAQ
Can I see the diff?
Yes — every change is a real commit, so you can read the diff for each turn.
What if a run fails?
You get Continue / Edit, plus Fix this for fixable code or build errors.
Is progress saved?
Yes — runs commit as they go, so progress survives a reload.