nestor-sh 2.7.0 → 2.7.1
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/nestor.mjs +11 -11
- package/dist/studio/assets/index-CgYCHAo_.js +596 -0
- package/dist/studio/index.html +1 -1
- package/package.json +1 -1
package/dist/nestor.mjs
CHANGED
|
@@ -11430,7 +11430,7 @@ var SERVER_VERSION, startTime;
|
|
|
11430
11430
|
var init_health = __esm({
|
|
11431
11431
|
"../server/src/routes/health.ts"() {
|
|
11432
11432
|
"use strict";
|
|
11433
|
-
SERVER_VERSION = "2.7.
|
|
11433
|
+
SERVER_VERSION = "2.7.1";
|
|
11434
11434
|
startTime = Date.now();
|
|
11435
11435
|
}
|
|
11436
11436
|
});
|
|
@@ -12843,7 +12843,7 @@ var init_system = __esm({
|
|
|
12843
12843
|
init_error_handler();
|
|
12844
12844
|
init_broadcaster();
|
|
12845
12845
|
init_approval_service();
|
|
12846
|
-
SERVER_VERSION2 = "
|
|
12846
|
+
SERVER_VERSION2 = "2.7.1";
|
|
12847
12847
|
startTime2 = Date.now();
|
|
12848
12848
|
UpdateConfigSchema = z9.object({
|
|
12849
12849
|
server: z9.object({
|
|
@@ -20273,7 +20273,7 @@ function isNativeAvailable() {
|
|
|
20273
20273
|
return nativeModule !== null;
|
|
20274
20274
|
}
|
|
20275
20275
|
function getNativeVersion() {
|
|
20276
|
-
return nativeModule ? "2.7.
|
|
20276
|
+
return nativeModule ? "2.7.1" : null;
|
|
20277
20277
|
}
|
|
20278
20278
|
function validateSsrf(url, allowPrivate = false) {
|
|
20279
20279
|
if (nativeModule) {
|
|
@@ -149749,7 +149749,7 @@ var init_admin2 = __esm({
|
|
|
149749
149749
|
"../server/src/routes/admin.ts"() {
|
|
149750
149750
|
"use strict";
|
|
149751
149751
|
init_rate_limit();
|
|
149752
|
-
SERVER_VERSION3 = "
|
|
149752
|
+
SERVER_VERSION3 = "2.7.1";
|
|
149753
149753
|
startTime3 = Date.now();
|
|
149754
149754
|
}
|
|
149755
149755
|
});
|
|
@@ -153046,7 +153046,7 @@ var VERSION2, DATA_DIR3, TELEMETRY_ID_FILE, TELEMETRY_LOG_FILE, DEFAULT_FLUSH_TH
|
|
|
153046
153046
|
var init_telemetry2 = __esm({
|
|
153047
153047
|
"../server/src/services/telemetry.ts"() {
|
|
153048
153048
|
"use strict";
|
|
153049
|
-
VERSION2 = "
|
|
153049
|
+
VERSION2 = "2.7.1";
|
|
153050
153050
|
DATA_DIR3 = join23(homedir8(), ".nestor");
|
|
153051
153051
|
TELEMETRY_ID_FILE = join23(DATA_DIR3, "telemetry-id");
|
|
153052
153052
|
TELEMETRY_LOG_FILE = join23(DATA_DIR3, "telemetry.jsonl");
|
|
@@ -157365,7 +157365,7 @@ var init_src6 = __esm({
|
|
|
157365
157365
|
await this._handle.listen();
|
|
157366
157366
|
const authMode = config2.apiKey ? "API key" : "open (no auth)";
|
|
157367
157367
|
console.log(`
|
|
157368
|
-
Nestor Server
|
|
157368
|
+
Nestor Server v2.7.1`);
|
|
157369
157369
|
console.log(` \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500`);
|
|
157370
157370
|
console.log(` HTTP : http://${this._host}:${this._port}`);
|
|
157371
157371
|
console.log(` WS : ws://${this._host}:${this._port}/ws`);
|
|
@@ -167127,7 +167127,7 @@ var init_server = __esm({
|
|
|
167127
167127
|
MCP_PROTOCOL_VERSION = "2024-11-05";
|
|
167128
167128
|
SERVER_INFO = {
|
|
167129
167129
|
name: "nestor",
|
|
167130
|
-
version: "2.7.
|
|
167130
|
+
version: "2.7.1"
|
|
167131
167131
|
};
|
|
167132
167132
|
SERVER_CAPABILITIES = {
|
|
167133
167133
|
tools: { listChanged: false },
|
|
@@ -167571,7 +167571,7 @@ function printWelcome() {
|
|
|
167571
167571
|
console.log(chalk11.cyan(` | .\` | | _| \\__ \\ | | | (_) | | / _ \\__ \\ | __ |`));
|
|
167572
167572
|
console.log(chalk11.cyan(` |_|\\_| |___| |___/ |_| \\___/ |_|_\\ (_) |___/ |_||_|`));
|
|
167573
167573
|
console.log("");
|
|
167574
|
-
console.log(chalk11.dim(" Interactive Shell \u2014
|
|
167574
|
+
console.log(chalk11.dim(" Interactive Shell \u2014 v2.7.1"));
|
|
167575
167575
|
console.log(chalk11.dim(" Type /help for commands, /exit to quit."));
|
|
167576
167576
|
console.log(chalk11.dim(" Multiline: end a line with \\ or use ``` code blocks."));
|
|
167577
167577
|
console.log("");
|
|
@@ -169511,7 +169511,7 @@ var BANNER = `
|
|
|
169511
169511
|
function registerStartCommand(program2) {
|
|
169512
169512
|
program2.command("start").description("Start the Nestor server").option("-p, --port <port>", "Server port").option("-H, --host <host>", "Server host").option("--no-studio", "Disable the Studio web UI").action(async (options) => {
|
|
169513
169513
|
console.log(chalk.cyan(BANNER));
|
|
169514
|
-
console.log(chalk.dim(`
|
|
169514
|
+
console.log(chalk.dim(` v2.7.1
|
|
169515
169515
|
`));
|
|
169516
169516
|
let config2 = readConfigFile();
|
|
169517
169517
|
if (!config2) {
|
|
@@ -171203,7 +171203,7 @@ async function startForeground() {
|
|
|
171203
171203
|
console.log(chalk12.cyan(` | .\` | | _| \\__ \\ | | | (_) | | / _ \\__ \\ | __ |`));
|
|
171204
171204
|
console.log(chalk12.cyan(` |_|\\_| |___| |___/ |_| \\___/ |_|_\\ (_) |___/ |_||_|`));
|
|
171205
171205
|
console.log("");
|
|
171206
|
-
console.log(chalk12.dim(" Daemon Mode \u2014
|
|
171206
|
+
console.log(chalk12.dim(" Daemon Mode \u2014 v2.7.1"));
|
|
171207
171207
|
console.log(chalk12.dim(` PID: ${process.pid}`));
|
|
171208
171208
|
console.log(chalk12.dim(` Log: ${LOG_FILE}`));
|
|
171209
171209
|
console.log("");
|
|
@@ -173373,7 +173373,7 @@ if (command2 && !["--help", "-h", "--version", "-V", "install"].includes(command
|
|
|
173373
173373
|
}
|
|
173374
173374
|
}
|
|
173375
173375
|
var program = new Command();
|
|
173376
|
-
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.7.
|
|
173376
|
+
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.7.1");
|
|
173377
173377
|
registerStartCommand(program);
|
|
173378
173378
|
registerInstallCommand(program);
|
|
173379
173379
|
registerAgentCommand(program);
|