rterm-backend 3.2.9 → 3.2.10

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.2.9",
4
- "description": "Headless AI-native backend for RTerm / neuralOS — v3.2.9: GyShell v1.7.0 parity. New rterm CLI (apps/cli), per-model requestParams, Agent Setting auto-save, close_terminal_tab, SSH-to-SSH direct transfer, tightened skill scan roots, Seamless failure states, chat-selection stability, Windows terminal reflow sync. 11 plugins, 55 plugin tools wired, parallel tool execution, captureStatus. Transports (SSH/serial/local), SQLite, and NATS libs install automatically.",
3
+ "version": "3.2.10",
4
+ "description": "Headless AI-native backend for RTerm / neuralOS — v3.2.10: fixes rename (terminal tabs + chat sessions; window.prompt throws in Electron 42 in-app modal) and the chat scroll trap after Prev/Next/Latest user-nav. 11 plugins, 55 plugin tools wired, parallel tool execution, captureStatus, rterm CLI. 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",