Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ is out of scope.
opencode2-mobile is an independent mobile client for OpenCode. It is not built by or
affiliated with the OpenCode team or Anomaly.

## Mobile workflow

Keep track of active and blocked sessions across followed projects.

<p align="center">
<img src="docs/images/screenshots/01-sessions.png" alt="Session inbox with active work and a session that needs input" width="600">
</p>

<table>
<tr>
<td width="33%" valign="top">
<img src="docs/images/screenshots/02-session.png" alt="Coding session with a completed background subagent">
<br>Coordinate parent and child agent work.
</td>
<td width="33%" valign="top">
<img src="docs/images/screenshots/03-permission.png" alt="Pending shell permission with allow and reject controls">
<br>Handle blocked permissions from the phone.
</td>
<td width="33%" valign="top">
<img src="docs/images/screenshots/04-form-request.png" alt="Pending OpenCode form with a read-only command choice">
<br>Answer structured forms without returning to the terminal.
</td>
</tr>
</table>

## Project documents

- [Specification](docs/SPEC.md)
Expand Down
Binary file added docs/images/screenshots/01-sessions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshots/02-session.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshots/03-permission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshots/04-form-request.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.