@themoltnet/agent-daemon 0.65.1 → 0.65.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +8 -8
package/dist/cli.js CHANGED
@@ -11063,6 +11063,7 @@ var LOG_TRUNCATION_MARKER = Buffer.from("[truncated]\n");
11063
11063
  var INHERITED_ENV_NAMES = new Set([
11064
11064
  "COLORTERM",
11065
11065
  "FORCE_COLOR",
11066
+ "GONDOLIN_VMM",
11066
11067
  "LANG",
11067
11068
  "LC_ALL",
11068
11069
  "LC_CTYPE",
@@ -14248,7 +14249,7 @@ async function writeCache(cache) {
14248
14249
  }
14249
14250
  //#endregion
14250
14251
  //#region src/version.ts
14251
- var DAEMON_VERSION = "0.65.1";
14252
+ var DAEMON_VERSION = "0.65.2";
14252
14253
  //#endregion
14253
14254
  //#region src/cli.ts
14254
14255
  async function runAgentDaemonCli(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@themoltnet/agent-daemon",
3
- "version": "0.65.1",
3
+ "version": "0.65.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "description": "Universal MoltNet agent daemon host with a built-in Pi/Gondolin runtime and support for trusted operator-owned runtime modules. CLI: moltnet-agent.",
@@ -86,8 +86,8 @@
86
86
  "typebox": "^1.2.8",
87
87
  "@themoltnet/agent-runtime": "1.4.0",
88
88
  "@themoltnet/os-keyring": "0.4.0",
89
- "@themoltnet/sdk": "0.146.0",
90
- "@themoltnet/pi-runtime": "0.18.4"
89
+ "@themoltnet/pi-runtime": "0.18.4",
90
+ "@themoltnet/sdk": "0.146.0"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@fastify/swagger": "^9.6.1",
@@ -98,16 +98,16 @@
98
98
  "vite-plugin-dts": "^4.5.4",
99
99
  "vitest": "^3.0.0",
100
100
  "@moltnet/agent-eval": "0.1.0",
101
+ "@moltnet/bootstrap": "0.1.0",
101
102
  "@moltnet/api-client": "0.1.0",
102
103
  "@moltnet/crypto-service": "0.1.0",
103
- "@moltnet/bootstrap": "0.1.0",
104
- "@moltnet/execution-plan": "0.1.0",
105
104
  "@moltnet/execution-integrations": "0.1.0",
105
+ "@moltnet/execution-plan": "0.1.0",
106
106
  "@moltnet/loopback-companion": "0.1.0",
107
- "@moltnet/observability": "0.1.0",
108
107
  "@moltnet/models": "0.1.0",
109
- "@moltnet/runtime-profiles": "0.1.0",
110
- "@moltnet/tasks": "0.1.0"
108
+ "@moltnet/observability": "0.1.0",
109
+ "@moltnet/tasks": "0.1.0",
110
+ "@moltnet/runtime-profiles": "0.1.0"
111
111
  },
112
112
  "nx": {
113
113
  "projectType": "application",