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 +2 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -966,8 +966,7 @@ ${promptText}`;
|
|
|
966
966
|
}).join("\n\n");
|
|
967
967
|
await fs2.writeFile(tempFile, fullPrompt, "utf-8");
|
|
968
968
|
const result = await execa("claude", ["--dangerously-skip-permissions", tempFile], {
|
|
969
|
-
stdio: "inherit"
|
|
970
|
-
timeout: options?.timeout || 3e5
|
|
969
|
+
stdio: "inherit"
|
|
971
970
|
});
|
|
972
971
|
return result.stdout || "";
|
|
973
972
|
} finally {
|
|
@@ -5687,7 +5686,7 @@ var Table = class {
|
|
|
5687
5686
|
|
|
5688
5687
|
// src/index.ts
|
|
5689
5688
|
var program = new Command16();
|
|
5690
|
-
program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.
|
|
5689
|
+
program.name("team-cli").description("AI-Native \u56E2\u961F\u7814\u53D1\u811A\u624B\u67B6").version("2.1.8");
|
|
5691
5690
|
program.option("-v, --verbose", "\u8BE6\u7EC6\u8F93\u51FA\u6A21\u5F0F").option("--debug", "\u8C03\u8BD5\u6A21\u5F0F");
|
|
5692
5691
|
program.addCommand(initCommand);
|
|
5693
5692
|
program.addCommand(splitPrdCommand);
|