From c0112859043a25cf377781946d4db7cef28e1541 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 13 Apr 2025 11:50:09 -0700 Subject: [PATCH] feat: Add % conform and edit format columns to leaderboard table --- aider/website/docs/leaderboards/index.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 19a95faf0..45c6c23f4 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -35,7 +35,9 @@ human intervention. Model Percent correct Cost (log scale) - Command + Command + % Conform + Edit Format @@ -66,10 +68,12 @@ human intervention. {% assign rounded_cost = row.total_cost | times: 1.0 | round: 2 %} {% if row.total_cost == 0 or rounded_cost == 0.00 %}?{% else %}${{ rounded_cost }}{% endif %} - {{ row.command }} + {{ row.command }} + {{ row.conform_rate_2 }}% + {{ row.edit_format }} - +