@menteeai/menteeswe 0.1.0 → 0.1.1

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/README.md +2 -2
  2. 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@menteeai/menteeswe",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MenteE SWE — a model-agnostic autonomous software-engineering agent CLI. Bring your own intelligence: Kimi, GLM/Z.ai, and more.",
5
5
  "type": "module",
6
6
  "license": "MIT",