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.
@@ -46,7 +46,7 @@ import {
46
46
  validateFileReferences,
47
47
  validateTargetsFile,
48
48
  validateWorkspacePaths
49
- } from "./chunk-E6KALARL.js";
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-O5EUQPCE.js");
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-A346PC3C.js.map
13649
+ //# sourceMappingURL=chunk-C2VVEV5Y.js.map