@clawos-dev/clawd 0.2.219 → 0.2.220-beta.431.c9364d8

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/cli.cjs +1 -0
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.219",
3
+ "version": "0.2.220-beta.431.c9364d8",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",