Skip to content

Commit 6808b72

Browse files
committed
fix: harden coding agent setup
1 parent 17b40db commit 6808b72

15 files changed

Lines changed: 1038 additions & 308 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ mmx agent setup --agent codex --agent claude-code --api-key "$MINIMAX_API_KEY" -
190190
mmx agent setup --all --api-key "$MINIMAX_API_KEY" --region cn --output json
191191
```
192192

193-
The command verifies the key and selected region before writing. Existing files are backed up when changed; use `--dry-run` to preview or `--skip-verify` to skip the live request. Agent setup only writes configuration files; it does not install or launch the selected agents.
193+
The command verifies the key and selected region before writing. Existing files are backed up when changed; use `--dry-run` to preview without a live request. Agent setup only writes configuration files; it does not install or launch the selected agents.
194194

195195
### `mmx update`
196196

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ mmx agent setup --agent codex --agent claude-code --api-key "$MINIMAX_API_KEY" -
166166
mmx agent setup --all --api-key "$MINIMAX_API_KEY" --region cn --output json
167167
```
168168

169-
写入前会验证 Key 和所选区域;修改已有文件时会创建备份。可用 `--dry-run` 预览,或用 `--skip-verify` 跳过联网验证。该命令只管理配置文件,不会安装或启动所选 Agent。
169+
写入前会验证 Key 和所选区域;修改已有文件时会创建备份。可用 `--dry-run` 预览且不会发起联网请求。该命令只管理配置文件,不会安装或启动所选 Agent。
170170

171171
### `mmx update`
172172

bun.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@
4040
"test:watch": "bun test --watch"
4141
},
4242
"dependencies": {
43-
"@clack/core": "^0.3.5",
44-
"@clack/prompts": "^0.7.0",
43+
"@clack/core": "1.0.0",
44+
"@clack/prompts": "1.0.0",
4545
"bun-plugin-dts": "^0.4.0",
4646
"es-toolkit": "^1.46.1",
4747
"jsonc-parser": "^3.3.1",
48+
"picocolors": "^1.1.1",
4849
"smol-toml": "^1.8.0",
4950
"undici": "^6.21.1",
5051
"yaml": "^2.9.0"

0 commit comments

Comments
 (0)