@realtimex/sdk 2.0.8 → 2.0.9

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.8",
3
+ "version": "2.0.9",
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, channel (Telegram, Zalo, Discord), send messages, setup personality, and heartbeat operations."
3
+ description: "Use the RealTimeX API through the generated CLI for workspace, thread, channel (Telegram, Zalo, Discord), skills, plugins and send messages, setup personality, heartbeat tasks operations."
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.8
23
+ npm install -g @realtimex/pp-cli@2.0.9
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.8`.
29
+ The output must be `realtimex-pp-cli 2.0.9`.
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.8`, 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.9`, 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
 
@@ -130,6 +130,10 @@ If `--version` reports "command not found" after install, the npm global bin dir
130
130
 
131
131
  - `realtimex-pp-cli prepare` — Return compact workspace, thread, current workspace/thread from explicit workspaceSlug and threadSlug query parameters
132
132
 
133
+ **reload-agent-skills** — Manage reload agent skills
134
+
135
+ - `realtimex-pp-cli reload-agent-skills` — Force reload all enabled agent skills into one workspace working directory.
136
+
133
137
  **reload-plugin** — Manage reload plugin
134
138
 
135
139
  - `realtimex-pp-cli reload-plugin <pluginId>` — Reload one enabled plugin in runtime. Disabled plugins must be enabled before reload.
@@ -320,9 +324,9 @@ Verify: `claude mcp list`
320
324
  ```bash
321
325
  realtimex-pp-cli --version
322
326
  ```
323
- If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.8`, reinstall the pinned version:
327
+ If the command is missing or the output is not exactly `realtimex-pp-cli 2.0.9`, reinstall the pinned version:
324
328
  ```bash
325
- npm install -g @realtimex/pp-cli@2.0.8
329
+ npm install -g @realtimex/pp-cli@2.0.9
326
330
  ```
327
331
  Then run `realtimex-pp-cli --version` again and proceed only after exact-version verification succeeds.
328
332
  2. Match the user query to the best command from the Unique Capabilities and Command Reference above.
@@ -370,6 +374,13 @@ For workspace default-agent setup:
370
374
  * Use exact agent `canonical` and optional agent `modelId` values from `prepare.agents`.
371
375
  * Never use `prepare.models` for workspace default-agent setup.
372
376
 
377
+ For agent skills:
378
+
379
+ * Use `list-workspace-agent-skills` before enabling, disabling, or reloading workspace skills.
380
+ * For `reload-agent-skills`, always pass a workspace slug.
381
+ * If the user asks to reload skills for the current workspace, pass `--workspace-slug "$RTX_WORKSPACE_SLUG"`.
382
+ * After `reload-agent-skills` succeeds, reload your own skill context before relying on updated skill instructions.
383
+
373
384
  For personality and heartbeat setup:
374
385
 
375
386
  * Use `setup-personality` to get the target directory for workspace or global personality files.