From a138ff1ebbd3f53512d98dc5aa50b48c78e14742 Mon Sep 17 00:00:00 2001 From: artheru Date: Wed, 10 Jun 2026 05:51:30 +0800 Subject: [PATCH] agent-use embed polish (0.37.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'Embed this agent on any website' is now a prominent block with one-click Copy (+ copyToast) instead of a buried
; usage hint included - Web PTY mode points to the Backstage/后台 terminal tab - core loop verified: browse -> Use -> live connected chatbox + embed snippet --- index.html | 2 +- package.json | 2 +- src/AgentPlatform.jsx | 8 +++++--- src/Scene2D.jsx | 2 +- src/styles.css | 7 +++++++ 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2f03f33..f070067 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + diff --git a/package.json b/package.json index b26a9ac..ad019c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "amerc-site", - "version": "0.36.0-https", + "version": "0.37.0-embed", "private": true, "type": "module", "scripts": { diff --git a/src/AgentPlatform.jsx b/src/AgentPlatform.jsx index dd1c6a7..a2a687a 100644 --- a/src/AgentPlatform.jsx +++ b/src/AgentPlatform.jsx @@ -153,11 +153,13 @@ export function UsePanel({ instance, onClose }) { <>