@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.
- package/dist/cli.cjs +4 -1
- 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