commit 3e131af7eb6526ce76dd799db9e8624b26fe20ea
parent c92b3e2e5df83dfa6dd829a10e3b038766228b68
Author: Brian Graham <brian@buildingbetterteams.de>
Date: Sat, 4 Apr 2026 09:57:23 +0200
Add missing tool axis labels on compare page
tool_read through tool_grep were missing from the AXIS_LABELS map,
causing 10 blank rows in the comparison table.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/dashboard/src/pages/compare.astro b/dashboard/src/pages/compare.astro
@@ -26,6 +26,11 @@ const AXIS_LABELS: Record<AxisName, string> = {
prompt_style: "Prompt Style",
language: "Language",
human_language: "Human Language",
+ tool_read: "Tool: Read",
+ tool_write: "Tool: Write",
+ tool_edit: "Tool: Edit",
+ tool_glob: "Tool: Glob",
+ tool_grep: "Tool: Grep",
linter: "Linter",
playwright: "Playwright",
context_file: "Context File",