rterm-backend 3.1.10 → 3.1.11

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/bin/gybackend.cjs CHANGED
@@ -391926,7 +391926,7 @@ function createObservability(deps) {
391926
391926
  reviewMode: deps.reviewMode ?? "strict"
391927
391927
  });
391928
391928
  const pluginScanRoot = (process.env.GYBACKEND_DATA_DIR ?? "./.gybackend-data") + "/plugins";
391929
- const bundlePluginRoot = typeof __filename !== "undefined" ? import_node_path27.default.join(import_node_path27.default.dirname(__filename), "..", "..", "plugins") : new URL("../../plugins/", import_meta7.url).pathname;
391929
+ const bundlePluginRoot = typeof __filename !== "undefined" ? import_node_path27.default.join(import_node_path27.default.dirname(__filename), "..", "plugins") : new URL("../plugins/", import_meta7.url).pathname;
391930
391930
  const scanRoots = [pluginScanRoot, "./plugins"];
391931
391931
  try {
391932
391932
  const req = (0, import_node_module5.createRequire)(typeof __filename !== "undefined" ? __filename : import_meta7.url);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rterm-backend",
3
- "version": "3.1.10",
4
- "description": "Headless AI-native backend for RTerm / neuralOS — v3.1.10: non-blocking plugin tool wiring (all 11 plugins callable in chat, no boot hang). 11 plugins. Transports (SSH/serial/local), SQLite, and NATS libs install automatically.",
3
+ "version": "3.1.11",
4
+ "description": "Headless AI-native backend for RTerm / neuralOS — v3.1.11: fix plugin scanRoot path 55 plugin tools from 10 plugins now wired into the agent (all callable in chat). 11 plugins. Transports (SSH/serial/local), SQLite, and NATS libs install automatically.",
5
5
  "main": "bin/gybackend.cjs",
6
6
  "bin": { "gybackend": "bin/gybackend.cjs" },
7
7
  "license": "MIT",