@clawos-dev/clawd 0.2.219 → 0.2.220
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/dist/cli.cjs +1 -0
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -54437,6 +54437,7 @@ async function upsertDeviceBinding(opts) {
|
|
|
54437
54437
|
authorization: `Bearer ${opts.apiKey}`,
|
|
54438
54438
|
"x-did": encodeURIComponent(opts.deviceId),
|
|
54439
54439
|
"x-name": encodeURIComponent(opts.displayName),
|
|
54440
|
+
"x-scene": "daemon",
|
|
54440
54441
|
"content-type": "application/json"
|
|
54441
54442
|
},
|
|
54442
54443
|
body: JSON.stringify(body)
|