agentv 2.7.1-next.1 → 2.7.1-next.3
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.
|
@@ -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.
|
|
2880
|
+
version: "2.7.1-next.3",
|
|
2881
2881
|
description: "CLI entry point for AgentV",
|
|
2882
2882
|
type: "module",
|
|
2883
2883
|
repository: {
|
|
@@ -2905,7 +2905,6 @@ var package_default = {
|
|
|
2905
2905
|
"test:watch": "bun test --watch"
|
|
2906
2906
|
},
|
|
2907
2907
|
dependencies: {
|
|
2908
|
-
"@agentv/core": "workspace:*",
|
|
2909
2908
|
"@anthropic-ai/claude-agent-sdk": "^0.2.49",
|
|
2910
2909
|
"@github/copilot-sdk": "^0.1.25",
|
|
2911
2910
|
"@inquirer/prompts": "^8.2.1",
|
|
@@ -2920,6 +2919,7 @@ var package_default = {
|
|
|
2920
2919
|
yaml: "^2.6.1"
|
|
2921
2920
|
},
|
|
2922
2921
|
devDependencies: {
|
|
2922
|
+
"@agentv/core": "workspace:*",
|
|
2923
2923
|
execa: "^9.3.0"
|
|
2924
2924
|
}
|
|
2925
2925
|
};
|
|
@@ -5473,4 +5473,4 @@ export {
|
|
|
5473
5473
|
preprocessArgv,
|
|
5474
5474
|
runCli
|
|
5475
5475
|
};
|
|
5476
|
-
//# sourceMappingURL=chunk-
|
|
5476
|
+
//# sourceMappingURL=chunk-EJEG3DU2.js.map
|