agentv 2.17.3 → 2.18.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.
@@ -11,7 +11,7 @@ import {
11
11
  validateEvalFile,
12
12
  validateFileReferences,
13
13
  validateTargetsFile
14
- } from "./chunk-PL4LNY2N.js";
14
+ } from "./chunk-ZCUOH72A.js";
15
15
  import {
16
16
  assembleLlmJudgePrompt,
17
17
  buildPromptInputs,
@@ -27,7 +27,7 @@ import {
27
27
  toCamelCaseDeep,
28
28
  toSnakeCaseDeep as toSnakeCaseDeep2,
29
29
  trimBaselineResult
30
- } from "./chunk-JSOG3FT6.js";
30
+ } from "./chunk-ID5SDIYE.js";
31
31
  import {
32
32
  __commonJS,
33
33
  __esm,
@@ -3957,52 +3957,16 @@ var evalRunCommand = command({
3957
3957
  long: "verbose",
3958
3958
  description: "Enable verbose logging"
3959
3959
  }),
3960
- keepWorkspaces: flag({
3961
- long: "keep-workspaces",
3962
- description: "Always keep temporary workspaces after evaluation (default: keep on failure only)"
3963
- }),
3964
- cleanupWorkspaces: flag({
3965
- long: "cleanup-workspaces",
3966
- description: "Always cleanup temporary workspaces, even on failure"
3967
- }),
3968
- poolWorkspaces: flag({
3969
- long: "pool-workspaces",
3970
- description: "Enable workspace pooling (default for shared workspaces with repos)"
3971
- }),
3972
- noPool: flag({
3973
- long: "no-pool",
3974
- description: "Disable workspace pooling (clone fresh each run)"
3975
- }),
3976
- workspace: option({
3977
- type: optional(string),
3978
- long: "workspace",
3979
- description: "Use an existing directory as the workspace directly (skips clone/copy/pool)"
3980
- }),
3981
3960
  workspaceMode: option({
3982
3961
  type: optional(string),
3983
3962
  long: "workspace-mode",
3984
- description: "Workspace mode: 'pooled', 'ephemeral', or 'static'"
3963
+ description: "Workspace mode: 'pooled', 'temp', or 'static'"
3985
3964
  }),
3986
3965
  workspacePath: option({
3987
3966
  type: optional(string),
3988
3967
  long: "workspace-path",
3989
3968
  description: "Static workspace directory path (used when workspace mode is static)"
3990
3969
  }),
3991
- workspaceClean: option({
3992
- type: optional(string),
3993
- long: "workspace-clean",
3994
- description: "Pooled reset clean mode: 'standard' or 'full'"
3995
- }),
3996
- retainOnSuccess: option({
3997
- type: optional(string),
3998
- long: "retain-on-success",
3999
- description: "Workspace retention on success: 'keep' or 'cleanup'"
4000
- }),
4001
- retainOnFailure: option({
4002
- type: optional(string),
4003
- long: "retain-on-failure",
4004
- description: "Workspace retention on failure: 'keep' or 'cleanup'"
4005
- }),
4006
3970
  otelFile: option({
4007
3971
  type: optional(string),
4008
3972
  long: "otel-file",
@@ -4042,7 +4006,7 @@ var evalRunCommand = command({
4042
4006
  },
4043
4007
  handler: async (args) => {
4044
4008
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
4045
- const { launchInteractiveWizard } = await import("./interactive-GANDKJUX.js");
4009
+ const { launchInteractiveWizard } = await import("./interactive-RJTBLMVF.js");
4046
4010
  await launchInteractiveWizard();
4047
4011
  return;
4048
4012
  }
@@ -4064,16 +4028,8 @@ var evalRunCommand = command({
4064
4028
  cache: args.cache,
4065
4029
  noCache: args.noCache,
4066
4030
  verbose: args.verbose,
4067
- keepWorkspaces: args.keepWorkspaces,
4068
- cleanupWorkspaces: args.cleanupWorkspaces,
4069
- poolWorkspaces: args.poolWorkspaces,
4070
- noPool: args.noPool,
4071
- workspace: args.workspace,
4072
4031
  workspaceMode: args.workspaceMode,
4073
4032
  workspacePath: args.workspacePath,
4074
- workspaceClean: args.workspaceClean,
4075
- retainOnSuccess: args.retainOnSuccess,
4076
- retainOnFailure: args.retainOnFailure,
4077
4033
  trace: false,
4078
4034
  otelFile: args.otelFile,
4079
4035
  traceFile: args.traceFile,
@@ -5929,4 +5885,4 @@ export {
5929
5885
  preprocessArgv,
5930
5886
  runCli
5931
5887
  };
5932
- //# sourceMappingURL=chunk-O4FNHLF4.js.map
5888
+ //# sourceMappingURL=chunk-PJBBVLLB.js.map