Releases: MaxMiksa/Auto-Company
Releases · MaxMiksa/Auto-Company
v1.1.0
v1.1.0 – Cross-Platform Dashboard Update / 跨平台 Dashboard 更新 (2026-03-14)
✨ macOS 与 Windows/WSL 现在共用同一套本地 Dashboard
本次 1.1.0 将 Dashboard 升级为正式跨平台入口:macOS 和 Windows/WSL 现在共用同一套本地看板服务,并补齐状态语义与回归测试。
| 类别 | 详细内容 |
|---|---|
| 跨平台 Dashboard | dashboard/server.py 现在同时支持 macOS 与 Windows/WSL,两端使用统一的本地 Web 看板入口。 |
| 状态更准确 | 统一 daemon / guardian / autostart / loop 状态语义,修复 NOT RUNNING 类文本误判,并保持 Start/Stop 表示后台托管运行态。 |
| 更稳的接口与验证 | log-tail 对非法 lines 参数会自动回退默认值,并新增 Windows/macOS parser 与动作路由回归测试。 |
✨ One local dashboard for both macOS and Windows/WSL
Version 1.1.0 upgrades the dashboard into a supported cross-platform entrypoint: macOS and Windows/WSL now share one local dashboard server, with tighter state semantics and regression coverage.
| Category | Details |
|---|---|
| Cross-platform dashboard | dashboard/server.py now serves both macOS and Windows/WSL through one local Web dashboard entrypoint. |
| More accurate state reporting | Normalizes daemon / guardian / autostart / loop semantics, fixes NOT RUNNING-style parsing mistakes, and keeps Start/Stop aligned to background-managed runtime behavior. |
| Safer API and verification | log-tail now falls back safely on invalid lines input, and targeted regression tests cover parser and action-routing behavior. |
v1.0.0
v1.0.0 – Dual-Engine Production Release / 双引擎正式发布 (2026-03-01)
✨ 默认 Claude,Codex 可切换,Windows 可视化可运维
本次 1.0.0 将 clone_win 升级为双引擎生产形态:默认 Claude、支持 Codex、并补齐 Windows/WSL 运行可视化与守护链路。
| 类别 | 详细内容 |
|---|---|
| 双引擎运行时 | 支持 `ENGINE=claude |
| 兼容与配置 | 新增 CLAUDE_PERMISSION_MODE、CLAUDE_BIN、CODEX_BIN,并保留 -CodexSandboxMode,新增更高优先级 -SandboxMode。 |
| Windows 可运维性 | 新增本地 dashboard、增强 status-win.ps1 多层状态诊断,并完善 guardian + WSL anchor 保活。 |
| 稳定性保障 | 保持既有熔断、限额等待、共识回滚语义;引擎缺失时快速失败,不做自动 fallback。 |
✨ Claude by default, Codex selectable, with Windows operational visibility
Version 1.0.0 promotes clone_win to a production-ready dual-engine runtime: Claude by default, Codex selectable, plus end-to-end Windows/WSL observability and daemon hardening.
| Category | Details |
|---|---|
| Dual-engine runtime | Supports `ENGINE=claude |
| Compatibility and config | Adds CLAUDE_PERMISSION_MODE, CLAUDE_BIN, CODEX_BIN; keeps -CodexSandboxMode and introduces higher-priority -SandboxMode. |
| Windows operations | Adds a local dashboard, improves layered diagnostics in status-win.ps1, and strengthens guardian + WSL anchor lifecycle control. |
| Reliability guarantees | Preserves circuit-breaker/rate-limit/consensus-rollback behavior; fails fast when selected engine is missing (no automatic fallback). |