@clawos-dev/clawd 0.2.204 → 0.2.205-beta.410.e49bc1f

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 +4 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -41815,7 +41815,10 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
41815
41815
  fsv.allowRead = unionArr(fsv.allowRead, [
41816
41816
  "~/.clawd/contact-ssh-keys",
41817
41817
  "~/.clawd/contacts.json",
41818
- "~/.clawd/bin"
41818
+ "~/.clawd/bin",
41819
+ "~/Library/Application Support/@clawos/clawd-desktop/ota-bundles",
41820
+ "~/.clawd/config.json",
41821
+ "~/.clawd/auth.json"
41819
41822
  ]);
41820
41823
  return s;
41821
41824
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.204",
3
+ "version": "0.2.205-beta.410.e49bc1f",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",