@rubytech/create-realagent 1.0.859 → 1.0.861

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-realagent",
3
- "version": "1.0.859",
3
+ "version": "1.0.861",
4
4
  "description": "Install Real Agent — Built for agents. By agents.",
5
5
  "bin": {
6
6
  "create-realagent": "./dist/index.js"
@@ -49,6 +49,10 @@ The plugin registers no agent-facing MCP tools. Every Cloudflare operation is dr
49
49
 
50
50
  The agent loads these references on demand via `plugin-read` as the conversation requires. They are not auto-injected into the system prompt.
51
51
 
52
+ ### UI contract
53
+
54
+ VNC surfacing is post-navigation, never on form submit. Two sites call `useDeviceUrlActions().onShowVnc()` and both fire only after a successful CDP nav: `DeviceUrlBlock` (tool-output URL clicks) and `ActionLogPanel.handleOauthRespawn` (the "Re-open on Pi browser" button rendered when an OAuth URL appears in the action log). The form (`cloudflare-setup-form`) must NOT call `onShowVnc()` on POST resolve — pre-warming the fullscreen overlay before the OAuth URL is on the brand chromium hides the form, the ActionLogPanel, and the very button operators must click. The `[browser-viewer] event=mount surface="overlay"` line must appear within 5 s of `[device-url:click] navigateResult=ok`, never before.
55
+
52
56
  ## Identity model
53
57
 
54
58
  - **Product identity** (Maxy vs Real Agent) — known from `brand.json` (`productName`, `configDir`).