You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5 screenshots in media/ showing real agent-UI patterns: deploy approval, PR picker, config form, destructive confirmation, triage. All content generic (no company/team refs), rendered via the real A2UI mode.
New flags --x/--y (points from top-left of target screen) and --screen (NSScreen index). Window ID emitted to stderr as '[wid] N' for screencapture -l workflows.
CSS fix: Text components now preserve newlines (white-space: pre-wrap).
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</p>
6
6
7
7
<palign="center">
8
-
<imgsrc="media/hero.gif"alt="An AI agent spawns webview-cli, a native macOS window pops up in under 200ms, user submits a form, structured JSON goes back to the agent"width="640">
8
+
<imgsrc="media/hero-deploy.png"alt="Deploy approval window — an agent asks for production deploy approval with a native macOS UI"width="560">
9
9
</p>
10
10
11
11
<palign="center">
@@ -133,38 +133,40 @@ esac
133
133
<tr>
134
134
<tdwidth="50%"valign="top">
135
135
136
-
### Deploy approval
136
+
### Pick from options
137
137
138
-
Show the diff, context, a comment field. One click, agent continues with structured result plus the note going into the deploy log.
138
+
Agent enumerates candidates (PRs, branches, files). User picks one with radio buttons. Agent proceeds with the choice.
0 commit comments