Cursor Suggestion Playground

Test the superpowered cursor feature with various input types

How to test: Start an agent with an intent like "Sign up as John Doe with email john@example.com", then focus on fields below. Press Tab to accept suggestions,Esc to dismiss.

1Personal Information

2Address

3Account Setup

Min 8 characters (suggestion should say NEEDS_USER_INPUT)

4Preferences & Other

Test Guide Mode

Click the button below to simulate an agent calling guide_form_fill. This will activate guide mode in the intent bar at the bottom.

Keyboard shortcuts in guide mode:Enter Fill  Tab Skip  Esc Cancel  Type to override

Debug Info

Open browser DevTools console to see:

  • [BrowserService] Cursor tracking injected - on page load with active agent
  • [SuggestionService] Suggestion ready - when you focus a field
  • cursor:field:focused events - in nimbus event logs
  • [GuideModeTest] Dispatched guide:form:started - when testing guide mode