@wix/evalforge-types 0.55.0 → 0.56.0
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/build/index.js +3 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +3 -1
- package/build/index.mjs.map +2 -2
- package/build/types/target/agent.d.ts +2 -1
- package/package.json +2 -2
|
@@ -28,7 +28,8 @@ export declare const AGENT_TYPE_LABELS: Record<AgentTypeValue, string>;
|
|
|
28
28
|
* When adding a new CLI agent adapter, add its command here first.
|
|
29
29
|
*/
|
|
30
30
|
export declare enum AgentRunCommand {
|
|
31
|
-
CLAUDE = "claude"
|
|
31
|
+
CLAUDE = "claude",
|
|
32
|
+
OPENCODE = "opencode"
|
|
32
33
|
}
|
|
33
34
|
/** All available run commands for use in dropdowns and validation. */
|
|
34
35
|
export declare const AVAILABLE_RUN_COMMANDS: AgentRunCommand[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/evalforge-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0",
|
|
4
4
|
"description": "Unified types for EvalForge agent evaluation system",
|
|
5
5
|
"files": [
|
|
6
6
|
"build"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"artifactId": "evalforge-types"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "331ddbd68218e960214d7b75e497534e88fa193a082b6fd1fb9a922f"
|
|
50
50
|
}
|