@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.
- package/dist/index.js +3 -3
- 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" &&
|
|
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 (
|
|
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.
|
|
27264
|
+
version: "1.1.3",
|
|
27265
27265
|
description: "",
|
|
27266
27266
|
main: "dist/index.js",
|
|
27267
27267
|
bin: {
|