poe-code 4.0.18 → 4.0.19

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=agent-run-options.compile-check.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-run-options.compile-check.js","sourceRoot":"","sources":["../src/agent-run-options.compile-check.ts"],"names":[],"mappings":""}
package/dist/agent.d.ts CHANGED
@@ -313,6 +313,7 @@ export type AgentRunOptions = {
313
313
  acpModel?: AcpModel;
314
314
  onStdout?: (chunk: string) => void;
315
315
  logPath?: string;
316
+ env?: Record<string, string | undefined>;
316
317
  };
317
318
  export type AgentSession = {
318
319
  events: AsyncIterable<AcpEvent>;