Firefox-Reverse v0.19.0
v0.19.0
新增模型:通义千问 Qwen(qwen3-max)、Kimi(kimi-k2.6)、MiniMax(MiniMax-M3)—— 内置 6 个 provider。
配套 MCP 自动领航:frx-director-mcp —— 强模型 director 经 MCP 指挥内置 Agent(便宜 worker 在 AI 辅助模式实操)。新增 AgentSession.listRunning() + 侧栏自动跟随:外部(MCP)驱动的会话自动切到 / 实时流式 / 显示工作目录。
稳定性:stop 中止时立即 kill 在跑的 run_node/run_python/npm 子进程(之前要干等到超时);run_node/run_python 默认超时 300s → 30s。
📥 安装
| 系统 | 文件 | 安装 |
|---|---|---|
| Windows | firefox-*.win64.zip |
解压 → firefox.exe(SmartScreen → 更多信息 → 仍要运行) |
| macOS (Apple Silicon) | firefox-*.mac.dmg |
打开 → 拖进「应用程序」→ 见下方 |
| Linux (x86_64) | firefox-*.linux-x86_64.tar.xz |
解压 → ./firefox |
⚠️ macOS 首次打开提示「"Firefox Reverse" 已损坏,无法打开」 —— 不是真损坏,是自签名应用未做 Apple 公证、从浏览器下载后被打了「隔离」标记。打开「终端」执行一行去掉即可:xattr -dr com.apple.quarantine "/Applications/Firefox Reverse.app"(或:系统设置 → 隐私与安全性 → 拉到底点「仍要打开」。)