agentroam-cloudflared-win32-x64 0.2.0-preview.7

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 ADDED
@@ -0,0 +1,3 @@
1
+ # AgentRoam cloudflared for Windows x64
2
+
3
+ Platform asset package installed automatically by `agentroam`. It contains the official cloudflared 2026.8.2 Windows x64 executable with pinned size and SHA-256 metadata.
package/manifest.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "packageVersion": "0.2.0-preview.7",
3
+ "upstreamVersion": "2026.8.2",
4
+ "target": "windows-amd64",
5
+ "assetFormat": "executable",
6
+ "fileName": "cloudflared.exe",
7
+ "archiveFileName": "cloudflared-windows-amd64.exe",
8
+ "url": "https://github.com/cloudflare/cloudflared/releases/download/2026.8.2/cloudflared-windows-amd64.exe",
9
+ "size": 54893480,
10
+ "sha256": "c29eee2b121f5436a642eed69fd9767da7e7b8c510fa50aaa130337f931357b5"
11
+ }
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "agentroam-cloudflared-win32-x64",
3
+ "version": "0.2.0-preview.7",
4
+ "description": "Verified cloudflared executable for AgentRoam on Windows x64",
5
+ "license": "MIT",
6
+ "os": ["win32"],
7
+ "cpu": ["x64"],
8
+ "files": ["README.md", "manifest.json", "vendor/cloudflared-windows-amd64.exe"],
9
+ "exports": {
10
+ "./manifest.json": "./manifest.json",
11
+ "./archive": "./vendor/cloudflared-windows-amd64.exe"
12
+ },
13
+ "publishConfig": {
14
+ "access": "public",
15
+ "provenance": true,
16
+ "tag": "preview"
17
+ }
18
+ }