grok-cli-hurry-mode 1.0.27 → 1.0.28
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 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9242,7 +9242,7 @@ EOF`;
|
|
|
9242
9242
|
|
|
9243
9243
|
// package.json
|
|
9244
9244
|
var package_default = {
|
|
9245
|
-
version: "1.0.
|
|
9245
|
+
version: "1.0.28"};
|
|
9246
9246
|
|
|
9247
9247
|
// src/utils/text-utils.ts
|
|
9248
9248
|
function isWordBoundary(char) {
|
|
@@ -15085,10 +15085,6 @@ function createMCPCommand() {
|
|
|
15085
15085
|
return mcpCommand;
|
|
15086
15086
|
}
|
|
15087
15087
|
|
|
15088
|
-
// package.json with { type: 'json' }
|
|
15089
|
-
var package_default2 = {
|
|
15090
|
-
version: "1.0.27"};
|
|
15091
|
-
|
|
15092
15088
|
// src/index.ts
|
|
15093
15089
|
dotenv.config();
|
|
15094
15090
|
process.on("SIGTERM", () => {
|
|
@@ -15288,7 +15284,7 @@ async function processPromptHeadless(prompt, apiKey, baseURL, model, maxToolRoun
|
|
|
15288
15284
|
}
|
|
15289
15285
|
program.name("grok").description(
|
|
15290
15286
|
"A conversational AI CLI tool powered by Grok with text editor capabilities"
|
|
15291
|
-
).version(
|
|
15287
|
+
).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(
|
|
15292
15288
|
"-u, --base-url <url>",
|
|
15293
15289
|
"Grok API base URL (or set GROK_BASE_URL env var)"
|
|
15294
15290
|
).option(
|