LocoAgent v1.2.0
Multi-platform concurrency — run X, LinkedIn & Reddit at once, each in its own isolated Chrome.
多平台并发——同时运营 X、LinkedIn、Reddit,每个平台独享隔离 Chrome。
✨ Highlights / 更新概览
- 🌍 Multi-platform, concurrently / 多平台并发 — Drive multiple social platforms at the same time; each gets its own isolated Chrome, CDP port, and proxy.
同时驱动多个社交平台,每个平台拥有独立的隔离 Chrome、CDP 端口与代理。 - 🗂️ Browser-target registry / 浏览器目标注册表 —
config/browser-targets.jsonis the single source of truth for per-platformcdpPort/profile/proxy/device, shared bysetup-chrome, the workflow engine, anddoctor.
config/browser-targets.json成为每平台cdpPort/profile/proxy/device的唯一事实来源,由setup-chrome、工作流引擎与doctor共用。 - 🚀 Multi-target
setup-chrome/ 多目标启动 —--target <platform>launches one;--alllaunches every target (one Chrome each, resilient to single-target failures).
--target <platform>启动单个;--all启动全部目标(每平台一个 Chrome,单目标失败不影响其余)。 - 🔀 Same-platform serial · cross-platform parallel / 同平台串行 · 跨平台并行 —
bun run workflow orchestrate --ids a,b,cgroups by platform; a per-platform file lock serializes same-platform runs while different platforms run concurrently.
bun run workflow orchestrate --ids a,b,c按平台分组;按平台文件锁让同平台串行、不同平台并发。 - 🧩 Platform-aware workflows / 平台感知工作流 — Workflows now declare
"platform"; the engine injects the target'scdpPort/profile/proxy/deviceat run time — no more hard-coded ports.
工作流改为声明"platform",引擎在运行时注入目标的cdpPort/profile/proxy/device——不再硬编码端口。 - 🩺
doctor --check-cdpper target / 逐目标健康检查 — Probes every platform target's CDP port and reports its status.
探测每个平台目标的 CDP 端口并报告状态。
⬆️ Upgrade notes / 升级提示
- 🔧 Workflow JSON: replace any hard-coded
"cdpPort"inconfigwith a top-level"platform"field.
工作流 JSON:把config中硬编码的"cdpPort"改为顶层"platform"字段。 - 🌍 Add new platforms in
config/browser-targets.json; every tool picks them up automatically.
在config/browser-targets.json中新增平台,所有工具自动识别。
📦 Install / 安装
macOS / Linux / WSL2:
curl -fsSL https://raw.githubusercontent.com/LocoreMind/locoagent/v1.2.0/install.sh | bashWindows PowerShell:
irm https://raw.githubusercontent.com/LocoreMind/locoagent/v1.2.0/install.ps1 | iexFull changelog / 完整更新日志: CHANGELOG.md · v1.1.0...v1.2.0