Install AgentWait
Choose your preferred method. All options install the same v0.2.0 release.
Detected: your IDE
Cursor Glass mode: Glass blocks third-party extensions via a hard-coded allowlist. Launch Cursor with
cursor --classic to use AgentWait. Learn moreAfter install
- 1.Reload your IDE. If the AgentWait icon doesn't appear in the sidebar, run "Developer: Reload Window".
- 2.Use classic mode in Cursor. Glass mode blocks third-party extensions. Launch with
cursor --classic. - 3.Verify the CLI. Run
agentwait status— it should print your config and bridge state. - 4.Run your first wrapped agent.
agentwait run -- sleep 10to see the sponsor banner open and close. - 5.Enable Earn mode (optional). Open the AgentWait panel → "Enable Earn Mode" to start accumulating rewards.
Troubleshooting
Banner doesn't auto-open?
Check the bridge is listening on port 4827 — run agentwait status. If down, reload the IDE window. Confirm you're in classic mode, not Glass.
Extension won't activate in Cursor?
Cursor Glass mode has a hard-coded extension allowlist that blocks all third-party extensions. Launch with cursor --classic — there is no override for Glass.
CLI says "bridge not listening"?
The extension hosts the bridge. Make sure the IDE is open (classic mode) and the AgentWait extension activated. Sessions still record server-side even if the bridge is down.
Need help? Open an issue on GitHub.