-
Notifications
You must be signed in to change notification settings - Fork 2
Common Workflows
Spencer edited this page May 22, 2026
·
1 revision
This page describes practical ways to use Coder Studio after the first launch.
- Start Coder Studio on your computer.
- Open a workspace.
- Start a Claude or Codex session.
- Give the agent a task.
- Open the same Coder Studio URL from your phone.
- Check session output, files, Git changes, and terminal state.
For remote access setup, see Mobile and Remote Access.
- Start a Claude or Codex session.
- Describe the desired change in natural language.
- Watch the agent's terminal output.
- Inspect changed files and Git diffs.
- Run tests in a shell terminal.
- Continue prompting only after you understand the result.
This keeps vibe-coding speed inside a reviewable engineering harness.
- Open one workspace.
- Start a Claude session for one task.
- Start a Codex session for another task.
- Switch between sessions in the Agent panel.
- Use Git diff and shell terminals to verify output.
This is useful when comparing agent behavior or splitting independent work.
- Let an agent finish a task.
- Open the Git panel.
- Review changed files.
- Open diffs in the editor.
- Run tests in a shell terminal.
- Commit only after reviewing the result.
- Start a session with a clear task.
- Enable Supervisor with a concrete objective.
- Leave the task running.
- Return later from desktop or mobile.
- Review Supervisor state, terminal output, and Git diff.
Use Supervisor for monitoring and guidance. Keep final decisions with the human operator.
- Start work on desktop.
- Open Coder Studio from a tablet.
- Use the larger touch screen to inspect files and diffs.
- Leave final editing or complex terminal work to desktop if needed.
For a trusted demo or debugging session:
- Set a strong Coder Studio password.
- Use Tailscale, ngrok, or Cloudflare Tunnel.
- Share the URL only with trusted people.
- Stop the tunnel when finished.
Avoid exposing sensitive projects through public links.