@qabyai/qli 1.0.1 → 1.0.2
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.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
#!/usr/bin/env node
|
|
2
3
|
import { createRequire } from "node:module";
|
|
3
4
|
import yargs from "yargs";
|
|
4
5
|
import { hideBin } from "yargs/helpers";
|
|
@@ -6498,8 +6499,7 @@ const CheckpointStepSchema = objectType({
|
|
|
6498
6499
|
const CheckpointBrowserStateSchema = objectType({
|
|
6499
6500
|
url: stringType(),
|
|
6500
6501
|
title: stringType(),
|
|
6501
|
-
screenshotBase64: stringType().optional()
|
|
6502
|
-
browserLiveViewUrl: stringType().optional()
|
|
6502
|
+
screenshotBase64: stringType().optional()
|
|
6503
6503
|
});
|
|
6504
6504
|
const AgentCheckpointSchema = objectType({
|
|
6505
6505
|
checkpointId: stringType(),
|
|
@@ -8247,7 +8247,7 @@ function createConsola(options = {}) {
|
|
|
8247
8247
|
defaults: { level },
|
|
8248
8248
|
stdout: process.stdout,
|
|
8249
8249
|
stderr: process.stderr,
|
|
8250
|
-
prompt: (...args) => import("./prompt-
|
|
8250
|
+
prompt: (...args) => import("./prompt-g5Sho3iL.mjs").then((m) => m.prompt(...args)),
|
|
8251
8251
|
reporters: options.reporters || [options.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()],
|
|
8252
8252
|
...options
|
|
8253
8253
|
});
|