neuralos 3.1.8 → 3.1.9
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 +0 -2
- package/package.json +2 -2
package/bin/gybackend.cjs
CHANGED
|
@@ -391976,8 +391976,6 @@ function createObservability(deps) {
|
|
|
391976
391976
|
),
|
|
391977
391977
|
onLog: deps.onLog
|
|
391978
391978
|
});
|
|
391979
|
-
void pluginRegistry.reload().catch(() => {
|
|
391980
|
-
});
|
|
391981
391979
|
const prometheusRegistry = new PrometheusRegistry({ prefix: "rterm" });
|
|
391982
391980
|
const otelEndpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT ?? process.env.RTERM_OTLP_METRICS_ENDPOINT;
|
|
391983
391981
|
const otelExporter = otelEndpoint ? new OtelExporter({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neuralos",
|
|
3
|
-
"version": "3.1.
|
|
4
|
-
"description": "Headless AI-native backend for RTerm / neuralOS — v3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
|
+
"description": "Headless AI-native backend for RTerm / neuralOS — v3.1.9: fix plugin tool wiring race condition (all 11 plugins now 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",
|