@menteeai/menteeswe 0.1.0 → 0.1.2
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 +2 -2
- package/dist/cli.js +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ An autonomous **SWE agent in your terminal**. It investigates your repository, p
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g menteeswe
|
|
10
|
+
npm install -g @menteeai/menteeswe
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Quick start
|
|
@@ -21,7 +21,7 @@ cd your-project
|
|
|
21
21
|
mentee "fix the failing auth tests"
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
Or try without installing: `npx menteeswe "your task"`.
|
|
24
|
+
Or try without installing: `npx @menteeai/menteeswe "your task"`.
|
|
25
25
|
|
|
26
26
|
## Providers
|
|
27
27
|
|
package/dist/cli.js
CHANGED
|
@@ -1413,11 +1413,10 @@ var init_App = __esm({
|
|
|
1413
1413
|
"zai-coding": "Z.ai GLM Coding Plan subscription \xB7 api.z.ai/api/coding",
|
|
1414
1414
|
mock: "offline testing \xB7 no network"
|
|
1415
1415
|
};
|
|
1416
|
-
BANNER = `
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|_| |_|\\___|_|/_/ \\_\\_____|`;
|
|
1416
|
+
BANNER = `M
|
|
1417
|
+
\u2571\u2500\u2500\u2572
|
|
1418
|
+
MenteE SWE \u2014 https://menteeai.org
|
|
1419
|
+
Twitter: x.com/menteeaiorg`;
|
|
1421
1420
|
}
|
|
1422
1421
|
});
|
|
1423
1422
|
|
package/package.json
CHANGED