@ralph-orchestrator/ralph-cli 2.4.1 → 2.4.3

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/README.md CHANGED
@@ -123,7 +123,7 @@ RObot:
123
123
  bot_token: "your-token" # Or RALPH_TELEGRAM_BOT_TOKEN env var
124
124
  ```
125
125
 
126
- - **Agent questions** — Agents emit `interact.human` events; the loop blocks until a response arrives or times out
126
+ - **Agent questions** — Agents emit `human.interact` events; the loop blocks until a response arrives or times out
127
127
  - **Proactive guidance** — Send messages anytime to steer the agent mid-loop
128
128
  - **Parallel loop routing** — Messages route via reply-to, `@loop-id` prefix, or default to primary
129
129
  - **Telegram commands** — `/status`, `/tasks`, `/restart` for real-time loop visibility
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@ralph-orchestrator/ralph-cli",
26
- "version": "2.4.1"
26
+ "version": "2.4.3"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "2.4.1"
518
+ "version": "2.4.3"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.4.1",
2
+ "artifactDownloadUrl": "https://github.com/mikeyobrien/ralph-orchestrator/releases/download/v2.4.3",
3
3
  "bin": {
4
4
  "ralph": "run-ralph.js"
5
5
  },
@@ -62,7 +62,7 @@
62
62
  "zipExt": ".tar.xz"
63
63
  }
64
64
  },
65
- "version": "2.4.1",
65
+ "version": "2.4.3",
66
66
  "volta": {
67
67
  "node": "18.14.1",
68
68
  "npm": "9.5.0"