mancode 0.3.16 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +3 -3
- package/README.md +3 -3
- package/dist/cli.js +1150 -768
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<p align="center">
|
|
18
18
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?style=flat-square" alt="License: AGPL-3.0" /></a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/mancode"><img src="https://img.shields.io/npm/v/mancode?style=flat-square" alt="npm version" /></a>
|
|
20
|
-
<img src="https://img.shields.io/badge/status-Continuity%20v0.3.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-Continuity%20v0.3.18-2f855a?style=flat-square" alt="Status: mancode Continuity v0.3.18" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode-5865F2?style=flat-square" alt="Platforms: Claude Code, Cursor, Codex in ChatGPT desktop and CLI, GitHub Copilot, ZCode" />
|
|
22
22
|
</p>
|
|
23
23
|
|
|
@@ -353,7 +353,7 @@ it should behave, and why previous decisions were made.
|
|
|
353
353
|
|
|
354
354
|
## Installation
|
|
355
355
|
|
|
356
|
-
**Status**: mancode Continuity v0.3.
|
|
356
|
+
**Status**: mancode Continuity v0.3.18. Claude Code, Cursor, Codex in the ChatGPT
|
|
357
357
|
desktop app and CLI, GitHub Copilot, and ZCode adapters are included.
|
|
358
358
|
|
|
359
359
|
Requires Node.js 20 or newer. macOS, Linux, Windows CMD, PowerShell, and Git Bash
|
|
@@ -452,7 +452,7 @@ mancode version
|
|
|
452
452
|
Simplified output:
|
|
453
453
|
|
|
454
454
|
```text
|
|
455
|
-
mancode v0.3.
|
|
455
|
+
mancode v0.3.18
|
|
456
456
|
|
|
457
457
|
Project: my-app
|
|
458
458
|
Runtime: ready
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<p align="center">
|
|
18
18
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?style=flat-square" alt="许可证:AGPL-3.0" /></a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/mancode"><img src="https://img.shields.io/npm/v/mancode?style=flat-square" alt="npm 版本" /></a>
|
|
20
|
-
<img src="https://img.shields.io/badge/status-Continuity%20v0.3.
|
|
20
|
+
<img src="https://img.shields.io/badge/status-Continuity%20v0.3.18-2f855a?style=flat-square" alt="状态:mancode Continuity v0.3.18" />
|
|
21
21
|
<img src="https://img.shields.io/badge/platforms-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20Copilot%20%7C%20ZCode-5865F2?style=flat-square" alt="平台:Claude Code、Cursor、ChatGPT 桌面端 Codex、Codex CLI、GitHub Copilot、ZCode" />
|
|
22
22
|
</p>
|
|
23
23
|
|
|
@@ -307,7 +307,7 @@ src/components/
|
|
|
307
307
|
|
|
308
308
|
## 安装
|
|
309
309
|
|
|
310
|
-
**状态**:mancode Continuity v0.3.
|
|
310
|
+
**状态**:mancode Continuity v0.3.18。Claude Code、Cursor、ChatGPT 桌面端中的
|
|
311
311
|
Codex、Codex CLI、GitHub Copilot 和 ZCode adapter 均已接入。
|
|
312
312
|
|
|
313
313
|
需要 Node.js 20 或更高版本。原生支持 macOS、Linux、Windows CMD、
|
|
@@ -404,7 +404,7 @@ mancode version
|
|
|
404
404
|
以下是简化输出示例:
|
|
405
405
|
|
|
406
406
|
```text
|
|
407
|
-
mancode v0.3.
|
|
407
|
+
mancode v0.3.18
|
|
408
408
|
|
|
409
409
|
Project: my-app
|
|
410
410
|
Runtime: ready
|