yg-team-cli 2.5.4 → 2.5.6

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
@@ -1000,13 +1000,7 @@ ${promptText}`;
1000
1000
  const args = ["--dangerously-skip-permissions"];
1001
1001
  args.push("--add-dir", process.cwd());
1002
1002
  try {
1003
- logger.newLine();
1004
- logger.info("\u590D\u5236\u4EE5\u4E0B\u6307\u4EE4\u53D1\u9001\u7ED9 Claude:");
1005
- logger.separator("-", 20);
1006
- console.log(promptText);
1007
- logger.separator("-", 20);
1008
- logger.newLine();
1009
- await execa("claude", args, {
1003
+ await execa("claude", [promptText, ...args], {
1010
1004
  stdio: "inherit",
1011
1005
  env: { ...process.env, FORCE_COLOR: "1" }
1012
1006
  });