@botlearn-course/daemon 0.0.20-beta.10 → 0.0.20-beta.11

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.
@@ -12,6 +12,7 @@ const CALL_FIELDS = new Set([
12
12
  "arguments",
13
13
  "args",
14
14
  "input",
15
+ "detail",
15
16
  "command",
16
17
  "cmd",
17
18
  "cwd",
@@ -27,6 +28,7 @@ const CALL_FIELDS = new Set([
27
28
  const RESULT_FIELDS = new Set([
28
29
  "result",
29
30
  "output",
31
+ "detail",
30
32
  "stdout",
31
33
  "stderr",
32
34
  "exit_code",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botlearn-course/daemon",
3
- "version": "0.0.20-beta.10",
3
+ "version": "0.0.20-beta.11",
4
4
  "description": "Lightweight BotLearn Course daemon: run course tasks on your own machine with your own agent runtime (BYOA).",
5
5
  "type": "module",
6
6
  "bin": {