feat(browser): reuse system Chrome/Edge, bundle playwright for desktop

This commit is contained in:
zhayujie
2026-07-14 18:02:27 +08:00
parent eeb4b7981e
commit 5d55ec0f8c
17 changed files with 676 additions and 62 deletions

View File

@@ -813,8 +813,8 @@ class CowCliPlugin(Plugin):
"you can also run `cow install-browser` in a terminal.",
)
return _t(
"✅ 安装流程已结束。请重启 CowAgent 后使用 browser 工具(进度见上方消息)",
"✅ Installation finished. Restart CowAgent to use the browser tool (see messages above for progress).",
"✅ 安装流程已结束。请重启 CowAgent 后使用 browser 工具。",
"✅ Installation finished. Restart CowAgent to use the browser tool.",
)
# ------------------------------------------------------------------