rterm-backend 3.1.11 → 3.1.12

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rterm-backend",
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.",
3
+ "version": "3.1.12",
4
+ "description": "Headless AI-native backend for RTerm / neuralOS — v3.1.12: comprehensive markdown rendering in chat (tables, headings, lists, blockquotes, code blocks, task lists, HR, emphasis). 11 plugins, 55 plugin tools wired. 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",