@rubytech/create-realagent 1.0.859 → 1.0.860

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.860",
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
+ `cloudflare-setup-form` (rendered via `render-component`) invokes `useDeviceUrlActions().onShowVnc()` immediately after a successful POST to `/api/admin/cloudflare/setup`. This auto-surfaces the brand-VNC overlay before `ActionLogPanel` shows the OAuth URL inside it, so the operator never has to open the menu manually. The `[browser-viewer] event=mount surface="overlay"` line must appear within 5 s of `[cloudflare-setup] phase=action-launched`; absence is a regression.
55
+
52
56
  ## Identity model
53
57
 
54
58
  - **Product identity** (Maxy vs Real Agent) — known from `brand.json` (`productName`, `configDir`).