@ooneex/cli 1.36.1 → 1.36.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 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -101061,7 +101061,8 @@ class SpecPlanCommand {
|
|
|
101061
101061
|
showArrow: false,
|
|
101062
101062
|
useSymbol: true
|
|
101063
101063
|
});
|
|
101064
|
-
const planProc = Bun.spawn(["claude", "-p"
|
|
101064
|
+
const planProc = Bun.spawn(["claude", "-p"], {
|
|
101065
|
+
stdin: Buffer.from(planPrompt),
|
|
101065
101066
|
stdout: "inherit",
|
|
101066
101067
|
stderr: "inherit"
|
|
101067
101068
|
});
|
|
@@ -101074,4 +101075,4 @@ SpecPlanCommand = __legacyDecorateClassTS([
|
|
|
101074
101075
|
// src/index.ts
|
|
101075
101076
|
await run();
|
|
101076
101077
|
|
|
101077
|
-
//# debugId=
|
|
101078
|
+
//# debugId=4D85614A43F301F864756E2164756E21
|