@clawos-dev/clawd 0.2.157-beta.330.1146a41 → 0.2.158-beta.331.e63f888

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.
@@ -21146,8 +21146,8 @@ async function callApi(ctx, method, pathAndQuery, body) {
21146
21146
  method,
21147
21147
  headers: {
21148
21148
  Authorization: `Bearer ${ctx.apiKey}`,
21149
- "X-Owner-Union-Id": ctx.ownerUnionId,
21150
- "X-Owner-Name": ctx.ownerName,
21149
+ "X-Owner-Union-Id": encodeURIComponent(ctx.ownerUnionId),
21150
+ "X-Owner-Name": encodeURIComponent(ctx.ownerName),
21151
21151
  "content-type": "application/json"
21152
21152
  },
21153
21153
  body: body == null ? void 0 : JSON.stringify(body)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.157-beta.330.1146a41",
3
+ "version": "0.2.158-beta.331.e63f888",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",