agentv 4.35.0 → 4.35.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/cli.js CHANGED
@@ -2,8 +2,8 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-6NMAI6I6.js";
6
- import "./chunk-Q6LNXSP2.js";
5
+ } from "./chunk-CRMGUVRZ.js";
6
+ import "./chunk-INOKS5LF.js";
7
7
  import "./chunk-KJGYL3M3.js";
8
8
  import "./chunk-KNF3AGCI.js";
9
9
  import "./chunk-QOBQ5XYF.js";
package/dist/index.js CHANGED
@@ -4,8 +4,8 @@ import {
4
4
  preprocessArgv,
5
5
  runCli,
6
6
  usesDeprecatedStudioAlias
7
- } from "./chunk-6NMAI6I6.js";
8
- import "./chunk-Q6LNXSP2.js";
7
+ } from "./chunk-CRMGUVRZ.js";
8
+ import "./chunk-INOKS5LF.js";
9
9
  import "./chunk-KJGYL3M3.js";
10
10
  import "./chunk-KNF3AGCI.js";
11
11
  import "./chunk-QOBQ5XYF.js";
@@ -7,7 +7,7 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-Q6LNXSP2.js";
10
+ } from "./chunk-INOKS5LF.js";
11
11
  import "./chunk-KJGYL3M3.js";
12
12
  import "./chunk-KNF3AGCI.js";
13
13
  import "./chunk-QOBQ5XYF.js";
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
360
360
  export {
361
361
  launchInteractiveWizard
362
362
  };
363
- //# sourceMappingURL=interactive-GFD5XV35.js.map
363
+ //# sourceMappingURL=interactive-VYQ5SYMR.js.map
@@ -24,7 +24,7 @@ targets:
24
24
  # - ${{ CODEX_APPROVAL_PRESET }}
25
25
  cwd: ${{ CODEX_WORKSPACE_DIR }} # Where scratch workspaces are created
26
26
  log_dir: ${{ CODEX_LOG_DIR }} # Optional: where Codex CLI stream logs are stored (defaults to ./.agentv/logs/codex)
27
- log_format: json # Optional: 'summary' (default) or 'json' for raw event logs
27
+ stream_log: raw # Optional: 'summary' for consolidated logs or 'raw' for per-event logs
28
28
 
29
29
  # Claude - Anthropic's Claude Agent SDK
30
30
  - name: claude
@@ -36,7 +36,7 @@ targets:
36
36
  # max_turns: 50 # Optional: max conversation turns
37
37
  # max_budget_usd: 5.0 # Optional: max cost budget in USD
38
38
  # log_dir: ${{ CLAUDE_LOG_DIR }} # Optional: where stream logs are stored (defaults to ./.agentv/logs/claude)
39
- log_format: json # Optional: 'summary' (default) or 'json' for raw event logs
39
+ stream_log: raw # Optional: 'summary' for consolidated logs or 'raw' for per-event logs
40
40
  # system_prompt: optional override (default instructs agent to include code in response)
41
41
 
42
42
  - name: azure-llm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.35.0",
3
+ "version": "4.35.1",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {