@wellgrow/cli 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5969,7 +5969,7 @@ Error: ${formatErrorMessage(error)}
|
|
|
5969
5969
|
}
|
|
5970
5970
|
}
|
|
5971
5971
|
var program = new Command();
|
|
5972
|
-
program.name("wellgrow").description("WellGrow CLI \u2014 AI chat assistant").version("0.1.
|
|
5972
|
+
program.name("wellgrow").description("WellGrow CLI \u2014 AI chat assistant").version("0.1.3").argument("[prompt]", "\u30EF\u30F3\u30B7\u30E7\u30C3\u30C8\u8CEA\u554F\uFF08\u7701\u7565\u3067\u30A4\u30F3\u30BF\u30E9\u30AF\u30C6\u30A3\u30D6\u30E2\u30FC\u30C9\uFF09").option("--model <model>", "\u4F7F\u7528\u3059\u308B\u30E2\u30C7\u30EB").option("-a, --agent <agent>", "\u4F7F\u7528\u3059\u308B\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8").option(
|
|
5973
5973
|
"--mode <mode>",
|
|
5974
5974
|
"\u30E2\u30FC\u30C9 (plan, auto)"
|
|
5975
5975
|
).option("--verbose", "\u8A73\u7D30\u30ED\u30B0\u3092\u51FA\u529B").option("-p, --pipe", "\u30D1\u30A4\u30D7\u5165\u529B\u30E2\u30FC\u30C9\uFF08stdin\u304B\u3089\u306E\u5165\u529B\u3092\u53D7\u3051\u4ED8\u3051\u308B\uFF09").action(async (prompt, opts) => {
|