Skip to content

Commit dcde21b

Browse files
committed
docs(compatibility): point HTTPS_PROXY work to GitHub, not v1.10.4
v1.10.4 doesn't exist as a public version label — referring to it on the marketing page set expectations. Replace all 'v1.10.4' mentions with 'tracked on GitHub', and link the legend's badge text to the issues page. Mode badges and per-platform notes stay the same otherwise.
1 parent 327c542 commit dcde21b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/src/pages/for/compatibility.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const groups: CategoryGroup[] = [
6969
blurb: 'A mix. Modal/E2B/Daytona/Codespaces are open; Docker-AI-Sandbox-class (Replit Agent, Devin) blocks raw TCP.',
7070
cards: [
7171
{ name: 'Cursor Cloud Agents', mode: 'allowlist', modeClass: 'compat', note: 'Add *.pilotprotocol.network + 34.71.57.205 to the egress allowlist.' },
72-
{ name: 'Replit Agent', mode: 'compat+proxy', modeClass: 'proxy', note: 'Docker AI Sandbox — raw TCP/UDP blocked. HTTPS_PROXY support tracked for v1.10.4.' },
72+
{ name: 'Replit Agent', mode: 'compat+proxy', modeClass: 'proxy', note: 'Docker AI Sandbox — raw TCP/UDP blocked. HTTPS_PROXY support tracked on GitHub.' },
7373
{ name: 'Devin (Cognition)', mode: 'compat+proxy', modeClass: 'proxy', note: 'Same Docker AI Sandbox model.' },
7474
{ name: 'Modal Sandboxes', mode: 'udp', modeClass: 'udp', note: 'Default-allow. Long timeout for persistent run.' },
7575
{ name: 'E2B Sandboxes', mode: 'udp', modeClass: 'udp', note: 'IP/CIDR rules only; Pilot endpoints allowed by default.' },
@@ -104,9 +104,9 @@ const groups: CategoryGroup[] = [
104104
const egress = [
105105
{ model: 'Open egress', examples: 'home wifi, most cloud VMs, default Docker', today: '✓ UDP works — use default', needed: 'nothing' },
106106
{ model: 'Default-deny, TCP/443 only', examples: 'hotel / airport / locked corp wifi', today: '✓ Compat works as-is — single TCP/443 outbound', needed: '-transport=compat' },
107-
{ model: 'HTTP CONNECT proxy', examples: 'corp networks with explicit proxy URL', today: '~ WSS dial honors HTTPS_PROXY; registry TLS dial does not', needed: 'v1.10.4: registry through HTTPS_PROXY' },
107+
{ model: 'HTTP CONNECT proxy', examples: 'corp networks with explicit proxy URL', today: '~ WSS dial honors HTTPS_PROXY; registry TLS dial does not', needed: 'tracked on GitHub — registry over HTTPS_PROXY' },
108108
{ model: 'Transparent TLS interception', examples: 'Zscaler, Fortinet, Palo Alto, BlueCoat, Netskope', today: '✓ Works with -tls-trust=system (corp CA in OS store — v1.10.3 default)', needed: 'already supported' },
109-
{ model: 'HTTP-proxy-only sandbox', examples: 'Replit Agent, Devin, Docker AI Sandbox', today: '✗ Blocked — daemon needs raw TCP to :443', needed: 'v1.10.4: full HTTPS_PROXY via CONNECT' },
109+
{ model: 'HTTP-proxy-only sandbox', examples: 'Replit Agent, Devin, Docker AI Sandbox', today: '✗ Blocked — daemon needs raw TCP to :443', needed: 'tracked on GitHub — HTTPS_PROXY via CONNECT' },
110110
{ model: 'Domain-name allowlist', examples: 'Cursor Cloud Agents, Zscaler PAC', today: '✓ Works after adding *.pilotprotocol.network + 34.71.57.205', needed: 'doc-only' },
111111
{ model: 'DPI / protocol allowlist', examples: 'Great Firewall, Iran-style filters', today: '✗ Blocked — no domain fronting / ECH today', needed: 'out of scope' },
112112
];
@@ -358,7 +358,7 @@ const egress = [
358358
<div class="compat-legend">
359359
<span><span class="sw" style="background: oklch(0.88 0.22 125);"></span><b>udp</b> — default UDP transport</span>
360360
<span><span class="sw" style="background: oklch(0.85 0.16 230);"></span><b>compat</b> — <code>-transport=compat</code></span>
361-
<span><span class="sw" style="background: oklch(0.80 0.16 75);"></span><b>compat+proxy</b> — needs HTTPS_PROXY (v1.10.4+)</span>
361+
<span><span class="sw" style="background: oklch(0.80 0.16 75);"></span><b>compat+proxy</b> — needs HTTPS_PROXY (<a href="https://github.com/TeoSlayer/pilotprotocol/issues" style="color: inherit; text-decoration: underline; text-decoration-color: var(--ink-faint);">tracked on GitHub</a>)</span>
362362
<span><span class="sw" style="background: var(--ink-faint);"></span><b>wrong runtime</b> — no daemon</span>
363363
</div>
364364

0 commit comments

Comments
 (0)