@love-moon/conductor-sdk 0.2.12 → 0.2.13

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/client.js +6 -0
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -156,6 +156,12 @@ export class ConductorClient {
156
156
  reply_to: payload?.reply_to,
157
157
  backend: payload?.backend,
158
158
  thread_id: payload?.thread_id,
159
+ daemon: payload?.daemon,
160
+ pid: payload?.pid,
161
+ session_id: payload?.session_id,
162
+ session_file_path: payload?.session_file_path,
163
+ token_usage_percent: payload?.token_usage_percent,
164
+ context_usage_percent: payload?.context_usage_percent,
159
165
  created_at: payload?.created_at,
160
166
  },
161
167
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@love-moon/conductor-sdk",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",