yg-team-cli 2.3.7 → 2.3.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 +7 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2314,7 +2314,13 @@ var init_init = __esm({
|
|
|
2314
2314
|
\u8BF7\u786E\u4FDD\u4EE3\u7801\u7B26\u5408 \`CONVENTIONS.md\` \u4E2D\u7684\u89C4\u8303\u3002
|
|
2315
2315
|
\u751F\u6210\u5B8C\u6210\u540E\uFF0C\u68C0\u67E5\u5E76\u4FEE\u590D\u4EFB\u4F55\u7F16\u8BD1\u9519\u8BEF\uFF0C\u6700\u540E\u7B80\u8981\u5217\u51FA\u751F\u6210\u7684\u6587\u4EF6\u3002`;
|
|
2316
2316
|
try {
|
|
2317
|
-
await e("claude", [
|
|
2317
|
+
await e("claude", [
|
|
2318
|
+
"-p",
|
|
2319
|
+
prompt,
|
|
2320
|
+
"--add-dir",
|
|
2321
|
+
projectPath,
|
|
2322
|
+
"--dangerously-skip-permissions"
|
|
2323
|
+
], {
|
|
2318
2324
|
stdio: "inherit",
|
|
2319
2325
|
timeout: 6e5
|
|
2320
2326
|
});
|