agentv 4.31.1-next.1 → 4.31.2-next.1
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/{chunk-A346PC3C.js → chunk-C2VVEV5Y.js} +5 -3
- package/dist/{chunk-A346PC3C.js.map → chunk-C2VVEV5Y.js.map} +1 -1
- package/dist/{chunk-E6KALARL.js → chunk-G4FHHNF3.js} +2 -2
- package/dist/{chunk-E6KALARL.js.map → chunk-G4FHHNF3.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-O5EUQPCE.js → interactive-VR567HBG.js} +2 -2
- package/dist/studio/assets/index-CYUVGyMn.css +1 -0
- package/dist/studio/assets/{index-9UixPaIJ.js → index-Ct8Wthxr.js} +24 -24
- package/dist/studio/assets/{index-DPrj3J9P.js → index-fP0zCxsO.js} +1 -1
- package/dist/studio/index.html +2 -2
- package/package.json +1 -1
- package/dist/studio/assets/index-BAvxZ1rb.css +0 -1
- /package/dist/{interactive-O5EUQPCE.js.map → interactive-VR567HBG.js.map} +0 -0
|
@@ -46,7 +46,7 @@ import {
|
|
|
46
46
|
validateFileReferences,
|
|
47
47
|
validateTargetsFile,
|
|
48
48
|
validateWorkspacePaths
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-G4FHHNF3.js";
|
|
50
50
|
import {
|
|
51
51
|
RESULT_INDEX_FILENAME,
|
|
52
52
|
aggregateRunDir,
|
|
@@ -4054,7 +4054,7 @@ var evalRunCommand = command({
|
|
|
4054
4054
|
},
|
|
4055
4055
|
handler: async (args) => {
|
|
4056
4056
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4057
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4057
|
+
const { launchInteractiveWizard } = await import("./interactive-VR567HBG.js");
|
|
4058
4058
|
await launchInteractiveWizard();
|
|
4059
4059
|
return;
|
|
4060
4060
|
}
|
|
@@ -11227,10 +11227,12 @@ async function handleRunDetail(c4, { searchDir }) {
|
|
|
11227
11227
|
try {
|
|
11228
11228
|
const loaded = await loadManifestResultsForMeta(searchDir, meta);
|
|
11229
11229
|
const resumeMeta = meta.source === "local" ? deriveResumeMeta(searchDir, meta.path) : {};
|
|
11230
|
+
const liveStatus = meta.source === "local" ? getActiveRunStatus(meta.path) : void 0;
|
|
11230
11231
|
return c4.json({
|
|
11231
11232
|
results: stripHeavyFields(loaded),
|
|
11232
11233
|
source: meta.source,
|
|
11233
11234
|
source_label: meta.displayName,
|
|
11235
|
+
...liveStatus && { status: liveStatus },
|
|
11234
11236
|
...resumeMeta
|
|
11235
11237
|
});
|
|
11236
11238
|
} catch {
|
|
@@ -13644,4 +13646,4 @@ export {
|
|
|
13644
13646
|
preprocessArgv,
|
|
13645
13647
|
runCli
|
|
13646
13648
|
};
|
|
13647
|
-
//# sourceMappingURL=chunk-
|
|
13649
|
+
//# sourceMappingURL=chunk-C2VVEV5Y.js.map
|