@openaide/codex-acp 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23771,7 +23771,7 @@ var CodexSubagentEventRouter = class _CodexSubagentEventRouter {
23771
23771
  await this.reopen(childThreadId);
23772
23772
  }
23773
23773
  }
23774
- if (item.tool === "sendInput" && notification.method === "item/started" && item.prompt?.trim()) {
23774
+ if (item.tool === "sendInput" && item.prompt?.trim()) {
23775
23775
  for (const childThreadId of item.receiverThreadIds) {
23776
23776
  await this.projectPrompt(childThreadId, item.id, item.prompt.trim());
23777
23777
  }
@@ -23793,7 +23793,7 @@ var CodexSubagentEventRouter = class _CodexSubagentEventRouter {
23793
23793
  }
23794
23794
  if (this.children.has(childSessionId)) {
23795
23795
  representedSpawn = true;
23796
- if (notification.method === "item/started" && item.prompt?.trim()) {
23796
+ if (item.prompt?.trim()) {
23797
23797
  await this.projectPrompt(childSessionId, item.id, item.prompt.trim());
23798
23798
  }
23799
23799
  continue;
@@ -27261,7 +27261,7 @@ var package_default = {
27261
27261
  publishConfig: {
27262
27262
  access: "public"
27263
27263
  },
27264
- version: "1.1.2",
27264
+ version: "1.1.3",
27265
27265
  description: "",
27266
27266
  main: "dist/index.js",
27267
27267
  bin: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.1.2",
6
+ "version": "1.1.3",
7
7
  "description": "",
8
8
  "main": "dist/index.js",
9
9
  "bin": {