@wix/evalforge-evaluator 0.96.0 → 0.97.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.
@@ -37,6 +37,13 @@ export interface ClaudeCodeExecutionOptions {
37
37
  aiGatewayHeaders?: Record<string, string>;
38
38
  /** Trace context for live streaming (optional) */
39
39
  traceContext?: import('@wix/evalforge-types').TraceContext;
40
+ /**
41
+ * System prompt override.
42
+ * - undefined: use default evaluator behavioral instructions
43
+ * - null: no system prompt (raw agent behavior)
44
+ * - string: custom system prompt text
45
+ */
46
+ systemPrompt?: string | null;
40
47
  }
41
48
  /**
42
49
  * Result from Claude Code execution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/evalforge-evaluator",
3
- "version": "0.96.0",
3
+ "version": "0.97.0",
4
4
  "description": "EvalForge Evaluator",
5
5
  "bin": "./build/index.js",
6
6
  "files": [
@@ -20,8 +20,8 @@
20
20
  "@anthropic-ai/claude-agent-sdk": "^0.2.44",
21
21
  "@anthropic-ai/claude-code": "^2.1.44",
22
22
  "@wix/eval-assertions": "0.20.0",
23
- "@wix/evalforge-github-client": "0.16.0",
24
- "@wix/evalforge-types": "0.41.0",
23
+ "@wix/evalforge-github-client": "0.17.0",
24
+ "@wix/evalforge-types": "0.42.0",
25
25
  "ai": "^6.0.6",
26
26
  "diff": "^7.0.0",
27
27
  "tar": "^7.5.3",
@@ -60,5 +60,5 @@
60
60
  "artifactId": "evalforge-evaluator"
61
61
  }
62
62
  },
63
- "falconPackageHash": "254f8b1979173d7ff63fe096e63ed1eebd1810156222f6daf18633a7"
63
+ "falconPackageHash": "a9a6442771b1e4bd9e5c6dad77b1253211c204acb7039bd84d49238f"
64
64
  }