Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can customize the `web-codegen-scorer eval` script with the following flags:
- Example: `web-codegen-scorer eval --model=gemini-2.5-flash --autorater-model=gemini-2.5-flash --env=<config path>`

- `--runner=<name>`: Specifies the runner to use to execute the eval. Supported runners are
`genkit` (default) or `gemini-cli`.
`genkit` (default), `gemini-cli` or `claude-code`.

- `--local`: Runs the script in local mode for the initial code generation request. Instead of
calling the LLM, it will attempt to read the initial code from a corresponding file in the
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@genkit-ai/compat-oai": "^1.19.1",
"@genkit-ai/googleai": "1.19.3",
"@genkit-ai/mcp": "1.19.3",
"@google/gemini-cli": "^0.5.0",
"@google/genai": "1.20.0",
"@inquirer/prompts": "^7.8.4",
"@safety-web/runner": "0.4.0-alpha.14",
Expand Down Expand Up @@ -90,7 +89,13 @@
"zod": "^3.23.8",
"zod-validation-error": "^4.0.1"
},
"optionalDependencies": {
"@anthropic-ai/claude-code": "^1.0.128",
"@google/gemini-cli": "^0.5.0"
},
"devDependencies": {
"@anthropic-ai/claude-code": "^1.0.128",
"@google/gemini-cli": "^0.5.0",
"prettier": "^3.5.3",
"tsx": "^4.20.3"
}
Expand Down
Loading
Loading