@quireco/cli 0.0.10 → 0.0.11
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.
|
@@ -2552,14 +2552,6 @@ async function runPlannedBrowserCommands({ commands, runDir, sessionId, cwd, hea
|
|
|
2552
2552
|
for (const command of commands) {
|
|
2553
2553
|
const args = applyBrowserLaunchArgs(applyRunDefaults(applyHeadedMode(command.args, headed), runDir));
|
|
2554
2554
|
const commandLabel = browserCommandLabel(args);
|
|
2555
|
-
emitBrowserProgress(runDir, onProgressEvent, {
|
|
2556
|
-
kind: "action",
|
|
2557
|
-
status: "running",
|
|
2558
|
-
title: `Browser: ${commandLabel}`,
|
|
2559
|
-
summary: "agent-browser is acting on the target application.",
|
|
2560
|
-
importance: "normal",
|
|
2561
|
-
source: "runtime"
|
|
2562
|
-
});
|
|
2563
2555
|
const result = await spawnAgentBrowser({
|
|
2564
2556
|
args,
|
|
2565
2557
|
sessionId,
|
|
@@ -2604,14 +2596,6 @@ async function runPlannedBrowserCommands({ commands, runDir, sessionId, cwd, hea
|
|
|
2604
2596
|
stderr: stderr.join("")
|
|
2605
2597
|
};
|
|
2606
2598
|
}
|
|
2607
|
-
emitBrowserProgress(runDir, onProgressEvent, {
|
|
2608
|
-
kind: "action",
|
|
2609
|
-
status: "passed",
|
|
2610
|
-
title: `Browser: ${commandLabel}`,
|
|
2611
|
-
summary: "agent-browser completed this target step.",
|
|
2612
|
-
importance: "normal",
|
|
2613
|
-
source: "runtime"
|
|
2614
|
-
});
|
|
2615
2599
|
}
|
|
2616
2600
|
return {
|
|
2617
2601
|
ok: true,
|
|
@@ -49959,7 +49943,7 @@ function formatWalletBalance(value) {
|
|
|
49959
49943
|
}
|
|
49960
49944
|
//#endregion
|
|
49961
49945
|
//#region package.json
|
|
49962
|
-
var version$1 = "0.0.
|
|
49946
|
+
var version$1 = "0.0.11";
|
|
49963
49947
|
//#endregion
|
|
49964
49948
|
//#region src/cli.ts
|
|
49965
49949
|
const subCommands = {
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-
|
|
1
|
+
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-CIBEsC75.mjs";
|
|
2
2
|
export { CliError, ExitCode, cli, main };
|
package/dist/quire.mjs
CHANGED