nestor-sh 3.4.0 → 3.4.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/prompts/BOOTSTRAP.md +2 -2
- package/package.json +5 -5
package/dist/nestor.mjs
CHANGED
|
@@ -13233,7 +13233,7 @@ function isNativeAvailable() {
|
|
|
13233
13233
|
return nativeModule !== null;
|
|
13234
13234
|
}
|
|
13235
13235
|
function getNativeVersion() {
|
|
13236
|
-
return nativeModule ? "3.4.
|
|
13236
|
+
return nativeModule ? "3.4.1" : null;
|
|
13237
13237
|
}
|
|
13238
13238
|
function validateSsrf(url, allowPrivate = false) {
|
|
13239
13239
|
if (nativeModule) {
|
|
@@ -117822,7 +117822,7 @@ var SERVER_VERSION, startTime;
|
|
|
117822
117822
|
var init_health = __esm({
|
|
117823
117823
|
"../server/src/routes/health.ts"() {
|
|
117824
117824
|
"use strict";
|
|
117825
|
-
SERVER_VERSION = "3.4.
|
|
117825
|
+
SERVER_VERSION = "3.4.1";
|
|
117826
117826
|
startTime = Date.now();
|
|
117827
117827
|
}
|
|
117828
117828
|
});
|
|
@@ -119235,7 +119235,7 @@ var init_system = __esm({
|
|
|
119235
119235
|
init_error_handler();
|
|
119236
119236
|
init_broadcaster();
|
|
119237
119237
|
init_approval_service();
|
|
119238
|
-
SERVER_VERSION2 = "3.4.
|
|
119238
|
+
SERVER_VERSION2 = "3.4.1";
|
|
119239
119239
|
startTime2 = Date.now();
|
|
119240
119240
|
UpdateConfigSchema = z20.object({
|
|
119241
119241
|
server: z20.object({
|
|
@@ -157013,7 +157013,7 @@ var init_admin2 = __esm({
|
|
|
157013
157013
|
"../server/src/routes/admin.ts"() {
|
|
157014
157014
|
"use strict";
|
|
157015
157015
|
init_rate_limit();
|
|
157016
|
-
SERVER_VERSION3 = "3.4.
|
|
157016
|
+
SERVER_VERSION3 = "3.4.1";
|
|
157017
157017
|
startTime3 = Date.now();
|
|
157018
157018
|
}
|
|
157019
157019
|
});
|
|
@@ -160590,7 +160590,7 @@ var VERSION2, DATA_DIR3, TELEMETRY_ID_FILE, TELEMETRY_LOG_FILE, DEFAULT_FLUSH_TH
|
|
|
160590
160590
|
var init_telemetry2 = __esm({
|
|
160591
160591
|
"../server/src/services/telemetry.ts"() {
|
|
160592
160592
|
"use strict";
|
|
160593
|
-
VERSION2 = "3.4.
|
|
160593
|
+
VERSION2 = "3.4.1";
|
|
160594
160594
|
DATA_DIR3 = join26(homedir9(), ".nestor");
|
|
160595
160595
|
TELEMETRY_ID_FILE = join26(DATA_DIR3, "telemetry-id");
|
|
160596
160596
|
TELEMETRY_LOG_FILE = join26(DATA_DIR3, "telemetry.jsonl");
|
|
@@ -309813,7 +309813,7 @@ var init_src8 = __esm({
|
|
|
309813
309813
|
await this._handle.listen();
|
|
309814
309814
|
const authMode = config2.apiKey ? "API key" : "open (no auth)";
|
|
309815
309815
|
console.log(`
|
|
309816
|
-
Nestor Server v3.4.
|
|
309816
|
+
Nestor Server v3.4.1`);
|
|
309817
309817
|
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`);
|
|
309818
309818
|
console.log(` HTTP : http://${this._host}:${this._port}`);
|
|
309819
309819
|
console.log(` WS : ws://${this._host}:${this._port}/ws`);
|
|
@@ -319602,7 +319602,7 @@ var init_server = __esm({
|
|
|
319602
319602
|
MCP_PROTOCOL_VERSION = "2024-11-05";
|
|
319603
319603
|
SERVER_INFO = {
|
|
319604
319604
|
name: "nestor",
|
|
319605
|
-
version: "3.4.
|
|
319605
|
+
version: "3.4.1"
|
|
319606
319606
|
};
|
|
319607
319607
|
SERVER_CAPABILITIES = {
|
|
319608
319608
|
tools: { listChanged: false },
|
|
@@ -320080,7 +320080,7 @@ function printWelcome() {
|
|
|
320080
320080
|
console.log(chalk11.cyan(` | .\` | | _| \\__ \\ | | | (_) | | / _ \\__ \\ | __ |`));
|
|
320081
320081
|
console.log(chalk11.cyan(` |_|\\_| |___| |___/ |_| \\___/ |_|_\\ (_) |___/ |_||_|`));
|
|
320082
320082
|
console.log("");
|
|
320083
|
-
console.log(chalk11.dim(" Interactive Shell \u2014 v3.4.
|
|
320083
|
+
console.log(chalk11.dim(" Interactive Shell \u2014 v3.4.1"));
|
|
320084
320084
|
console.log(chalk11.dim(" Type /help for commands, /exit to quit."));
|
|
320085
320085
|
console.log(chalk11.dim(" Multiline: end a line with \\ or use ``` code blocks."));
|
|
320086
320086
|
console.log("");
|
|
@@ -322047,7 +322047,7 @@ var BANNER = `
|
|
|
322047
322047
|
function registerStartCommand(program2) {
|
|
322048
322048
|
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) => {
|
|
322049
322049
|
console.log(chalk.cyan(BANNER));
|
|
322050
|
-
console.log(chalk.dim(` v3.4.
|
|
322050
|
+
console.log(chalk.dim(` v3.4.1
|
|
322051
322051
|
`));
|
|
322052
322052
|
let config2 = readConfigFile();
|
|
322053
322053
|
if (!config2) {
|
|
@@ -324107,7 +324107,7 @@ async function startForeground() {
|
|
|
324107
324107
|
console.log(chalk12.cyan(` | .\` | | _| \\__ \\ | | | (_) | | / _ \\__ \\ | __ |`));
|
|
324108
324108
|
console.log(chalk12.cyan(` |_|\\_| |___| |___/ |_| \\___/ |_|_\\ (_) |___/ |_||_|`));
|
|
324109
324109
|
console.log("");
|
|
324110
|
-
console.log(chalk12.dim(" Daemon Mode \u2014 v3.4.
|
|
324110
|
+
console.log(chalk12.dim(" Daemon Mode \u2014 v3.4.1"));
|
|
324111
324111
|
console.log(chalk12.dim(` PID: ${process.pid}`));
|
|
324112
324112
|
console.log(chalk12.dim(` Log: ${LOG_FILE}`));
|
|
324113
324113
|
console.log("");
|
|
@@ -327617,7 +327617,7 @@ function registerEvolveCommand(program2) {
|
|
|
327617
327617
|
|
|
327618
327618
|
// src/index.ts
|
|
327619
327619
|
var program = new Command();
|
|
327620
|
-
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("3.4.
|
|
327620
|
+
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("3.4.1");
|
|
327621
327621
|
registerStartCommand(program);
|
|
327622
327622
|
registerInstallCommand(program);
|
|
327623
327623
|
registerAgentCommand(program);
|
|
@@ -26,8 +26,8 @@ Then, conversationally (one thing at a time, do not interrogate):
|
|
|
26
26
|
## After the conversation
|
|
27
27
|
|
|
28
28
|
Write what you learned to:
|
|
29
|
-
- `CLAUDE.md` → between `<!-- nestor:managed:start -->` and `<!-- nestor:managed:end -->` markers (create if missing, idempotent replace)
|
|
30
|
-
- `USER.md` → fill in the starter template fields
|
|
29
|
+
- `CLAUDE.md` → at the project root (user's working directory), between `<!-- nestor:managed:start -->` and `<!-- nestor:managed:end -->` markers (create if missing, idempotent replace)
|
|
30
|
+
- `USER.md` → at the project root (user's working directory), fill in the starter template fields. Do NOT edit the package-shipped `USER.md` template inside `node_modules/nestor-sh/dist/prompts/` — that one is the default. Each project has its own.
|
|
31
31
|
|
|
32
32
|
Do NOT delete anything the user wrote manually in CLAUDE.md outside the managed markers.
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestor-sh",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"description": "AI agent platform — security-first orchestration for autonomous agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"zod": "^3.24.0"
|
|
40
40
|
},
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@nestor/native-linux-x64-gnu": "3.4.
|
|
43
|
-
"@nestor/native-darwin-arm64": "3.4.
|
|
44
|
-
"@nestor/native-darwin-x64": "3.4.
|
|
45
|
-
"@nestor/native-win32-x64-msvc": "3.4.
|
|
42
|
+
"@nestor-sh/native-linux-x64-gnu": "3.4.1",
|
|
43
|
+
"@nestor-sh/native-darwin-arm64": "3.4.1",
|
|
44
|
+
"@nestor-sh/native-darwin-x64": "3.4.1",
|
|
45
|
+
"@nestor-sh/native-win32-x64-msvc": "3.4.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@nestor/agent": "workspace:*",
|