agentv 2.7.1-next.3 → 2.7.1-next.5

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/README.md CHANGED
@@ -412,6 +412,26 @@ Automatically retries on rate limits, transient 5xx errors, and network failures
412
412
  **Reference:**
413
413
  - Monorepo structure: `packages/core/` (engine), `packages/eval/` (evaluation logic), `apps/cli/` (commands)
414
414
 
415
+ ## Troubleshooting
416
+
417
+ ### `EACCES` permission error on global install
418
+
419
+ If you see `EACCES: permission denied` when running `npm install -g agentv`, npm is trying to write to a system directory. Fix this by configuring npm to use a user-owned directory:
420
+
421
+ ```bash
422
+ mkdir -p ~/.npm-global
423
+ npm config set prefix ~/.npm-global --location=user
424
+ ```
425
+
426
+ Then add the directory to your PATH. For bash (`~/.bashrc`) or zsh (`~/.zshrc`):
427
+
428
+ ```bash
429
+ echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
430
+ source ~/.bashrc
431
+ ```
432
+
433
+ After this, `npm install -g` will work without `sudo`.
434
+
415
435
  ## Contributing
416
436
 
417
437
  See [AGENTS.md](AGENTS.md) for development guidelines, design principles, and quality assurance workflow.
@@ -10,7 +10,7 @@ import {
10
10
  validateEvalFile,
11
11
  validateFileReferences,
12
12
  validateTargetsFile
13
- } from "./chunk-H5FFZCKI.js";
13
+ } from "./chunk-XFRFR2IQ.js";
14
14
  import {
15
15
  assembleLlmJudgePrompt,
16
16
  buildPromptInputs,
@@ -24,7 +24,7 @@ import {
24
24
  toCamelCaseDeep,
25
25
  toSnakeCaseDeep as toSnakeCaseDeep2,
26
26
  trimBaselineResult
27
- } from "./chunk-BWLYFF5N.js";
27
+ } from "./chunk-USC5MOBX.js";
28
28
  import {
29
29
  __commonJS,
30
30
  __esm,
@@ -2877,7 +2877,7 @@ function oneOf(literals) {
2877
2877
  // package.json
2878
2878
  var package_default = {
2879
2879
  name: "agentv",
2880
- version: "2.7.1-next.3",
2880
+ version: "2.7.1-next.5",
2881
2881
  description: "CLI entry point for AgentV",
2882
2882
  type: "module",
2883
2883
  repository: {
@@ -2908,8 +2908,8 @@ var package_default = {
2908
2908
  "@anthropic-ai/claude-agent-sdk": "^0.2.49",
2909
2909
  "@github/copilot-sdk": "^0.1.25",
2910
2910
  "@inquirer/prompts": "^8.2.1",
2911
- "@mariozechner/pi-agent-core": "^0.50.9",
2912
- "@mariozechner/pi-ai": "^0.50.9",
2911
+ "@mariozechner/pi-agent-core": "^0.54.2",
2912
+ "@mariozechner/pi-ai": "^0.54.2",
2913
2913
  "@openai/codex-sdk": "^0.104.0",
2914
2914
  "cmd-ts": "^0.14.3",
2915
2915
  dotenv: "^16.4.5",
@@ -3827,7 +3827,7 @@ var evalRunCommand = command({
3827
3827
  },
3828
3828
  handler: async (args) => {
3829
3829
  if (args.evalPaths.length === 0 && process.stdin.isTTY) {
3830
- const { launchInteractiveWizard } = await import("./interactive-33TCZXLF.js");
3830
+ const { launchInteractiveWizard } = await import("./interactive-2RKQGXBC.js");
3831
3831
  await launchInteractiveWizard();
3832
3832
  return;
3833
3833
  }
@@ -5473,4 +5473,4 @@ export {
5473
5473
  preprocessArgv,
5474
5474
  runCli
5475
5475
  };
5476
- //# sourceMappingURL=chunk-EJEG3DU2.js.map
5476
+ //# sourceMappingURL=chunk-2MWWXMYX.js.map