From 452b74f9bf4ec748b76719d1fcef9de8f4fd9515 Mon Sep 17 00:00:00 2001 From: whitelonng Date: Fri, 24 Jul 2026 21:11:44 +0800 Subject: [PATCH] chore: prepare 0.5.0 release --- README.en.md | 6 +++--- README.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- website/docs.html | 2 +- website/docs.zh-CN.html | 2 +- website/index.html | 2 +- website/index.zh-CN.html | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.en.md b/README.en.md index 2524a3b..f844f0b 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,7 @@

License: AGPL-3.0 npm version - Status: mancode Continuity v0.4.2 + Status: mancode Continuity v0.5.0 Platforms: Claude Code, Cursor, Codex in ChatGPT desktop and CLI, GitHub Copilot, ZCode

@@ -382,7 +382,7 @@ it should behave, and why previous decisions were made. ## Installation -**Status**: mancode Continuity v0.4.2. Claude Code, Cursor, Codex in the ChatGPT +**Status**: mancode Continuity v0.5.0. Claude Code, Cursor, Codex in the ChatGPT desktop app and CLI, GitHub Copilot, and ZCode adapters are included. Requires Node.js 20 or newer. macOS, Linux, Windows CMD, PowerShell, and Git Bash @@ -493,7 +493,7 @@ mancode version Simplified output: ```text -mancode v0.4.2 +mancode v0.5.0 Project: my-app Runtime: ready diff --git a/README.md b/README.md index bafa479..3754a56 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

许可证:AGPL-3.0 npm 版本 - 状态:mancode Continuity v0.4.2 + 状态:mancode Continuity v0.5.0 平台:Claude Code、Cursor、ChatGPT 桌面端 Codex、Codex CLI、GitHub Copilot、ZCode

@@ -336,7 +336,7 @@ src/components/ ## 安装 -**状态**:mancode Continuity v0.4.2。Claude Code、Cursor、ChatGPT 桌面端中的 +**状态**:mancode Continuity v0.5.0。Claude Code、Cursor、ChatGPT 桌面端中的 Codex、Codex CLI、GitHub Copilot 和 ZCode adapter 均已接入。 需要 Node.js 20 或更高版本。原生支持 macOS、Linux、Windows CMD、 @@ -445,7 +445,7 @@ mancode version 以下是简化输出示例: ```text -mancode v0.4.2 +mancode v0.5.0 Project: my-app Runtime: ready diff --git a/package-lock.json b/package-lock.json index 62a69a4..a7b0c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mancode", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mancode", - "version": "0.4.2", + "version": "0.5.0", "license": "AGPL-3.0-only", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index 8a9d685..4e361e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mancode", - "version": "0.4.2", + "version": "0.5.0", "description": "AI coding agent workflow harness with mancode Continuity for cross-conversation tasks, decisions, verification, and team coordination.", "type": "module", "license": "AGPL-3.0-only", diff --git a/website/docs.html b/website/docs.html index 1a9234d..f62c5ac 100644 --- a/website/docs.html +++ b/website/docs.html @@ -24,7 +24,7 @@
mancode - Documentation / v0.4.2 + Documentation / v0.5.0