LocoAgent v1.1.0
LocoAgent v1.1.0
Cross-platform support, one-click install, and a provider-config overhaul.
跨平台支持、一键安装,以及 LLM 供应商配置的全面改造。
Contributed by / 贡献者:@SparkyWen
✨ Highlights / 更新概览
- 🌍 Cross-platform / 跨平台 — One codebase now runs on Windows, macOS & Linux (platform abstraction layer, unified
setup-chrome,bun run doctorhealth check).
单一代码库即可在 Windows / macOS / Linux 上运行(平台抽象层、统一的setup-chrome、bun run doctor健康检查)。 - ⚡ One-click install / 一键安装 — Bootstrap via
curl | bash(.sh) orirm | iex(.ps1), with an interactive provider/model picker.
通过curl | bash(.sh)或irm | iex(.ps1)一键引导安装,内置交互式供应商 / 模型选择器。 - 🔌 Neutral
LLM_*config / 中立的LLM_*配置 —LLM_PROVIDER/LLM_API_KEY/LLM_MODEL/LLM_BASE_URLreplace the confusingOPENAI_*naming (legacy vars still work).
用LLM_PROVIDER/LLM_API_KEY/LLM_MODEL/LLM_BASE_URL取代易混淆的OPENAI_*命名(旧变量仍兼容)。 - 🔒 TLS proxy support / TLS 代理支持 — CA injection fixes the
unable to get local issuer certificateerror behind FortiGate / Zscaler.
注入 CA 证书,修复在 FortiGate / Zscaler 等企业代理下的unable to get local issuer certificate报错。 - 🌐 Isolated Chrome CDP profile / 独立的 Chrome CDP 配置 — A dedicated persistent profile on
:9222; agent-browser is pinned to it, never touches your normal Chrome, and never auto-logs-in.
在:9222上使用专用持久化配置;agent-browser 固定连接该配置,绝不触碰你的常用 Chrome,也绝不自动登录。 - 📖 Bilingual docs / 双语文档 — Full English + 简体中文 README.
完整的英文 + 简体中文 README。
📦 Install / 安装
macOS / Linux / WSL2:
curl -fsSL https://raw.githubusercontent.com/LocoreMind/locoagent/v1.1.0/install.sh | bashWindows PowerShell:
irm https://raw.githubusercontent.com/LocoreMind/locoagent/v1.1.0/install.ps1 | iexFull changelog / 完整更新日志: CHANGELOG.md · v1.0.0...v1.1.0