diff --git a/README.md b/README.md index ae06976..30d815b 100644 --- a/README.md +++ b/README.md @@ -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. + +

+ Session inbox with active work and a session that needs input +

+ + + + + + + +
+ Coding session with a completed background subagent +
Coordinate parent and child agent work. +
+ Pending shell permission with allow and reject controls +
Handle blocked permissions from the phone. +
+ Pending OpenCode form with a read-only command choice +
Answer structured forms without returning to the terminal. +
+ ## Project documents - [Specification](docs/SPEC.md) diff --git a/docs/images/screenshots/01-sessions.png b/docs/images/screenshots/01-sessions.png new file mode 100644 index 0000000..e31a388 Binary files /dev/null and b/docs/images/screenshots/01-sessions.png differ diff --git a/docs/images/screenshots/02-session.png b/docs/images/screenshots/02-session.png new file mode 100644 index 0000000..9aeef4f Binary files /dev/null and b/docs/images/screenshots/02-session.png differ diff --git a/docs/images/screenshots/03-permission.png b/docs/images/screenshots/03-permission.png new file mode 100644 index 0000000..a0d7edc Binary files /dev/null and b/docs/images/screenshots/03-permission.png differ diff --git a/docs/images/screenshots/04-form-request.png b/docs/images/screenshots/04-form-request.png new file mode 100644 index 0000000..664f841 Binary files /dev/null and b/docs/images/screenshots/04-form-request.png differ