yg-team-cli 2.1.7 → 2.1.8

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/cli.js CHANGED
@@ -529,8 +529,7 @@ ${promptText}`;
529
529
  }).join("\n\n");
530
530
  await fs2.writeFile(tempFile, fullPrompt, "utf-8");
531
531
  const result = await execa("claude", ["--dangerously-skip-permissions", tempFile], {
532
- stdio: "inherit",
533
- timeout: options?.timeout || 3e5
532
+ stdio: "inherit"
534
533
  });
535
534
  return result.stdout || "";
536
535
  } finally {
@@ -5867,7 +5866,7 @@ var init_index = __esm({
5867
5866
  init_config();
5868
5867
  init_diff();
5869
5868
  program = new Command16();
5870
- program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.7");
5869
+ program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.8");
5871
5870
  program.option("-v, --verbose", "\u8BE6\u7EC6\u8F93\u51FA\u6A21\u5F0F").option("--debug", "\u8C03\u8BD5\u6A21\u5F0F");
5872
5871
  program.addCommand(initCommand);
5873
5872
  program.addCommand(splitPrdCommand);