@forgezero/agent 0.1.86 → 0.1.88

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/socket.d.ts CHANGED
@@ -137,6 +137,12 @@ export interface AgentOptions {
137
137
  detail?: string;
138
138
  }) => void;
139
139
  }
140
+ /**
141
+ * Initialize the stable proxy route without overwriting an in-progress
142
+ * candidate handover. The link target is local to the runtime directory, so it
143
+ * cannot redirect the credential-bearing proxy outside its fixed socket tree.
144
+ */
145
+ export declare function ensureAgentSocketRoute(routePath: string, activePath: string): void;
140
146
  export declare function handleRequest(options: AgentOptions, request: Request): Promise<Response>;
141
147
  /**
142
148
  * Listen, with the socket file replaced rather than reused.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  /** One package version shared by both public binaries. Pinned to package.json by tests. */
2
- export declare const VERSION = "0.1.86";
2
+ export declare const VERSION = "0.1.88";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgezero/agent",
3
- "version": "0.1.86",
3
+ "version": "0.1.88",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "check": "tsc --noEmit",