mocode-ai 1.5.4 → 1.5.5

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.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  # MoCode
6
6
 
7
+ [![npm version](https://img.shields.io/npm/v/mocode-ai.svg)](https://www.npmjs.com/package/mocode-ai)
8
+ [![npm downloads](https://img.shields.io/npm/dm/mocode-ai.svg)](https://www.npmjs.com/package/mocode-ai)
9
+ [![CI](https://img.shields.io/github/actions/workflow/status/wanxunyang/mocode/ci.yml?label=CI)](https://github.com/wanxunyang/mocode/actions/workflows/ci.yml)
10
+ [![license](https://img.shields.io/github/license/wanxunyang/mocode)](https://github.com/wanxunyang/mocode/blob/main/LICENSE)
11
+
7
12
  A terminal coding agent: give it a goal, and it **completes it autonomously** — no step-by-step hand-holding required.
8
13
 
9
14
  MoCode explores your code, reads/writes/edits files, runs shell commands, and searches the web on its own, driving the task forward through a loop of "think → call a tool → observe the result → think again." It works with any OpenAI-compatible endpoint (GLM, DeepSeek, Qwen, local Ollama / vLLM, etc.), runs as a full-screen TUI with streaming output and visible reasoning.
package/README.zh-CN.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  # MoCode
6
6
 
7
+ [![npm version](https://img.shields.io/npm/v/mocode-ai.svg)](https://www.npmjs.com/package/mocode-ai)
8
+ [![npm downloads](https://img.shields.io/npm/dm/mocode-ai.svg)](https://www.npmjs.com/package/mocode-ai)
9
+ [![CI](https://img.shields.io/github/actions/workflow/status/wanxunyang/mocode/ci.yml?label=CI)](https://github.com/wanxunyang/mocode/actions/workflows/ci.yml)
10
+ [![license](https://img.shields.io/github/license/wanxunyang/mocode)](https://github.com/wanxunyang/mocode/blob/main/LICENSE)
11
+
7
12
  一个终端编码 agent:你给一个目标,它**自主完成**——不需要你逐步指挥。
8
13
 
9
14
  mocode 自己探索代码、读写改文件、执行命令、联网查资料,以「思考 → 调用工具 → 观察结果 → 再思考」的循环一步步把任务推进到完成。接任意 OpenAI 兼容接口(GLM、DeepSeek、Qwen、本地 Ollama / vLLM 等),全屏 TUI 交互,流式输出、思考过程可见。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocode-ai",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "终端编码 agent:LLM + tool-call 循环 + 流式输出(含思考)+ 25 个工具,接任意 OpenAI 兼容后端。",
5
5
  "type": "module",
6
6
  "bin": {
@@ -63,6 +63,22 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/wanxunyang/mocode.git"
65
65
  },
66
+ "homepage": "https://github.com/wanxunyang/mocode",
67
+ "keywords": [
68
+ "ai-agent",
69
+ "coding-agent",
70
+ "terminal",
71
+ "cli",
72
+ "llm",
73
+ "agent",
74
+ "tui",
75
+ "mcp",
76
+ "ollama",
77
+ "deepseek",
78
+ "evals",
79
+ "memory",
80
+ "typescript"
81
+ ],
66
82
  "author": "wxy",
67
83
  "license": "MIT"
68
84
  }