From 3c791a467fba9605da341b10bacda460564d9759 Mon Sep 17 00:00:00 2001 From: walker1211 <13750528578@163.com> Date: Mon, 20 Apr 2026 20:42:10 +0800 Subject: [PATCH] =?UTF-8?q?docs(browser):=20=E5=A2=9E=E8=A1=A5=2011D=20?= =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E4=B8=8E=E5=AF=BC=E5=85=A5=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步 Browser MCP 文档中的 artifact JSON、导入导出与本地持久化边界说明。 Co-Authored-By: Claude Opus 4.7 --- docs/browser-automation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/browser-automation.md b/docs/browser-automation.md index f9366389..a11285ff 100644 --- a/docs/browser-automation.md +++ b/docs/browser-automation.md @@ -139,6 +139,14 @@ Phase 11C capability details: - final results now include a lightweight `failures[]` summary and failed counts - 11C intentionally stops short of retry, timeout override, severity, and other larger policy systems +Phase 11D capability details: + +- `browser_export_artifact`, `browser_import_artifact`, `browser_list_artifacts`, and `browser_delete_artifact` add a local JSON persistence workflow +- supported artifact kinds are `recording`, `replay`, and `orchestration` +- imported artifacts restore session-local state only and are not executed automatically +- artifact files carry `kind`, `version`, `name`, and `payload` +- cloud sync, sharing, and complex template management remain out of scope + Minimal multi-tab workflow examples: ```json