yg-team-cli 2.5.4 → 2.5.5

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 CHANGED
@@ -1006,7 +1006,7 @@ ${promptText}`;
1006
1006
  console.log(promptText);
1007
1007
  logger.separator("-", 20);
1008
1008
  logger.newLine();
1009
- await execa("claude", args, {
1009
+ await execa("claude", [...args, promptText], {
1010
1010
  stdio: "inherit",
1011
1011
  env: { ...process.env, FORCE_COLOR: "1" }
1012
1012
  });