@clawos-dev/clawd 0.2.206-beta.411.d8b1e56 → 0.2.206
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
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
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# 阿里云 RAM AccessKey(publish.sh source 这个文件)
|
|
2
2
|
# 在阿里云控制台 → 访问控制 RAM → 用户 → AccessKey 生成
|
|
3
3
|
# 需要权限:AliyunFCFullAccess + AliyunSTSAssumeRoleAccess
|
|
4
|
-
ALIBABA_CLOUD_ACCESS_KEY_ID=
|
|
5
|
-
ALIBABA_CLOUD_ACCESS_KEY_SECRET=
|
|
4
|
+
ALIBABA_CLOUD_ACCESS_KEY_ID=LTAI5tAi7P7oySa3ohAzaYbj
|
|
5
|
+
ALIBABA_CLOUD_ACCESS_KEY_SECRET=NS470lOWTLeeAP9RUADXkpKNOrH5QX
|
package/package.json
CHANGED