@standardagents/code 0.10.0 → 0.10.1
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1243,8 +1243,8 @@ var Bridge = class {
|
|
|
1243
1243
|
// Durable forwarded calls we've started handling, so a server re-send (after a
|
|
1244
1244
|
// reconnect) doesn't prompt or run them twice.
|
|
1245
1245
|
handledDurable = /* @__PURE__ */ new Set();
|
|
1246
|
-
// Raw TCP tunnels
|
|
1247
|
-
//
|
|
1246
|
+
// Raw TCP tunnels: the provider owns TLS over these runtime bytes; this
|
|
1247
|
+
// execution-owner bridge only shuttles ciphertext and tears it down on close.
|
|
1248
1248
|
tunnels;
|
|
1249
1249
|
// Durable, exactly-once ledger of completed forwarded calls. Survives a crash
|
|
1250
1250
|
// AFTER execution but BEFORE delivery: on redelivery we return the cached
|