agentv 4.43.0-next.1 → 4.44.0-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.
Files changed (24) hide show
  1. package/dist/{artifact-writer-STR7E5UO.js → artifact-writer-72MQQELS.js} +4 -4
  2. package/dist/{chunk-IFQXBQSY.js → chunk-2N3YSEMI.js} +6 -6
  3. package/dist/{chunk-RFJM2UBD.js → chunk-5DYGN547.js} +65 -12
  4. package/dist/chunk-5DYGN547.js.map +1 -0
  5. package/dist/{chunk-ROLNQBYU.js → chunk-CXHYTYHU.js} +8 -8
  6. package/dist/{chunk-ROLNQBYU.js.map → chunk-CXHYTYHU.js.map} +1 -1
  7. package/dist/{chunk-E2NL57MZ.js → chunk-KAGZRUO6.js} +2 -2
  8. package/dist/{chunk-5NDSGGMJ.js → chunk-NCNDA3F6.js} +2 -2
  9. package/dist/cli.js +5 -5
  10. package/dist/{dist-FTTL5IOY.js → dist-L4YCQOQ6.js} +3 -3
  11. package/dist/index.js +5 -5
  12. package/dist/{interactive-RE4DXH4A.js → interactive-DRNRKLEQ.js} +5 -5
  13. package/dist/skills/agentv-eval-writer/SKILL.md +1 -1
  14. package/dist/skills/agentv-eval-writer/references/config-schema.json +16 -0
  15. package/dist/{ts-eval-loader-HQDMXQQV-LBW3N3W6.js → ts-eval-loader-S7ESROX2-6CB3HB6H.js} +2 -2
  16. package/package.json +1 -1
  17. package/dist/chunk-RFJM2UBD.js.map +0 -1
  18. /package/dist/{artifact-writer-STR7E5UO.js.map → artifact-writer-72MQQELS.js.map} +0 -0
  19. /package/dist/{chunk-IFQXBQSY.js.map → chunk-2N3YSEMI.js.map} +0 -0
  20. /package/dist/{chunk-E2NL57MZ.js.map → chunk-KAGZRUO6.js.map} +0 -0
  21. /package/dist/{chunk-5NDSGGMJ.js.map → chunk-NCNDA3F6.js.map} +0 -0
  22. /package/dist/{dist-FTTL5IOY.js.map → dist-L4YCQOQ6.js.map} +0 -0
  23. /package/dist/{interactive-RE4DXH4A.js.map → interactive-DRNRKLEQ.js.map} +0 -0
  24. /package/dist/{ts-eval-loader-HQDMXQQV-LBW3N3W6.js.map → ts-eval-loader-S7ESROX2-6CB3HB6H.js.map} +0 -0
@@ -5,7 +5,7 @@ import {
5
5
  parseYamlValue,
6
6
  writeArtifactsFromResults,
7
7
  writePerTestArtifacts
8
- } from "./chunk-RFJM2UBD.js";
8
+ } from "./chunk-5DYGN547.js";
9
9
 
10
10
  // src/commands/eval/artifact-writer.ts
11
11
  import path2 from "node:path";
@@ -912,4 +912,4 @@ export {
912
912
  writePerTestArtifacts2 as writePerTestArtifacts,
913
913
  writeArtifactsFromResults2 as writeArtifactsFromResults
914
914
  };
915
- //# sourceMappingURL=chunk-E2NL57MZ.js.map
915
+ //# sourceMappingURL=chunk-KAGZRUO6.js.map
@@ -21,7 +21,7 @@ import {
21
21
  readTranscriptJsonl,
22
22
  releaseSharedWorkspaceSetup,
23
23
  resolveRepoCloneUrl
24
- } from "./chunk-RFJM2UBD.js";
24
+ } from "./chunk-5DYGN547.js";
25
25
 
26
26
  // ../../packages/core/dist/index.js
27
27
  import { readFileSync } from "node:fs";
@@ -5894,4 +5894,4 @@ export {
5894
5894
  TranscriptProvider,
5895
5895
  createAgentKernel
5896
5896
  };
5897
- //# sourceMappingURL=chunk-5NDSGGMJ.js.map
5897
+ //# sourceMappingURL=chunk-NCNDA3F6.js.map
package/dist/cli.js CHANGED
@@ -2,15 +2,15 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-IFQXBQSY.js";
6
- import "./chunk-ROLNQBYU.js";
7
- import "./chunk-E2NL57MZ.js";
8
- import "./chunk-5NDSGGMJ.js";
5
+ } from "./chunk-2N3YSEMI.js";
6
+ import "./chunk-CXHYTYHU.js";
7
+ import "./chunk-KAGZRUO6.js";
8
+ import "./chunk-NCNDA3F6.js";
9
9
  import "./chunk-76FOHROU.js";
10
10
  import "./chunk-BPGJ4HBU.js";
11
11
  import {
12
12
  killAllTrackedChildren
13
- } from "./chunk-RFJM2UBD.js";
13
+ } from "./chunk-5DYGN547.js";
14
14
  import "./chunk-NPVGBFF6.js";
15
15
  import "./chunk-M7BUKBAF.js";
16
16
  import "./chunk-5H446C7X.js";
@@ -53,7 +53,7 @@ import {
53
53
  transpileEvalYaml,
54
54
  transpileEvalYamlFile,
55
55
  trimBaselineResult
56
- } from "./chunk-5NDSGGMJ.js";
56
+ } from "./chunk-NCNDA3F6.js";
57
57
  import {
58
58
  OtlpJsonFileExporter
59
59
  } from "./chunk-76FOHROU.js";
@@ -353,7 +353,7 @@ import {
353
353
  writeArtifactsFromResults,
354
354
  writeInitialBenchmarkArtifact,
355
355
  writePerTestArtifacts
356
- } from "./chunk-RFJM2UBD.js";
356
+ } from "./chunk-5DYGN547.js";
357
357
  import "./chunk-NPVGBFF6.js";
358
358
  import "./chunk-M7BUKBAF.js";
359
359
  import "./chunk-5H446C7X.js";
@@ -706,4 +706,4 @@ export {
706
706
  writeInitialBenchmarkArtifact,
707
707
  writePerTestArtifacts
708
708
  };
709
- //# sourceMappingURL=dist-FTTL5IOY.js.map
709
+ //# sourceMappingURL=dist-L4YCQOQ6.js.map
package/dist/index.js CHANGED
@@ -6,13 +6,13 @@ import {
6
6
  runCli,
7
7
  shouldRunBeforeSessionHook,
8
8
  usesDeprecatedStudioAlias
9
- } from "./chunk-IFQXBQSY.js";
10
- import "./chunk-ROLNQBYU.js";
11
- import "./chunk-E2NL57MZ.js";
12
- import "./chunk-5NDSGGMJ.js";
9
+ } from "./chunk-2N3YSEMI.js";
10
+ import "./chunk-CXHYTYHU.js";
11
+ import "./chunk-KAGZRUO6.js";
12
+ import "./chunk-NCNDA3F6.js";
13
13
  import "./chunk-76FOHROU.js";
14
14
  import "./chunk-BPGJ4HBU.js";
15
- import "./chunk-RFJM2UBD.js";
15
+ import "./chunk-5DYGN547.js";
16
16
  import "./chunk-NPVGBFF6.js";
17
17
  import "./chunk-M7BUKBAF.js";
18
18
  import "./chunk-5H446C7X.js";
@@ -7,16 +7,16 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-ROLNQBYU.js";
11
- import "./chunk-E2NL57MZ.js";
12
- import "./chunk-5NDSGGMJ.js";
10
+ } from "./chunk-CXHYTYHU.js";
11
+ import "./chunk-KAGZRUO6.js";
12
+ import "./chunk-NCNDA3F6.js";
13
13
  import "./chunk-76FOHROU.js";
14
14
  import "./chunk-BPGJ4HBU.js";
15
15
  import {
16
16
  getAgentvConfigDir,
17
17
  listTargetNames,
18
18
  readTargetDefinitions
19
- } from "./chunk-RFJM2UBD.js";
19
+ } from "./chunk-5DYGN547.js";
20
20
  import "./chunk-NPVGBFF6.js";
21
21
  import "./chunk-M7BUKBAF.js";
22
22
  import "./chunk-5H446C7X.js";
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
360
360
  export {
361
361
  launchInteractiveWizard
362
362
  };
363
- //# sourceMappingURL=interactive-RE4DXH4A.js.map
363
+ //# sourceMappingURL=interactive-DRNRKLEQ.js.map
@@ -318,7 +318,7 @@ For SWE-bench-style evals, keep operational checkout state under `workspace.repo
318
318
 
319
319
  ### Repository Lifecycle
320
320
 
321
- Materialize repos into the eval workspace automatically. Repo entries declare identity and checkout pins only; AgentV resolves acquisition from registered projects, `git_cache.mirrors`, its mirror cache, then remote clone. For shared repo workspaces, pooling is the default:
321
+ Materialize repos into the eval workspace automatically. Repo entries declare identity and checkout pins only; AgentV resolves acquisition from registered projects, `git_cache.mirrors`, its mirror cache, then remote clone. `git_cache.mirrors` may be defined in `$AGENTV_HOME/config.yaml`, the project's committed `.agentv/config.yaml`, or a gitignored `.agentv/config.override.yaml` (highest precedence) — use the override for machine-specific local clone paths without editing tracked or user-global config. For shared repo workspaces, pooling is the default:
322
322
 
323
323
  ```yaml
324
324
  workspace:
@@ -66,6 +66,22 @@
66
66
  }
67
67
  },
68
68
  "additionalProperties": false
69
+ },
70
+ "git_cache": {
71
+ "type": "object",
72
+ "description": "Local mirror configuration for workspace repo materialization. Mirrors are an optimization: when a repo's mirror path exists locally, AgentV materializes the pinned commit from it instead of cloning from GitHub. Resolvable from three layers, highest precedence first: the project-local '.agentv/config.override.yaml' (intended to be gitignored, for machine-specific paths), the committed project '.agentv/config.yaml', then the user-global '$AGENTV_HOME/config.yaml'. Higher layers override lower ones by normalized repo identity.",
73
+ "properties": {
74
+ "mirrors": {
75
+ "type": "object",
76
+ "description": "Map of repo identity (full clone URL or 'org/name' shorthand) to a local clone path used as a mirror. If the path is absent at runtime, AgentV falls back to cloning from GitHub with configured credentials.",
77
+ "additionalProperties": {
78
+ "type": "string",
79
+ "description": "Local path to a clone of the repo (supports '~' home expansion)."
80
+ },
81
+ "examples": [{ "https://github.com/org/repo.git": "/path/to/local/repo" }]
82
+ }
83
+ },
84
+ "additionalProperties": false
69
85
  }
70
86
  },
71
87
  "definitions": {
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
2
2
  import {
3
3
  loadTsEvalFile,
4
4
  loadTsEvalSuite
5
- } from "./chunk-RFJM2UBD.js";
5
+ } from "./chunk-5DYGN547.js";
6
6
  import "./chunk-NPVGBFF6.js";
7
7
  import "./chunk-M7BUKBAF.js";
8
8
  import "./chunk-5H446C7X.js";
@@ -10,4 +10,4 @@ export {
10
10
  loadTsEvalFile,
11
11
  loadTsEvalSuite
12
12
  };
13
- //# sourceMappingURL=ts-eval-loader-HQDMXQQV-LBW3N3W6.js.map
13
+ //# sourceMappingURL=ts-eval-loader-S7ESROX2-6CB3HB6H.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.43.0-next.1",
3
+ "version": "4.44.0-next.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {