grok-cli-hurry-mode 1.0.6 → 1.0.7
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -9130,7 +9130,7 @@ EOF`;
|
|
|
9130
9130
|
|
|
9131
9131
|
// package.json
|
|
9132
9132
|
var package_default = {
|
|
9133
|
-
version: "1.0.
|
|
9133
|
+
version: "1.0.6"};
|
|
9134
9134
|
|
|
9135
9135
|
// src/utils/text-utils.ts
|
|
9136
9136
|
function isWordBoundary(char) {
|
|
@@ -15163,7 +15163,7 @@ async function processPromptHeadless(prompt, apiKey, baseURL, model, maxToolRoun
|
|
|
15163
15163
|
}
|
|
15164
15164
|
program.name("grok").description(
|
|
15165
15165
|
"A conversational AI CLI tool powered by Grok with text editor capabilities"
|
|
15166
|
-
).version(
|
|
15166
|
+
).version(package_default.version).argument("[message...]", "Initial message to send to Grok").option("-d, --directory <dir>", "set working directory", process.cwd()).option("-k, --api-key <key>", "Grok API key (or set GROK_API_KEY env var)").option(
|
|
15167
15167
|
"-u, --base-url <url>",
|
|
15168
15168
|
"Grok API base URL (or set GROK_BASE_URL env var)"
|
|
15169
15169
|
).option(
|