@realtimex/sdk 2.0.13 → 2.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimex/sdk",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "SDK for building Local Apps that integrate with RealtimeX",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: realtimex-moderator-sdk
3
- description: "Use the RealTimeX API through the generated CLI for workspace, thread, terminal-agent sessions, channel (Telegram, Zalo, Discord), skills, plugins and send messages, setup personality, heartbeat tasks operations."
3
+ description: "Use the RealTimeX API through the generated CLI for workspace, thread, terminal-agent sessions, channel (Telegram, Zalo, Discord), skills, plugins and send messages, setup personality, heartbeat tasks operations, run tour guide to setup working dir."
4
4
  author: ""
5
5
  license: "Apache-2.0"
6
6
  argument-hint: "<command> [args] | install cli"
@@ -20,15 +20,15 @@ This skill drives the `realtimex-pp-cli` binary. Verify the CLI is installed and
20
20
 
21
21
  1. Install or reinstall the pinned version via npm:
22
22
  ```bash
23
- npm install -g @realtimex/pp-cli@2.0.13
23
+ npm install -g @realtimex/pp-cli@2.0.15
24
24
  ```
25
25
  2. Verify the exact version:
26
26
  ```bash
27
27
  realtimex-pp-cli --version
28
28
  ```
29
- The output must be `realtimex-pp-cli 2.0.13`.
29
+ The output must be `realtimex-pp-cli 2.0.15`.
30
30
 
31
- If `--version` reports "command not found" after install, the npm global bin directory is not on `$PATH`. If it reports any version other than `2.0.13`, reinstall with the pinned npm command above. Do not proceed with skill commands until exact-version verification succeeds.
31
+ If `--version` reports "command not found" after install, the npm global bin directory is not on `$PATH`. If it reports any version other than `2.0.15`, reinstall with the pinned npm command above. Do not proceed with skill commands until exact-version verification succeeds.
32
32
 
33
33
  * Always run first:
34
34
 
@@ -166,6 +166,10 @@ If `--version` reports "command not found" after install, the npm global bin dir
166
166
 
167
167
  - `realtimex-pp-cli resume-terminal-session <sessionId>` — Resume a terminal runtime session by attaching a CLI controller.
168
168
 
169
+ **run-automation-workflow** — Manage run automation workflow
170
+
171
+ - `realtimex-pp-cli run-automation-workflow` — Run any app automation flow or scenario exposed via flowMetadata.cli.enabled=true by passing workflowName.
172
+
169
173
  **send-message** — Manage send message
170
174
 
171
175
  - `realtimex-pp-cli send-message <workspaceSlug> <threadSlug>` — Send one message to an exact thread using the same routing as channel replies.
@@ -206,6 +210,10 @@ If `--version` reports "command not found" after install, the npm global bin dir
206
210
 
207
211
  - `realtimex-pp-cli setup-personality` — Set up AGENTS.md and CLAUDE.md personality files for a workspace or global ambient agent.
208
212
 
213
+ **setup-working-dir** — Manage setup working dir
214
+
215
+ - `realtimex-pp-cli setup-working-dir` — Add or edit an agent working directory from the desktop settings UI.
216
+
209
217
  **start-channel** — Manage start channel
210
218
 
211
219
  - `realtimex-pp-cli start-channel <channelId>` — Start one chat channel by exact channel id.
@@ -214,6 +222,10 @@ If `--version` reports "command not found" after install, the npm global bin dir
214
222
 
215
223
  - `realtimex-pp-cli stop-channel <channelId>` — Stop one chat channel by exact channel id.
216
224
 
225
+ **stop-thread-terminal-session** — Manage stop thread terminal session
226
+
227
+ - `realtimex-pp-cli stop-thread-terminal-session` — Interrupt the selected or current chat-linked terminal session for one exact thread without closing the underlying
228
+
217
229
  **terminate-terminal-session** — Manage terminate terminal session
218
230
 
219
231
  - `realtimex-pp-cli terminate-terminal-session <sessionId>` — Terminate a terminal runtime session by detaching any controller and closing the underlying PTY session.
@@ -356,9 +368,9 @@ Verify: `claude mcp list`
356
368
  ```bash
357
369
  realtimex-pp-cli --version
358
370
  ```
359
- If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.13`, reinstall the pinned version:
371
+ If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.15`, reinstall the pinned version:
360
372
  ```bash
361
- npm install -g @realtimex/pp-cli@2.0.13
373
+ npm install -g @realtimex/pp-cli@2.0.15
362
374
  ```
363
375
  Then run `realtimex-pp-cli --version` again and proceed only after exact-version verification succeeds.
364
376
  2. Match the user query to the best command from the Unique Capabilities and Command Reference above.
@@ -439,3 +451,7 @@ For personality and heartbeat setup:
439
451
  * Use `setup-heartbeat-tasks` to get the target `HEARTBEAT.md` path.
440
452
  * Start from `templates/HEARTBEAT.template.md` when creating `HEARTBEAT.md`.
441
453
  * Keep heartbeat instructions separate from personality files.
454
+
455
+ For `setup-working-dir` and `run-automation-workflow*`:
456
+
457
+ * Never auto retry on error code 500 or timeout, just inform error to user