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/{chunk-6NMAI6I6.js → chunk-CRMGUVRZ.js} +3 -3
- package/dist/{chunk-Q6LNXSP2.js → chunk-INOKS5LF.js} +5 -2
- package/dist/{chunk-Q6LNXSP2.js.map → chunk-INOKS5LF.js.map} +1 -1
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-GFD5XV35.js → interactive-VYQ5SYMR.js} +2 -2
- package/dist/templates/.agentv/targets.yaml +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-6NMAI6I6.js.map → chunk-CRMGUVRZ.js.map} +0 -0
- /package/dist/{interactive-GFD5XV35.js.map → interactive-VYQ5SYMR.js.map} +0 -0
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-
|
|
6
|
-
import "./chunk-
|
|
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-
|
|
8
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
File without changes
|
|
File without changes
|