Compare commits

...

3 Commits

Author SHA1 Message Date
pashpashpash e979eb70fd merge conflicts 2025-07-16 15:42:04 -07:00
pashpashpash eac977b631 updating 2025-07-16 15:39:18 -07:00
Cline Evaluation c747f6352c swapping latest diff algo as default 2025-06-23 20:22:53 -07:00
+1 -1
View File
@@ -925,7 +925,7 @@ async function main() {
.option("--max-attempts-per-case <number>", "Maximum total attempts per test case (default: 10x valid attempts)")
.option("--max-cases <number>", "Maximum number of test cases to run (limits total cases loaded)")
.option("--parsing-function <name>", "The parsing function to use", "parseAssistantMessageV2")
.option("--diff-edit-function <name>", "The diff editing function to use", "diff-06-25-25")
.option("--diff-edit-function <name>", "The diff editing function to use", "diff-06-26-25")
.option("--thinking-budget <tokens>", "Set the thinking tokens budget", "0")
.option("--parallel", "Run tests in parallel", false)
.option("--replay", "Run evaluation from a pre-recorded LLM output, skipping the API call", false)