跳到主要内容

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.

Since v1.0.0

The repository has shipped a dense set of post-release PRs. These highlights are curated from the most visible product changes over the last three weeks.

Autonomous development workflows

  • #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

Deployment and upgrade reliability

  • #901 Docker upgrade mode
  • #1020 macOS deployment paths
  • #1053 install upgrade/migration checks
  • #1079 Docker upgrade config detection

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.

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.