poe-code 3.0.162 → 3.0.164

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.
@@ -5,7 +5,6 @@ interface PoeAgentSpawnResult {
5
5
  stderr: string;
6
6
  exitCode: number;
7
7
  threadId?: string;
8
- sessionId?: string;
9
8
  usage?: SpawnUsage;
10
9
  }
11
10
  export declare function spawnPoeAgentWithAcp(options: {
@@ -6965,8 +6965,7 @@ async function runPoeAgentAcpLifecycle(options) {
6965
6965
  ` : "",
6966
6966
  stderr: "",
6967
6967
  exitCode: promptResponse.stopReason === "completed" ? 0 : 1,
6968
- threadId: sessionId,
6969
- sessionId
6968
+ threadId: sessionId
6970
6969
  };
6971
6970
  } catch (error) {
6972
6971
  emitEvent(options.onEvent, {