跳到主要内容

Releases

Release history that reads like product progress.

This page combines committed changelog data with live release metadata when the GitHub API is available during the build. It gives evaluators one place to inspect shipping cadence and scope.

Latest published release

The hero release card is sourced from GitHub releases when available and falls back to the committed changelog if the API cannot be reached during the build.

Recent tagged releases

Open ACE has moved quickly across the July 2026 release line. These cards summarize what each recent tagged release changed in product terms, not just commit volume.

v1.2.0

Jul 14, 2026

Operational hardening for maintained deployments

  • Upgrade safety tightened with minimum-revision checks and clearer upgrade boundaries.
  • Repository review reminders now ship with built-in health checks covering security, dependency, migration, and database signals.
  • Model-gateway dark-mode polish and runtime quality fixes reduce friction for administrators already running the platform.
View release

v1.1.0

Jul 2, 2026

Autonomous workflows became a real product surface

  • Issue-driven autonomous development, retry, fork, cancel, and PR linkage landed as core workflow behavior.
  • Persisted run provenance, milestone TL;DR summaries, and code-change views made remote-agent execution inspectable.
  • ZCode support, token-based remote-agent identity hardening, quota gates, and terminal relay broadened the execution layer.
View release

v1.0.0

Jun 2, 2026

Initial public release of the self-hosted platform

  • Work Mode, Remote Workspace, Remote Agent, and multi-CLI support established the core browser workspace.
  • API Key Proxy, governance dashboards, auditability, compliance workflows, and ROI views defined the management plane.
  • Docker, Kubernetes, reverse-proxy guidance, and bilingual documentation made the project externally evaluable.
View release

Current direction after v1.2.0

The repository is still moving after the latest tag. These highlights show where the product and operator experience are being sharpened right now.

Docs, deployment, and operator trust

  • #1937 product docs refreshed around current capabilities
  • #1935 Python 3.10+ requirement aligned across docs and install guidance
  • #1215 minimum revision guard for safer upgrade paths
  • #1079 Docker upgrade config detection

Autonomous workflow operating model

  • #717 full autonomous development workspace
  • #925 batched GitHub issues
  • #929 batch workflow auto-merge
  • #984 session topology and final summaries

Timeline and run observability

  • #982 timeline and batch UX
  • #995 milestone TL;DR summaries
  • #1056 streamlined timeline summaries
  • #1059 compact milestone cards

Remote Agent and CLI coverage

  • #773 token-based remote agent auth
  • #888 agent client token management
  • #890 token rotate/revoke UI
  • #1074 ZCode CLI and app-server mode

Changelog highlights

The content below is parsed from CHANGELOG.md. Each release section stays close to the repository source while becoming easier to scan on the public site.

vv1.2.0

Jul 14, 2026

  • 管理-设置-模型网关配置页面深色模式对比度问题:状态提示框("网关路由未启用"警告与"已启用"成功状态)文字与背景对比度不足,新增 `--color-{success,warning,danger,info}-{bg,text}` CSS 变量并在深色模式下使用低透明度语义背景 + 明亮文字色,确保 WCAG AA ≥ 4.5:1。
  • 代码审查提醒 Issue(每 3 周自动生成)现自带体检报告:workflow 内自动执行 Bandit 安全扫描、pip-audit 依赖漏洞、迁移单 head 校验、前端构建体积,以及 DB 死索引/大表/慢查询 SQL 清单,并在模板补齐"🛡️ 安全"维度;每项体检步骤 `continue-on-error`,单项工具故障不阻断 Issue 创建。
  • `MessageRepository.get_user_conversation_samples` 由 per-session N+1 查询改为单次批量查询(`IN` 列表 + 应用层按 session 分组),保留逐 session `(agent_session_id = S OR conversation_id = S)` 语义与值域碰撞/双字段场景的等价性;批量失败时回退到原 per-session 循环。
  • 移除安装/升级路径中的 `baseline_2026_06_23` 一次性 cutover 调用,新增 `scripts/check_min_revision.py` 作为最低 revision 护栏;明确最低支持升级起点为 `baseline_2026_06_23`,低于该 revision 的数据库需从已知健康备份恢复后再升级 (Issue #1215)。

vv1.1.0

Jul 2, 2026

  • AI autonomous development workflow with retry, fork/cancel milestones, and PR-issue linkage (#716, #740, #886)
  • Real-time agent activity streaming for autonomous workflows (Issue #771)
  • Persisted remote-agent run provenance timeline with milestone TL;DR and code-change views (#988, #993)
  • Batched GitHub issues and `auto_merge` for autonomous workflows
  • AI GitHub account configuration for the autonomous agent (Issue #786)
  • Schema single source of truth — authoritative `schema.sql` loaded directly (#1273, #1276)
  • Baseline migration `baseline_2026_06_23` absorbs #1125/#1128 transcript columns
  • Dashboard UI layout optimization and Card actions (#1085)
  • Autonomous workflow timeline UI redesign and milestone compact cards (#1025, #1037)
  • Shared workspace base-dir helper + macOS symlink blacklist fix (#1138)
  • 项目管理页面总项目数统计应包含智能分类 (Issue #1384)
  • 移除默认项目分类初始化,使用智能分类替代 (Issue #1382)
  • fork 视图中「查看最近里程碑」按钮点击无响应 (Issue #1375) (#1380)
  • 添加 autonomous_workflows.retry_count 列 (Issue #1376)
  • 为 Sync to Gitee workflow 添加重试机制 (Issue #1378) (#1379)

v1.0.0

Jun 2, 2026

  • **Self-hosted AI workspace**: Work Mode for AI sessions, prompt reuse, conversation history, and project context.
  • **Remote Workspace and Remote Agent**: Run AI CLIs on development, staging, or GPU machines through a browser-managed remote agent.
  • **Multi-CLI support**: Claude Code, Qwen Code, Codex, and OpenClaw adapters with session recovery, permission modes, and history sync.
  • **API Key proxy**: Encrypt LLM API keys on the server and issue short-lived proxy tokens to local and remote sessions.
  • **Browser development loop**: Remote terminal, directory browsing, and VSCode/code-server proxy support.
  • Flask backend with SQLAlchemy repositories and Alembic migrations.
  • React 18, TypeScript, Vite, Bootstrap 5, and Chart.js frontend.
  • PostgreSQL and SQLite support for development and deployment workflows.
  • Remote agent package with CLI adapters, WebSocket terminal support, and session synchronization.
  • Docker Compose quick start with PostgreSQL.
  • Source installation path for local development.
  • Kubernetes deployment reference.
  • Linux systemd and macOS launchd support for remote agents.