@agent-vm/agent-vm 0.0.77 → 0.0.78

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.
@@ -214,7 +214,7 @@ MCP Portal is a scoped tool facade over deployment-owned upstream MCP servers. M
214
214
 
215
215
  All portal responses are { ok, results, errors, diagnostics }. results is keyed by request/call id. Each keyed result is either { ok: true, input, output } or { ok: false, input, error }.
216
216
 
217
- Each agent receives a named profile in mcp-portal.config.jsonc. mcp.config.jsonc owns the upstream MCP providers; mcp-portal.config.jsonc owns agent profile assignments and profile policies. Each profile is a complete policy; profiles do not inherit from or merge with other profiles. Namespace exposure defaults to deny-all unless config enables namespaces. Denied tools do not enter the agent's catalog or search index.
217
+ Each agent receives a named profile in mcp-portal.config.jsonc. mcp.config.jsonc owns the upstream MCP providers; mcp-portal.config.jsonc owns agent profile assignments and profile policies. Each profile is a complete policy; profiles do not inherit from or merge with other profiles. Namespace exposure defaults to deny-all unless config enables namespaces. Every namespace must choose one tool exposure mode: tools.enableAll: true, tools.enabled: [...], or tools.disabled: true. Use tools.hidden only with tools.enableAll. Denied tools do not enter the agent's catalog or search index.
218
218
 
219
219
  Authored config is JSONC. $schema points at local config/schemas/*.schema.json files generated by agent-vm init. schemaVersion is the runtime compatibility gate.
220
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-vm/agent-vm",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "Controller CLI and HTTP server for sandboxed VM coding agents.",
5
5
  "homepage": "https://github.com/ShravanSunder/agent-vm#readme",
6
6
  "bugs": {
@@ -40,16 +40,16 @@
40
40
  "jsonc-parser": "^3.3.1",
41
41
  "tasuku": "^2.3.0",
42
42
  "zod": "^4.4.3",
43
- "@agent-vm/gondolin-adapter": "0.0.77",
44
- "@agent-vm/agent-vm-worker": "0.0.77",
45
- "@agent-vm/config-contracts": "0.0.77",
46
- "@agent-vm/mcp-portal": "0.0.77",
47
- "@agent-vm/openclaw-agent-vm-plugin": "0.0.77",
48
- "@agent-vm/secret-management": "0.0.77",
49
- "@agent-vm/openclaw-gateway": "0.0.77",
50
- "@agent-vm/gateway-interface": "0.0.77",
51
- "@agent-vm/worker-gateway": "0.0.77",
52
- "@agent-vm/openclaw-mcp-portal-plugin": "0.0.77"
43
+ "@agent-vm/agent-vm-worker": "0.0.78",
44
+ "@agent-vm/gondolin-adapter": "0.0.78",
45
+ "@agent-vm/gateway-interface": "0.0.78",
46
+ "@agent-vm/openclaw-gateway": "0.0.78",
47
+ "@agent-vm/openclaw-mcp-portal-plugin": "0.0.78",
48
+ "@agent-vm/secret-management": "0.0.78",
49
+ "@agent-vm/worker-gateway": "0.0.78",
50
+ "@agent-vm/config-contracts": "0.0.78",
51
+ "@agent-vm/mcp-portal": "0.0.78",
52
+ "@agent-vm/openclaw-agent-vm-plugin": "0.0.78"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "rm -rf dist && tsc -p tsconfig.build.json",