@paperclipai/plugin-exe-dev 2026.620.0-canary.10 → 2026.620.0-canary.12
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ From a Paperclip instance, install:
|
|
|
14
14
|
|
|
15
15
|
## Configuration
|
|
16
16
|
|
|
17
|
-
Configure exe.dev from `
|
|
17
|
+
Configure exe.dev from `Instance Settings -> Environments`, not from the plugin's plugin page.
|
|
18
18
|
|
|
19
19
|
- Put the exe.dev API token on the sandbox environment itself.
|
|
20
20
|
- When you save an environment, Paperclip stores pasted API keys and pasted SSH private keys as company secrets.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paperclipai/plugin-exe-dev",
|
|
3
|
-
"version": "2026.620.0-canary.
|
|
3
|
+
"version": "2026.620.0-canary.12",
|
|
4
4
|
"description": "exe.dev sandbox provider plugin for Paperclip environments",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/paperclipai/paperclip",
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
"exe.dev"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@paperclipai/plugin-sdk": "2026.620.0-canary.
|
|
41
|
+
"@paperclipai/plugin-sdk": "2026.620.0-canary.12"
|
|
42
42
|
}
|
|
43
43
|
}
|