@menteeai/menteeswe 0.1.1 → 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.
Files changed (2) hide show
  1. package/dist/cli.js +4 -5
  2. package/package.json +1 -1
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@menteeai/menteeswe",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",