rterm-backend 2.9.1 → 2.9.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rterm-backend",
3
- "version": "2.9.1",
4
- "description": "RTerm headless backend run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation with event-driven triggers + NATS event mesh, scheduled automation, SRE observability, Netdata integration, AWS APerf performance deep-dive, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory).",
3
+ "version": "2.9.3",
4
+ "description": "RTerm headless backend \u2014 run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory). Dual-published as neuralos. v2.9.3: all agent tools now visible in the Tools section.",
5
5
  "main": "bin/gybackend.js",
6
6
  "bin": {
7
7
  "gybackend": "bin/gybackend.cjs"
@@ -45,25 +45,18 @@
45
45
  "devops",
46
46
  "fleet",
47
47
  "automation",
48
- "event-driven",
49
- "triggers",
50
- "nats",
51
48
  "headless",
52
49
  "backend",
53
50
  "websocket",
54
51
  "rpc",
55
- "rundeck",
56
- "ansible",
57
52
  "sre",
58
53
  "observability",
59
- "netdata",
60
- "aperf",
61
- "monitoring",
62
54
  "prometheus",
63
55
  "opentelemetry",
64
56
  "secrets",
65
57
  "on-call",
66
58
  "gitops",
67
- "cloud-inventory"
59
+ "cloud-inventory",
60
+ "monitoring"
68
61
  ]
69
62
  }