nexrall-code 0.5.43 → 0.5.44
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -62476,7 +62476,7 @@ var InkReadlineAdapter = class extends EventEmitter3 {
|
|
|
62476
62476
|
};
|
|
62477
62477
|
|
|
62478
62478
|
// src/commands/chat.ts
|
|
62479
|
-
var CLI_VERSION = "0.5.
|
|
62479
|
+
var CLI_VERSION = "0.5.44";
|
|
62480
62480
|
var MODEL_LABELS = {
|
|
62481
62481
|
turbo: "Nexrall Turbo",
|
|
62482
62482
|
pro: "Nexrall Pro",
|
|
@@ -63923,7 +63923,7 @@ function pluginListCommand() {
|
|
|
63923
63923
|
|
|
63924
63924
|
// src/index.ts
|
|
63925
63925
|
var program2 = new Command();
|
|
63926
|
-
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.
|
|
63926
|
+
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.44");
|
|
63927
63927
|
program2.command("auth").description("Login to your Nexrall account").action(authCommand);
|
|
63928
63928
|
program2.command("logout").description("Log out of your Nexrall account").action(logoutCommand);
|
|
63929
63929
|
program2.command("update").description("Update nex to the latest version").option("-c, --check", "Check for updates without installing").option("-y, --yes", "Skip confirmation prompt").action(async (opts) => {
|