@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.
- package/dist/cli.js +4 -5
- 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