nexrall-code 0.5.29 → 0.5.31
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 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -10253,9 +10253,6 @@ var require_client = __commonJS({
|
|
|
10253
10253
|
break;
|
|
10254
10254
|
}
|
|
10255
10255
|
case "context_warning": {
|
|
10256
|
-
const message = typeof evt.message === "string" ? evt.message : "";
|
|
10257
|
-
if (message)
|
|
10258
|
-
onEvent({ type: "error", message: `\u26A0\uFE0F ${message}` });
|
|
10259
10256
|
break;
|
|
10260
10257
|
}
|
|
10261
10258
|
case "thinking": {
|
|
@@ -24654,7 +24651,7 @@ function clearStatusFooter() {
|
|
|
24654
24651
|
}
|
|
24655
24652
|
|
|
24656
24653
|
// src/commands/chat.ts
|
|
24657
|
-
var CLI_VERSION = "0.5.
|
|
24654
|
+
var CLI_VERSION = "0.5.31";
|
|
24658
24655
|
var MODEL_LABELS = {
|
|
24659
24656
|
turbo: "Nexrall Turbo",
|
|
24660
24657
|
pro: "Nexrall Pro",
|
|
@@ -26077,7 +26074,7 @@ function pluginListCommand() {
|
|
|
26077
26074
|
|
|
26078
26075
|
// src/index.ts
|
|
26079
26076
|
var program2 = new Command();
|
|
26080
|
-
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.
|
|
26077
|
+
program2.name("nex").description("Nexrall Code \u2014 AI coding assistant (powered by Nexrall)").version("0.5.31");
|
|
26081
26078
|
program2.command("auth").description("Login to your Nexrall account").action(authCommand);
|
|
26082
26079
|
program2.command("logout").description("Log out of your Nexrall account").action(logoutCommand);
|
|
26083
26080
|
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) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nexrall-code",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.31",
|
|
4
4
|
"description": "Nexrall Code — AI coding assistant for your terminal (headless agent for scripts, CI and automation)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"ora": "^8.0.1",
|
|
38
38
|
"prompts": "^2.4.2",
|
|
39
39
|
"readline": "^1.3.0",
|
|
40
|
-
"@nexrall/code-core": "1.4.
|
|
40
|
+
"@nexrall/code-core": "1.4.22"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@aws-sdk/client-s3": "^3.600.0",
|