From 7c9819d83ddf81161e7512d1ee230ed4a080403b Mon Sep 17 00:00:00 2001 From: Alec Chen Date: Fri, 31 Jul 2026 10:46:44 +0800 Subject: [PATCH] Fix broken mini-SWE-agent swebench.yaml config links mini-swe-agent renamed src/minisweagent/config/extra/swebench.yaml to src/minisweagent/config/benchmarks/swebench.yaml (commit 76363d10). Update the hrefs on the Verified leaderboard page and in the GPT-5 blog post to point at the new path. Co-Authored-By: Claude Opus 4.8 (1M context) --- data/posts/250808-gpt5.md | 2 +- templates/pages/verified.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/posts/250808-gpt5.md b/data/posts/250808-gpt5.md index 6bd0ea8..ce56a93 100644 --- a/data/posts/250808-gpt5.md +++ b/data/posts/250808-gpt5.md @@ -56,7 +56,7 @@ In contrast, our `mini` agent is really just this class: ??? note "SWE-bench config" - - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/config/extra/swebench.yaml) + - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/config/benchmarks/swebench.yaml) ```yaml --8<-- "data/posts/250808-gpt5/swebench.yaml" diff --git a/templates/pages/verified.html b/templates/pages/verified.html index 9dfb725..7a2e4d4 100644 --- a/templates/pages/verified.html +++ b/templates/pages/verified.html @@ -42,7 +42,7 @@

Bash Only: Comparing Language Models

Click for more details on the bash-only setup
    -
  • We use this configuration for all models.
  • +
  • We use this configuration for all models.
  • The release number in the leaderboard corresponds to the version of the mini-SWE-agent used to run the evaluation.
  • Results of release 1.x and 2.x are not necessarily comparable to each other, as 2.x uses tool calling to invoke actions, whereas 1.x parses action from the output strings. Read more about the changes in the mini-SWE-agent v2 migration guide.
  • For all results of release 1.x and earlier, the LM temperature is set to 0.0 if the temperature parameter is supported. For all results of release 2.x and later, the temperature parameter is not set.