@sruim/mentat-code-mini 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/run.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sruim/mentat-code-mini",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Your AI Coding Agent - Rust-powered CLI distributed via npm",
5
5
  "repository": {
6
6
  "type": "git",
package/run.js CHANGED
@@ -5,7 +5,7 @@ const os = require("os");
5
5
  const { version } = require("./package.json");
6
6
 
7
7
  const REPO = "Sruimeng/mentat-code-mini";
8
- const NAME = "mentat-code-mini";
8
+ const NAME = "mentat";
9
9
 
10
10
  /**
11
11
  * 获取当前平台的二进制文件后缀