open-agents-ai 0.103.58 → 0.103.60

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 (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26645,8 +26645,11 @@ function renderSlashHelp() {
26645
26645
  ["/telegram", "Toggle Telegram bridge on/off (uses saved key)"],
26646
26646
  ["/telegram status", "Show Telegram bridge status"],
26647
26647
  ["/telegram stop", "Disconnect Telegram bridge"],
26648
- ["/nexus", "Show nexus P2P network status (or connect/disconnect/rooms)"],
26648
+ ["/nexus", "Show nexus P2P network status"],
26649
26649
  ["/nexus connect", "Connect to the agent mesh network"],
26650
+ ["/nexus restart", "Kill daemon and reconnect (picks up new version)"],
26651
+ ["/nexus restart --clean", "Restart + clear metering data for fresh stats"],
26652
+ ["/nexus disconnect", "Kill daemon without reconnecting"],
26650
26653
  ["/nexus wallet", "Show wallet address and x402 payment status"],
26651
26654
  ["/expose <backend>", "Expose local inference via libp2p (default)"],
26652
26655
  ["/expose <backend> --tunnel", "Expose via cloudflared tunnel"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.103.58",
3
+ "version": "0.103.60",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",