@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 +1 -1
- package/payload/platform/plugins/cloudflare/PLUGIN.md +4 -0
- package/payload/server/public/assets/admin-4cZM7db3.js +352 -0
- package/payload/server/public/assets/{public-BhyNH7eq.js → public-DRrf63wm.js} +2 -2
- package/payload/server/public/assets/{useVoiceRecorder-B_zVS4Oe.js → useVoiceRecorder-CR8gcELb.js} +1 -1
- package/payload/server/public/index.html +2 -2
- package/payload/server/public/public.html +2 -2
- package/payload/server/public/assets/admin-BumnnEDn.js +0 -352
package/package.json
CHANGED
|
@@ -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`).
|