@menteeai/menteeswe 0.1.4 → 0.1.5
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 +5 -6
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -977,7 +977,7 @@ var init_KeyDialog = __esm({
|
|
|
977
977
|
var version;
|
|
978
978
|
var init_package = __esm({
|
|
979
979
|
"package.json"() {
|
|
980
|
-
version = "0.1.
|
|
980
|
+
version = "0.1.5";
|
|
981
981
|
}
|
|
982
982
|
});
|
|
983
983
|
|
|
@@ -1424,11 +1424,10 @@ var init_App = __esm({
|
|
|
1424
1424
|
"zai-coding": "Z.ai GLM Coding Plan subscription \xB7 api.z.ai/api/coding",
|
|
1425
1425
|
mock: "offline testing \xB7 no network"
|
|
1426
1426
|
};
|
|
1427
|
-
BANNER =
|
|
1428
|
-
|
|
|
1429
|
-
|
|
|
1430
|
-
|
|
|
1431
|
-
\\__/
|
|
1427
|
+
BANNER = ` __ __ \u{1F380}
|
|
1428
|
+
| \\/ |
|
|
1429
|
+
| |
|
|
1430
|
+
| |
|
|
1432
1431
|
MenteE SWE \u2014 https://menteeai.org
|
|
1433
1432
|
Twitter: x.com/menteeaiorg`;
|
|
1434
1433
|
}
|
package/package.json
CHANGED