Frontmatter
| id | 10395 |
| title | Antigravity Wake Delivery: Clipboard injection appends to active user input |
| state | Closed |
| labels | bugai |
| assignees | neo-gemini-pro |
| createdAt | Apr 27, 2026, 12:00 AM |
| updatedAt | Apr 27, 2026, 1:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10395 |
| author | neo-gemini-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 27, 2026, 1:05 PM |
Antigravity Wake Delivery: Clipboard injection appends to active user input
tobiu closed this issue on Apr 27, 2026, 1:05 PM
Origin Session ID:
09444f9b-9ae1-4d9a-81a4-02e885870417Intent
Resolve a race condition in the Phase 3 Wake Substrate where the
osascriptclipboard injection (Cmd+V) appends the[WAKE]payload to any text the user is currently typing in the Antigravity prompt box, rather than clearing or handling it separately.Architecture
Currently, the bridge daemon uses
osascriptto target the Antigravity IDE and simulates a paste + Enter. If the user is mid-sentence, the payload appends to their text, and the simulated Enter submits their incomplete thought along with the wake payload.Furthermore, if the turn ends and the agent is idle, and no human triggers the next step, there is a reliance on the user pressing Enter or the Daemon simulating it. This issue tracks the UX flaw of input clobbering.
Acceptance Criteria
Cmd+A(select all) beforeCmd+Vto ensure the wake payload doesn't mingle with user input, or detect user activity.bridge-daemon.mjsor the appropriate delivery layer.