From 25c08da6ce61a7300d712af8450cba52b848d4c3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 12 Feb 2026 18:56:39 +0100 Subject: [PATCH 1/6] feat(evals): add page --- app/pages/evals.vue | 313 ++++++ content.config.ts | 9 + content/evals.yml | 3 + public/agent-results.json | 2017 +++++++++++++++++++++++++++++++++++++ 4 files changed, 2342 insertions(+) create mode 100644 app/pages/evals.vue create mode 100644 content/evals.yml create mode 100644 public/agent-results.json diff --git a/app/pages/evals.vue b/app/pages/evals.vue new file mode 100644 index 000000000..8bc29fe79 --- /dev/null +++ b/app/pages/evals.vue @@ -0,0 +1,313 @@ + + + diff --git a/content.config.ts b/content.config.ts index bd66ae878..4417cbb1e 100644 --- a/content.config.ts +++ b/content.config.ts @@ -421,6 +421,15 @@ export default defineContentConfig({ links: z.array(Link) })) }) + }), + evals: defineCollection({ + type: 'data', + source: 'evals.yml', + schema: z.object({ + title: z.string(), + description: z.string(), + githubUrl: z.string() + }) }) } }) diff --git a/content/evals.yml b/content/evals.yml new file mode 100644 index 000000000..285773be1 --- /dev/null +++ b/content/evals.yml @@ -0,0 +1,3 @@ +title: AI Agent Evaluations +description: "Performance results of AI coding agents on Nuxt code generation tasks, measuring success rate and execution time." +githubUrl: "https://github.com/vercel/nuxt-evals" diff --git a/public/agent-results.json b/public/agent-results.json new file mode 100644 index 000000000..d53fafa37 --- /dev/null +++ b/public/agent-results.json @@ -0,0 +1,2017 @@ +{ + "metadata": { + "exportedAt": "2026-02-12T15:45:06.484Z", + "experiments": [ + { + "name": "claude-opus-4.6", + "timestamp": "2026-02-12T10:30:24.538Z", + "modelName": "Claude Opus 4.6", + "agentHarness": "Claude Code" + }, + { + "name": "claude-sonnet-4.5", + "timestamp": "2026-02-12T10:18:17.180Z", + "modelName": "Claude Sonnet 4.5", + "agentHarness": "Claude Code" + }, + { + "name": "deepseek-v3.2", + "timestamp": "2026-02-11T17:13:56.573Z", + "modelName": "DeepSeek V3.2", + "agentHarness": "OpenCode" + }, + { + "name": "devstral-2", + "timestamp": "2026-02-11T17:13:56.591Z", + "modelName": "Devstral 2", + "agentHarness": "OpenCode" + }, + { + "name": "gemini-3-pro-preview", + "timestamp": "2026-02-12T15:11:41.466Z", + "modelName": "Gemini 3 Pro Preview", + "agentHarness": "OpenCode" + }, + { + "name": "gpt-5.3-codex-xhigh", + "timestamp": "2026-02-12T14:13:39.131Z", + "modelName": "gpt-5.3-codex-xhigh", + "agentHarness": "Codex" + }, + { + "name": "kat-coder-pro-v1", + "timestamp": "2026-02-11T17:13:56.673Z", + "modelName": "Kat Coder Pro V1", + "agentHarness": "OpenCode" + }, + { + "name": "minimax-m2.1", + "timestamp": "2026-02-11T17:13:56.691Z", + "modelName": "Minimax M2.1", + "agentHarness": "OpenCode" + } + ] + }, + "results": { + "Claude Opus 4.6": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": true, + "duration": 166935, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": true, + "duration": 164254, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": true, + "duration": 176219, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": true, + "duration": 218072, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": true, + "duration": 154866, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": true, + "duration": 230522, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": true, + "duration": 153606, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 1200001.4999999998, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": true, + "duration": 171447.99999999997, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": true, + "duration": 187162, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": true, + "duration": 195646, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": true, + "duration": 202526, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": true, + "duration": 202728, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": true, + "duration": 159780, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 174931.5, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 173804, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 187454.5, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 417050, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 497753, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 512759, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 538318.5000000001, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": true, + "duration": 490085, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": true, + "duration": 459329, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": true, + "duration": 509551, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 810035.5, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 545482, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-12T10:30:24.538Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": true, + "duration": 451353, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-12T10:30:24.538Z" + } + } + ], + "Claude Sonnet 4.5": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": true, + "duration": 140403, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": true, + "duration": 133892, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": true, + "duration": 162694, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": true, + "duration": 239111, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": true, + "duration": 147592, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 189081.5, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": true, + "duration": 124454, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": true, + "duration": 448669, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": true, + "duration": 164214, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": true, + "duration": 127513, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": true, + "duration": 133272, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": true, + "duration": 158947, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": true, + "duration": 153578, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 154909.5, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 137832.49999999997, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": true, + "duration": 136750, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 164494, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 295181, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 410223.5, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 417888.5, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 427414.99999999994, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 410346.5, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 395962, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 426936.00000000006, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": true, + "duration": 399935, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 442450.00000000006, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-12T10:18:17.180Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 396067, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-12T10:18:17.180Z" + } + } + ], + "DeepSeek V3.2": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 2319, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": false, + "duration": 2370.5, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": false, + "duration": 2333.5, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 2324, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 2335, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 2540, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": false, + "duration": 2341.5, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 2219, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": false, + "duration": 2435.5, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": false, + "duration": 2336.0000000000005, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": false, + "duration": 2322.5, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 2464.5, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": false, + "duration": 2364, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 2335.5, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 2416.5, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 2334.5000000000005, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 2335, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 2390.5000000000005, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 2348.4999999999995, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 2341, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 2402.5, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 2330, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 2389.5, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 2438.5, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 2348, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 2378, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-11T17:13:56.573Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 2474, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-11T17:13:56.573Z" + } + } + ], + "Devstral 2": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 2352.0000000000005, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": false, + "duration": 2339, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": false, + "duration": 2336.5, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 2418, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 2335, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 2331, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": false, + "duration": 2344.0000000000005, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 2340.5, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": false, + "duration": 2336.5, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": false, + "duration": 2299.5, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": false, + "duration": 2393, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 2325, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": false, + "duration": 2328, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 2354, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 2246.5, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 2357.9999999999995, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 2402.5, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 2351.4999999999995, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 2350, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 2325.5, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 2346.5, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 2360, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 2348, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 2343, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 2307.5, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 2365.5, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-11T17:13:56.591Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 2377, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-11T17:13:56.591Z" + } + } + ], + "Gemini 3 Pro Preview": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 719214, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": true, + "duration": 304814, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": true, + "duration": 379168, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 428598, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 430490.5, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": true, + "duration": 297530, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": true, + "duration": 239413, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": true, + "duration": 238802, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": true, + "duration": 351679, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": true, + "duration": 231660, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": true, + "duration": 276371, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 811118, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": true, + "duration": 250049, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 275861, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": true, + "duration": 337130.5, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 280142.5, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 733863, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 492841, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 615041.5, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 525735.5, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 624426.5, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 547554.5, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": true, + "duration": 525313, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 457760.99999999994, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 828509.5, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 829526.0000000001, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-12T15:11:41.466Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 600821.5, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-12T15:11:41.466Z" + } + } + ], + "gpt-5.3-codex-xhigh": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 104717.99999999999, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": false, + "duration": 96241, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": false, + "duration": 113942, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 121599.5, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 105842, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 102876, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": false, + "duration": 98437.99999999999, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 110398, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": false, + "duration": 100493, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": false, + "duration": 101225.5, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": false, + "duration": 109233.49999999999, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 117463.50000000001, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": false, + "duration": 107265.5, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 113512, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 115997, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 108543.5, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 118388.5, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 115741.5, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 121059.5, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 118079.5, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 129137.49999999999, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 129401.00000000001, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 135412.5, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 118675.99999999999, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 131655, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 124725, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-12T14:13:39.131Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 127922, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-12T14:13:39.131Z" + } + } + ], + "Kat Coder Pro V1": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 2339.5, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": false, + "duration": 2331.5, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": false, + "duration": 2341.5, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 2251.5, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 2346.5, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 2320.0000000000005, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": false, + "duration": 2373.5, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 2320.5, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": false, + "duration": 2247.4999999999995, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": false, + "duration": 2267, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": false, + "duration": 2338, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 2417.5, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": false, + "duration": 2413.9999999999995, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 2405.0000000000005, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 2485.5, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 2409.5, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 2442.5, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 2356, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 2425, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 2379, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 2413.9999999999995, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 2416.0000000000005, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 2360.5, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 2359.5, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 2441, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 2352.9999999999995, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-11T17:13:56.673Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 2460.5, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-11T17:13:56.673Z" + } + } + ], + "Minimax M2.1": [ + { + "evalPath": "nuxt-000-server-api-route", + "result": { + "success": false, + "duration": 2424.5, + "evalPath": "nuxt-000-server-api-route", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-001-routing", + "result": { + "success": false, + "duration": 2342, + "evalPath": "nuxt-001-routing", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-002-route-middleware", + "result": { + "success": false, + "duration": 2463, + "evalPath": "nuxt-002-route-middleware", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-003-state-composables", + "result": { + "success": false, + "duration": 2422.5000000000005, + "evalPath": "nuxt-003-state-composables", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-004-page-meta", + "result": { + "success": false, + "duration": 2423, + "evalPath": "nuxt-004-page-meta", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-005-error-handling", + "result": { + "success": false, + "duration": 2282.4999999999995, + "evalPath": "nuxt-005-error-handling", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-006-data-fetching", + "result": { + "success": false, + "duration": 2369.5000000000005, + "evalPath": "nuxt-006-data-fetching", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-007-seo-meta", + "result": { + "success": false, + "duration": 2444, + "evalPath": "nuxt-007-seo-meta", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-008-runtime-config", + "result": { + "success": false, + "duration": 2466.5, + "evalPath": "nuxt-008-runtime-config", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-009-plugins", + "result": { + "success": false, + "duration": 2393, + "evalPath": "nuxt-009-plugins", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-010-route-validation", + "result": { + "success": false, + "duration": 2381.5, + "evalPath": "nuxt-010-route-validation", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-011-app-config", + "result": { + "success": false, + "duration": 2389.0000000000005, + "evalPath": "nuxt-011-app-config", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-012-components", + "result": { + "success": false, + "duration": 2395.5, + "evalPath": "nuxt-012-components", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-013-server-utils", + "result": { + "success": false, + "duration": 2444, + "evalPath": "nuxt-013-server-utils", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-014-lazy-fetch", + "result": { + "success": false, + "duration": 2309, + "evalPath": "nuxt-014-lazy-fetch", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-015-computed-url", + "result": { + "success": false, + "duration": 2377.5, + "evalPath": "nuxt-015-computed-url", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-016-parallel-fetch", + "result": { + "success": false, + "duration": 2447, + "evalPath": "nuxt-016-parallel-fetch", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-000-installation", + "result": { + "success": false, + "duration": 2482.5, + "evalPath": "nuxt-ui-000-installation", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-001-landing-page", + "result": { + "success": false, + "duration": 2422.5000000000005, + "evalPath": "nuxt-ui-001-landing-page", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-002-form", + "result": { + "success": false, + "duration": 2443.5, + "evalPath": "nuxt-ui-002-form", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-003-dashboard-layout", + "result": { + "success": false, + "duration": 2461.5, + "evalPath": "nuxt-ui-003-dashboard-layout", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-004-table", + "result": { + "success": false, + "duration": 2446.5000000000005, + "evalPath": "nuxt-ui-004-table", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-005-modal", + "result": { + "success": false, + "duration": 2441.5, + "evalPath": "nuxt-ui-005-modal", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-006-command-palette", + "result": { + "success": false, + "duration": 2423.4999999999995, + "evalPath": "nuxt-ui-006-command-palette", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-007-theming", + "result": { + "success": false, + "duration": 2401, + "evalPath": "nuxt-ui-007-theming", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-008-page-shell", + "result": { + "success": false, + "duration": 2436, + "evalPath": "nuxt-ui-008-page-shell", + "timestamp": "2026-02-11T17:13:56.691Z" + } + }, + { + "evalPath": "nuxt-ui-009-dropdown-menu", + "result": { + "success": false, + "duration": 2423, + "evalPath": "nuxt-ui-009-dropdown-menu", + "timestamp": "2026-02-11T17:13:56.691Z" + } + } + ] + } +} From 92fcd3d648328866147db885ec2ba962b22f9593 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 12 Feb 2026 19:01:49 +0100 Subject: [PATCH 2/6] fix lint --- app/pages/evals.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/pages/evals.vue b/app/pages/evals.vue index 8bc29fe79..be9d2f81b 100644 --- a/app/pages/evals.vue +++ b/app/pages/evals.vue @@ -268,7 +268,9 @@ const evalColumns: TableColumn[] = [
-

Agent Performance Results

+

+ Agent Performance Results +

Date: Thu, 12 Feb 2026 22:27:35 +0100 Subject: [PATCH 3/6] chore: update agent results --- public/agent-results.json | 1666 +++++++++++++++++-------------------- 1 file changed, 761 insertions(+), 905 deletions(-) diff --git a/public/agent-results.json b/public/agent-results.json index d53fafa37..81f7c56c8 100644 --- a/public/agent-results.json +++ b/public/agent-results.json @@ -1,52 +1,52 @@ { "metadata": { - "exportedAt": "2026-02-12T15:45:06.484Z", + "exportedAt": "2026-02-12T21:12:05.353Z", "experiments": [ { "name": "claude-opus-4.6", - "timestamp": "2026-02-12T10:30:24.538Z", + "timestamp": "2026-02-12T18:30:42.893Z", "modelName": "Claude Opus 4.6", "agentHarness": "Claude Code" }, { "name": "claude-sonnet-4.5", - "timestamp": "2026-02-12T10:18:17.180Z", + "timestamp": "2026-02-12T17:54:46.819Z", "modelName": "Claude Sonnet 4.5", "agentHarness": "Claude Code" }, { "name": "deepseek-v3.2", - "timestamp": "2026-02-11T17:13:56.573Z", + "timestamp": "2026-02-12T20:50:22.625Z", "modelName": "DeepSeek V3.2", "agentHarness": "OpenCode" }, { "name": "devstral-2", - "timestamp": "2026-02-11T17:13:56.591Z", + "timestamp": "2026-02-12T20:42:55.496Z", "modelName": "Devstral 2", "agentHarness": "OpenCode" }, { "name": "gemini-3-pro-preview", - "timestamp": "2026-02-12T15:11:41.466Z", + "timestamp": "2026-02-12T20:50:55.007Z", "modelName": "Gemini 3 Pro Preview", "agentHarness": "OpenCode" }, { "name": "gpt-5.3-codex-xhigh", - "timestamp": "2026-02-12T14:13:39.131Z", - "modelName": "gpt-5.3-codex-xhigh", + "timestamp": "2026-02-12T21:00:19.312Z", + "modelName": "GPT-5.3 Codex (xhigh)", "agentHarness": "Codex" }, { "name": "kat-coder-pro-v1", - "timestamp": "2026-02-11T17:13:56.673Z", + "timestamp": "2026-02-12T21:02:59.802Z", "modelName": "Kat Coder Pro V1", "agentHarness": "OpenCode" }, { "name": "minimax-m2.1", - "timestamp": "2026-02-11T17:13:56.691Z", + "timestamp": "2026-02-12T21:02:35.556Z", "modelName": "Minimax M2.1", "agentHarness": "OpenCode" } @@ -58,243 +58,225 @@ "evalPath": "nuxt-000-server-api-route", "result": { "success": true, - "duration": 166935, + "duration": 206577, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-001-routing", "result": { "success": true, - "duration": 164254, + "duration": 207338, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { "success": true, - "duration": 176219, + "duration": 700747.5, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { "success": true, - "duration": 218072, + "duration": 280659, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { "success": true, - "duration": 154866, + "duration": 206738, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": true, - "duration": 230522, + "duration": 245739, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-006-data-fetching", + "evalPath": "nuxt-006-seo-meta", "result": { "success": true, - "duration": 153606, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 290540, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-007-seo-meta", + "evalPath": "nuxt-007-runtime-config", "result": { "success": false, - "duration": 1200001.4999999998, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 704179, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-008-runtime-config", + "evalPath": "nuxt-008-plugins", "result": { "success": true, - "duration": 171447.99999999997, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 215502, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-009-route-validation", "result": { "success": true, - "duration": 187162, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 196475, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-010-app-config", "result": { "success": true, - "duration": 195646, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 190614, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-011-server-utils", "result": { - "success": true, - "duration": 202526, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-12T10:30:24.538Z" - } - }, - { - "evalPath": "nuxt-012-components", - "result": { - "success": true, - "duration": 202728, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": false, + "duration": 699527, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": true, - "duration": 159780, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 195286, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-013-computed-url", "result": { "success": false, - "duration": 174931.5, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 696721.5, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-014-parallel-fetch", "result": { "success": false, - "duration": 173804, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-12T10:30:24.538Z" - } - }, - { - "evalPath": "nuxt-016-parallel-fetch", - "result": { - "success": false, - "duration": 187454.5, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 236484.50000000003, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { - "success": false, - "duration": 417050, + "success": true, + "duration": 243239, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { - "success": false, - "duration": 497753, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": true, + "duration": 299256, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { - "success": false, - "duration": 512759, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": true, + "duration": 806814, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { - "success": false, - "duration": 538318.5000000001, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": true, + "duration": 771269.5, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": true, - "duration": 490085, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-12T10:30:24.538Z" + "duration": 373172, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { - "success": true, - "duration": 459329, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": false, + "duration": 342837, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { - "success": true, - "duration": 509551, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": false, + "duration": 364697, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { - "success": false, - "duration": 810035.5, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": true, + "duration": 769119.5, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { - "success": false, - "duration": 545482, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-12T10:30:24.538Z" + "success": true, + "duration": 378155.99999999994, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T18:30:42.893Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": true, - "duration": 451353, + "duration": 127847.5, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-12T10:30:24.538Z" + "timestamp": "2026-02-12T18:30:42.893Z" } } ], @@ -303,243 +285,225 @@ "evalPath": "nuxt-000-server-api-route", "result": { "success": true, - "duration": 140403, + "duration": 176909, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-001-routing", "result": { "success": true, - "duration": 133892, + "duration": 188017, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { "success": true, - "duration": 162694, + "duration": 184586, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { "success": true, - "duration": 239111, + "duration": 290882, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { "success": true, - "duration": 147592, + "duration": 181226, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": false, - "duration": 189081.5, + "duration": 117172, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-006-data-fetching", + "evalPath": "nuxt-006-seo-meta", "result": { "success": true, - "duration": 124454, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 260713.00000000003, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-007-seo-meta", + "evalPath": "nuxt-007-runtime-config", "result": { "success": true, - "duration": 448669, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 203227, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-008-runtime-config", + "evalPath": "nuxt-008-plugins", "result": { "success": true, - "duration": 164214, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 193486, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-009-route-validation", "result": { "success": true, - "duration": 127513, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 179035, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-010-app-config", "result": { "success": true, - "duration": 133272, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 204353, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-011-app-config", - "result": { - "success": true, - "duration": 158947, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-12T10:18:17.180Z" - } - }, - { - "evalPath": "nuxt-012-components", - "result": { - "success": true, - "duration": 153578, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-12T10:18:17.180Z" - } - }, - { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { "success": false, - "duration": 154909.5, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 195451.5, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": false, - "duration": 137832.49999999997, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 195851, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { "success": true, - "duration": 136750, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 200892, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { "success": false, - "duration": 164494, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 184076.5, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { "success": false, - "duration": 295181, + "duration": 205534.5, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { - "success": false, - "duration": 410223.5, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-12T10:18:17.180Z" + "success": true, + "duration": 259810.99999999997, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { "success": false, - "duration": 417888.5, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 378525, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { "success": false, - "duration": 427414.99999999994, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 458207, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": false, - "duration": 410346.5, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 261733.5, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { "success": false, - "duration": 395962, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 269404, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 426936.00000000006, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 244786.5, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { - "success": true, - "duration": 399935, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-12T10:18:17.180Z" + "success": false, + "duration": 372687, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 442450.00000000006, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-12T10:18:17.180Z" + "duration": 418997, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T17:54:46.819Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": false, - "duration": 396067, + "duration": 247808.49999999997, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-12T10:18:17.180Z" + "timestamp": "2026-02-12T17:54:46.819Z" } } ], @@ -548,243 +512,225 @@ "evalPath": "nuxt-000-server-api-route", "result": { "success": false, - "duration": 2319, + "duration": 320891.5, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-001-routing", "result": { - "success": false, - "duration": 2370.5, + "success": true, + "duration": 270957, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { - "success": false, - "duration": 2333.5, + "success": true, + "duration": 257822, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 2324, + "success": true, + "duration": 395986, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 2335, + "success": true, + "duration": 216006, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": false, - "duration": 2540, + "duration": 363079, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-11T17:13:56.573Z" - } - }, - { - "evalPath": "nuxt-006-data-fetching", - "result": { - "success": false, - "duration": 2341.5, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-11T17:13:56.573Z" - } - }, - { - "evalPath": "nuxt-007-seo-meta", - "result": { - "success": false, - "duration": 2219, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-008-runtime-config", + "evalPath": "nuxt-006-seo-meta", "result": { "success": false, - "duration": 2435.5, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 430389.5, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-007-runtime-config", "result": { "success": false, - "duration": 2336.0000000000005, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 360416, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-008-plugins", "result": { "success": false, - "duration": 2322.5, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 404143, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-009-route-validation", "result": { "success": false, - "duration": 2464.5, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 265314.5, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-010-app-config", "result": { - "success": false, - "duration": 2364, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-11T17:13:56.573Z" + "success": true, + "duration": 449920, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { "success": false, - "duration": 2335.5, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 384623.00000000006, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": false, - "duration": 2416.5, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 336380.5, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { - "success": false, - "duration": 2334.5000000000005, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-11T17:13:56.573Z" + "success": true, + "duration": 306486.5, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { "success": false, - "duration": 2335, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 282942, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { "success": false, - "duration": 2390.5000000000005, + "duration": 447852, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { "success": false, - "duration": 2348.4999999999995, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 462121.99999999994, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { "success": false, - "duration": 2341, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 410846.5, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { "success": false, - "duration": 2402.5, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 266397.5, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": false, - "duration": 2330, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 368198, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { "success": false, - "duration": 2389.5, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 351569.5, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 2438.5, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 356454.5, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { "success": false, - "duration": 2348, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 410840.5, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 2378, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-11T17:13:56.573Z" + "duration": 435421.5, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T20:50:22.625Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": false, - "duration": 2474, + "duration": 308968.5, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-11T17:13:56.573Z" + "timestamp": "2026-02-12T20:50:22.625Z" } } ], @@ -792,244 +738,226 @@ { "evalPath": "nuxt-000-server-api-route", "result": { - "success": false, - "duration": 2352.0000000000005, + "success": true, + "duration": 131429, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-001-routing", "result": { - "success": false, - "duration": 2339, + "success": true, + "duration": 155884, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { - "success": false, - "duration": 2336.5, + "success": true, + "duration": 169960, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 2418, + "success": true, + "duration": 273325, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 2335, + "success": true, + "duration": 165803, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": false, - "duration": 2331, + "duration": 178069.5, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-006-data-fetching", + "evalPath": "nuxt-006-seo-meta", "result": { - "success": false, - "duration": 2344.0000000000005, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-11T17:13:56.591Z" - } - }, - { - "evalPath": "nuxt-007-seo-meta", - "result": { - "success": false, - "duration": 2340.5, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-11T17:13:56.591Z" - } - }, - { - "evalPath": "nuxt-008-runtime-config", - "result": { - "success": false, - "duration": 2336.5, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-11T17:13:56.591Z" + "success": true, + "duration": 255706, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-007-runtime-config", "result": { "success": false, - "duration": 2299.5, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 121112.50000000001, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-008-plugins", "result": { - "success": false, - "duration": 2393, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-11T17:13:56.591Z" + "success": true, + "duration": 164920.00000000003, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-009-route-validation", "result": { "success": false, - "duration": 2325, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 156669.5, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-010-app-config", "result": { - "success": false, - "duration": 2328, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-11T17:13:56.591Z" + "success": true, + "duration": 169250, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { "success": false, - "duration": 2354, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 199231.49999999997, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { - "success": false, - "duration": 2246.5, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-11T17:13:56.591Z" + "success": true, + "duration": 158512, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { "success": false, - "duration": 2357.9999999999995, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 186469, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { - "success": false, - "duration": 2402.5, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-11T17:13:56.591Z" + "success": true, + "duration": 156239, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { "success": false, - "duration": 2351.4999999999995, + "duration": 180841.99999999997, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { "success": false, - "duration": 2350, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 260241.49999999997, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { "success": false, - "duration": 2325.5, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 249825.49999999997, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { "success": false, - "duration": 2346.5, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 211478.5, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": false, - "duration": 2360, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 229376, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { "success": false, - "duration": 2348, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 241414, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 2343, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 225757.5, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { "success": false, - "duration": 2307.5, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 230121.5, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 2365.5, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-11T17:13:56.591Z" + "duration": 319307.5, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T20:42:55.496Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": false, - "duration": 2377, + "duration": 217898, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-11T17:13:56.591Z" + "timestamp": "2026-02-12T20:42:55.496Z" } } ], @@ -1037,489 +965,453 @@ { "evalPath": "nuxt-000-server-api-route", "result": { - "success": false, - "duration": 719214, + "success": true, + "duration": 248715, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-001-routing", "result": { "success": true, - "duration": 304814, + "duration": 228829, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { "success": true, - "duration": 379168, + "duration": 279540, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 428598, + "success": true, + "duration": 315967, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 430490.5, + "success": true, + "duration": 286529, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": true, - "duration": 297530, + "duration": 270122, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-006-data-fetching", + "evalPath": "nuxt-006-seo-meta", "result": { "success": true, - "duration": 239413, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 242104, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-007-seo-meta", + "evalPath": "nuxt-007-runtime-config", "result": { "success": true, - "duration": 238802, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 222729, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-008-runtime-config", + "evalPath": "nuxt-008-plugins", "result": { "success": true, - "duration": 351679, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 245680, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-009-route-validation", "result": { "success": true, - "duration": 231660, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 273318, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-010-app-config", "result": { "success": true, - "duration": 276371, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 486603, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-011-app-config", - "result": { - "success": false, - "duration": 811118, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-12T15:11:41.466Z" - } - }, - { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-011-server-utils", "result": { "success": true, - "duration": 250049, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 221423, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-013-server-utils", - "result": { - "success": false, - "duration": 275861, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-12T15:11:41.466Z" - } - }, - { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": true, - "duration": 337130.5, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 241524, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { - "success": false, - "duration": 280142.5, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": true, + "duration": 282408, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { "success": false, - "duration": 733863, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 251362.00000000003, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { - "success": false, - "duration": 492841, + "success": true, + "duration": 331004.5, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { "success": false, - "duration": 615041.5, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 376476.5, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { - "success": false, - "duration": 525735.5, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": true, + "duration": 402562, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { - "success": false, - "duration": 624426.5, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": true, + "duration": 334016, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { - "success": false, - "duration": 547554.5, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": true, + "duration": 371358, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { - "success": true, - "duration": 525313, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": false, + "duration": 355832.99999999994, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 457760.99999999994, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 301016.5, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { - "success": false, - "duration": 828509.5, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-12T15:11:41.466Z" + "success": true, + "duration": 359826.5, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 829526.0000000001, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-12T15:11:41.466Z" + "duration": 411548.5, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T20:50:55.007Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { - "success": false, - "duration": 600821.5, + "success": true, + "duration": 305408, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-12T15:11:41.466Z" + "timestamp": "2026-02-12T20:50:55.007Z" } } ], - "gpt-5.3-codex-xhigh": [ + "GPT-5.3 Codex (xhigh)": [ { "evalPath": "nuxt-000-server-api-route", "result": { "success": false, - "duration": 104717.99999999999, + "duration": 222224, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-001-routing", "result": { - "success": false, - "duration": 96241, + "success": true, + "duration": 174165, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { - "success": false, - "duration": 113942, + "success": true, + "duration": 201666, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 121599.5, + "success": true, + "duration": 267441, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 105842, + "success": true, + "duration": 240684, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { - "success": false, - "duration": 102876, + "success": true, + "duration": 270955, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-12T14:13:39.131Z" - } - }, - { - "evalPath": "nuxt-006-data-fetching", - "result": { - "success": false, - "duration": 98437.99999999999, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-007-seo-meta", + "evalPath": "nuxt-006-seo-meta", "result": { - "success": false, - "duration": 110398, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-12T14:13:39.131Z" - } - }, - { - "evalPath": "nuxt-008-runtime-config", - "result": { - "success": false, - "duration": 100493, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 364726, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-007-runtime-config", "result": { - "success": false, - "duration": 101225.5, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 225263, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-008-plugins", "result": { - "success": false, - "duration": 109233.49999999999, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 220410, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-009-route-validation", "result": { - "success": false, - "duration": 117463.50000000001, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 225596, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-010-app-config", "result": { - "success": false, - "duration": 107265.5, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 228406, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { "success": false, - "duration": 113512, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-12T14:13:39.131Z" + "duration": 207213, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { - "success": false, - "duration": 115997, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 219586, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { "success": false, - "duration": 108543.5, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-12T14:13:39.131Z" + "duration": 263814.5, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { - "success": false, - "duration": 118388.5, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 220945.49999999997, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { - "success": false, - "duration": 115741.5, + "success": true, + "duration": 246763, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { - "success": false, - "duration": 121059.5, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 293736, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { - "success": false, - "duration": 118079.5, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 382201, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { - "success": false, - "duration": 129137.49999999999, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 308034, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { - "success": false, - "duration": 129401.00000000001, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 357980, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { - "success": false, - "duration": 135412.5, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 293805, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 118675.99999999999, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-12T14:13:39.131Z" + "duration": 349544.5, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { - "success": false, - "duration": 131655, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 377489, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { - "success": false, - "duration": 124725, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-12T14:13:39.131Z" + "success": true, + "duration": 374737, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T21:00:19.312Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { - "success": false, - "duration": 127922, + "success": true, + "duration": 288645, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-12T14:13:39.131Z" + "timestamp": "2026-02-12T21:00:19.312Z" } } ], @@ -1528,243 +1420,225 @@ "evalPath": "nuxt-000-server-api-route", "result": { "success": false, - "duration": 2339.5, + "duration": 285028.5, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-001-routing", "result": { - "success": false, - "duration": 2331.5, + "success": true, + "duration": 244199, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { "success": false, - "duration": 2341.5, + "duration": 389939.49999999994, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 2251.5, + "success": true, + "duration": 477965, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 2346.5, + "success": true, + "duration": 244308, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": false, - "duration": 2320.0000000000005, + "duration": 440101.5, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-11T17:13:56.673Z" - } - }, - { - "evalPath": "nuxt-006-data-fetching", - "result": { - "success": false, - "duration": 2373.5, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-11T17:13:56.673Z" - } - }, - { - "evalPath": "nuxt-007-seo-meta", - "result": { - "success": false, - "duration": 2320.5, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-008-runtime-config", + "evalPath": "nuxt-006-seo-meta", "result": { "success": false, - "duration": 2247.4999999999995, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 440808.5, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-007-runtime-config", "result": { - "success": false, - "duration": 2267, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-11T17:13:56.673Z" + "success": true, + "duration": 441822, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-008-plugins", "result": { "success": false, - "duration": 2338, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 382755.5, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-009-route-validation", "result": { "success": false, - "duration": 2417.5, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 304310, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-010-app-config", "result": { "success": false, - "duration": 2413.9999999999995, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 399414, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { "success": false, - "duration": 2405.0000000000005, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 313550.5, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": false, - "duration": 2485.5, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 425365, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { "success": false, - "duration": 2409.5, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 396059.5, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { "success": false, - "duration": 2442.5, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 368679, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { "success": false, - "duration": 2356, + "duration": 394698.99999999994, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { "success": false, - "duration": 2425, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 367964, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { "success": false, - "duration": 2379, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 400266.5, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { - "success": false, - "duration": 2413.9999999999995, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-11T17:13:56.673Z" + "success": true, + "duration": 385379, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": false, - "duration": 2416.0000000000005, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 327105.5, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { "success": false, - "duration": 2360.5, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 457568.5, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 2359.5, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 390469.50000000006, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { "success": false, - "duration": 2441, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 447339, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 2352.9999999999995, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-11T17:13:56.673Z" + "duration": 287996.5, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T21:02:59.802Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": false, - "duration": 2460.5, + "duration": 433468.5, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-11T17:13:56.673Z" + "timestamp": "2026-02-12T21:02:59.802Z" } } ], @@ -1772,244 +1646,226 @@ { "evalPath": "nuxt-000-server-api-route", "result": { - "success": false, - "duration": 2424.5, + "success": true, + "duration": 187525, "evalPath": "nuxt-000-server-api-route", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-001-routing", "result": { - "success": false, - "duration": 2342, + "success": true, + "duration": 177035, "evalPath": "nuxt-001-routing", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-002-route-middleware", "result": { - "success": false, - "duration": 2463, + "success": true, + "duration": 167231, "evalPath": "nuxt-002-route-middleware", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-003-state-composables", "result": { - "success": false, - "duration": 2422.5000000000005, + "success": true, + "duration": 345883, "evalPath": "nuxt-003-state-composables", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-004-page-meta", "result": { - "success": false, - "duration": 2423, + "success": true, + "duration": 192036, "evalPath": "nuxt-004-page-meta", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-005-error-handling", "result": { "success": false, - "duration": 2282.4999999999995, + "duration": 233123.5, "evalPath": "nuxt-005-error-handling", - "timestamp": "2026-02-11T17:13:56.691Z" - } - }, - { - "evalPath": "nuxt-006-data-fetching", - "result": { - "success": false, - "duration": 2369.5000000000005, - "evalPath": "nuxt-006-data-fetching", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-007-seo-meta", + "evalPath": "nuxt-006-seo-meta", "result": { - "success": false, - "duration": 2444, - "evalPath": "nuxt-007-seo-meta", - "timestamp": "2026-02-11T17:13:56.691Z" - } - }, - { - "evalPath": "nuxt-008-runtime-config", - "result": { - "success": false, - "duration": 2466.5, - "evalPath": "nuxt-008-runtime-config", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 203044, + "evalPath": "nuxt-006-seo-meta", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-009-plugins", + "evalPath": "nuxt-007-runtime-config", "result": { - "success": false, - "duration": 2393, - "evalPath": "nuxt-009-plugins", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 208380, + "evalPath": "nuxt-007-runtime-config", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-010-route-validation", + "evalPath": "nuxt-008-plugins", "result": { - "success": false, - "duration": 2381.5, - "evalPath": "nuxt-010-route-validation", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 182051, + "evalPath": "nuxt-008-plugins", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-011-app-config", + "evalPath": "nuxt-009-route-validation", "result": { - "success": false, - "duration": 2389.0000000000005, - "evalPath": "nuxt-011-app-config", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 189362, + "evalPath": "nuxt-009-route-validation", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-012-components", + "evalPath": "nuxt-010-app-config", "result": { - "success": false, - "duration": 2395.5, - "evalPath": "nuxt-012-components", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 170261, + "evalPath": "nuxt-010-app-config", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-013-server-utils", + "evalPath": "nuxt-011-server-utils", "result": { - "success": false, - "duration": 2444, - "evalPath": "nuxt-013-server-utils", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 192936.50000000003, + "evalPath": "nuxt-011-server-utils", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-014-lazy-fetch", + "evalPath": "nuxt-012-lazy-fetch", "result": { "success": false, - "duration": 2309, - "evalPath": "nuxt-014-lazy-fetch", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 186837, + "evalPath": "nuxt-012-lazy-fetch", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-015-computed-url", + "evalPath": "nuxt-013-computed-url", "result": { "success": false, - "duration": 2377.5, - "evalPath": "nuxt-015-computed-url", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 182669.5, + "evalPath": "nuxt-013-computed-url", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-016-parallel-fetch", + "evalPath": "nuxt-014-parallel-fetch", "result": { - "success": false, - "duration": 2447, - "evalPath": "nuxt-016-parallel-fetch", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 200278, + "evalPath": "nuxt-014-parallel-fetch", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-ui-000-installation", "result": { "success": false, - "duration": 2482.5, + "duration": 223296.49999999997, "evalPath": "nuxt-ui-000-installation", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-001-landing-page", + "evalPath": "nuxt-ui-001-theming", "result": { "success": false, - "duration": 2422.5000000000005, - "evalPath": "nuxt-ui-001-landing-page", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 290375.5, + "evalPath": "nuxt-ui-001-theming", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-002-form", + "evalPath": "nuxt-ui-002-page-shell", "result": { - "success": false, - "duration": 2443.5, - "evalPath": "nuxt-ui-002-form", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 295052, + "evalPath": "nuxt-ui-002-page-shell", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-003-dashboard-layout", + "evalPath": "nuxt-ui-003-landing-page", "result": { - "success": false, - "duration": 2461.5, - "evalPath": "nuxt-ui-003-dashboard-layout", - "timestamp": "2026-02-11T17:13:56.691Z" + "success": true, + "duration": 320106, + "evalPath": "nuxt-ui-003-landing-page", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-004-table", + "evalPath": "nuxt-ui-004-dashboard-layout", "result": { "success": false, - "duration": 2446.5000000000005, - "evalPath": "nuxt-ui-004-table", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 330200.50000000006, + "evalPath": "nuxt-ui-004-dashboard-layout", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-005-modal", + "evalPath": "nuxt-ui-005-form", "result": { "success": false, - "duration": 2441.5, - "evalPath": "nuxt-ui-005-modal", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 226364, + "evalPath": "nuxt-ui-005-form", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-006-command-palette", + "evalPath": "nuxt-ui-006-table", "result": { "success": false, - "duration": 2423.4999999999995, - "evalPath": "nuxt-ui-006-command-palette", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 272788, + "evalPath": "nuxt-ui-006-table", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-007-theming", + "evalPath": "nuxt-ui-007-modal", "result": { "success": false, - "duration": 2401, - "evalPath": "nuxt-ui-007-theming", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 295384, + "evalPath": "nuxt-ui-007-modal", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { - "evalPath": "nuxt-ui-008-page-shell", + "evalPath": "nuxt-ui-008-command-palette", "result": { "success": false, - "duration": 2436, - "evalPath": "nuxt-ui-008-page-shell", - "timestamp": "2026-02-11T17:13:56.691Z" + "duration": 335251.99999999994, + "evalPath": "nuxt-ui-008-command-palette", + "timestamp": "2026-02-12T21:02:35.556Z" } }, { "evalPath": "nuxt-ui-009-dropdown-menu", "result": { "success": false, - "duration": 2423, + "duration": 270685.5, "evalPath": "nuxt-ui-009-dropdown-menu", - "timestamp": "2026-02-11T17:13:56.691Z" + "timestamp": "2026-02-12T21:02:35.556Z" } } ] From c7175ef3c4cf79a83eb31b4b629afd9c3b4a22be Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 12 Feb 2026 22:27:46 +0100 Subject: [PATCH 4/6] feat(app): display avatar --- app/pages/evals.vue | 23 +++++++++++++---------- public/assets/agents/anthropic.avif | Bin 0 -> 695 bytes public/assets/agents/deepseek.avif | Bin 0 -> 730 bytes public/assets/agents/google.avif | Bin 0 -> 2193 bytes public/assets/agents/kwaipilot.avif | Bin 0 -> 999 bytes public/assets/agents/minimax.avif | Bin 0 -> 1934 bytes public/assets/agents/mistral.avif | Bin 0 -> 717 bytes public/assets/agents/moonshotai.avif | Bin 0 -> 900 bytes public/assets/agents/openai.avif | Bin 0 -> 1077 bytes public/assets/agents/xai.avif | Bin 0 -> 738 bytes public/assets/agents/zai.avif | Bin 0 -> 713 bytes 11 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 public/assets/agents/anthropic.avif create mode 100644 public/assets/agents/deepseek.avif create mode 100644 public/assets/agents/google.avif create mode 100644 public/assets/agents/kwaipilot.avif create mode 100644 public/assets/agents/minimax.avif create mode 100644 public/assets/agents/mistral.avif create mode 100644 public/assets/agents/moonshotai.avif create mode 100644 public/assets/agents/openai.avif create mode 100644 public/assets/agents/xai.avif create mode 100644 public/assets/agents/zai.avif diff --git a/app/pages/evals.vue b/app/pages/evals.vue index be9d2f81b..f51a2e402 100644 --- a/app/pages/evals.vue +++ b/app/pages/evals.vue @@ -5,7 +5,7 @@ import { joinURL } from 'ufo' const UButton = resolveComponent('UButton') const UBadge = resolveComponent('UBadge') -const UIcon = resolveComponent('UIcon') +const UAvatar = resolveComponent('UAvatar') definePageMeta({ heroBackground: 'opacity-70 -z-10' @@ -119,15 +119,18 @@ const formattedDate = computed(() => { }) // Model icon mapping -function getModelIcon(model: string): string { +function getModelAvatar(model: string): string | undefined { const lower = model.toLowerCase() - if (lower.includes('claude')) return 'i-simple-icons-anthropic' - if (lower.includes('gpt') || lower.includes('codex')) return 'i-simple-icons-openai' - if (lower.includes('gemini')) return 'i-simple-icons-googlegemini' - if (lower.includes('deepseek')) return 'i-ri-deepseek-fill' - if (lower.includes('devstral')) return 'i-simple-icons-mistralai' - if (lower.includes('minimax')) return 'i-simple-icons-minimax' - return 'i-lucide-sparkles' + if (lower.includes('claude')) return '/assets/agents/anthropic.avif' + if (lower.includes('gpt') || lower.includes('codex')) return '/assets/agents/openai.avif' + if (lower.includes('gemini')) return '/assets/agents/google.avif' + if (lower.includes('deepseek')) return '/assets/agents/deepseek.avif' + if (lower.includes('devstral')) return '/assets/agents/mistral.avif' + if (lower.includes('minimax')) return '/assets/agents/minimax.avif' + if (lower.includes('kat')) return '/assets/agents/kwaipilot.avif' + if (lower.includes('moonshot')) return '/assets/agents/moonshotai.avif' + if (lower.includes('grok')) return '/assets/agents/xai.avif' + return undefined } // Format duration from ms to seconds @@ -173,7 +176,7 @@ const columns: TableColumn[] = [ accessorKey: 'model', header: 'Model', cell: ({ row }) => h('div', { class: 'flex items-center gap-2' }, [ - h(UIcon, { name: getModelIcon(row.original.model), class: 'size-4 shrink-0' }), + h(UAvatar, { src: getModelAvatar(row.original.model), size: 'xs', loading: 'lazy', class: 'border border-default' }), h('span', {}, row.original.model) ]) }, diff --git a/public/assets/agents/anthropic.avif b/public/assets/agents/anthropic.avif new file mode 100644 index 0000000000000000000000000000000000000000..1273bad2d793fd4293697c1f6decbe085c3f9c50 GIT binary patch literal 695 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F5868pz@XiU9%Be3%G>1dwZynVAQ623S@U z$Vmk&1L{sJGcW|{KnMb5V1ny23yKPWl3kev$@xHG4{n?UP; znsY!(Kmoz1otu(aBE-POX(3www}r(-%E9P2qw4`C4uwXC>;KlgpT>LiB~NbAQPwBn z9dkODdsqLPp8cV0s&&%23q4|CO8#0>Pd*17^vdvU*i^Oay;)w}!gdRm^v?pjnv44R z%Qx)u>s-FQwZYKgpY6(0F8lKq0SSMc`yWl6GAUQX?#UVNxQU2pe={7#%F*5!!=>-~>6xwr1(H{aHIVTG^d z4oKL&)9ihdsO0?Hn^pITb9h~zb@oh^togGa3*LTtBAUzfV{e_?GPMoGD`mQaZ&tJw ztb2EYcg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F5868pzTEiU9%BA(#k*1dwZynVAQ623S@U z$Vmk&1L{sJGcW|{KnMb5V1ny23yKPWl3kev$@xHG4{n?UP; znsY!(Kmoz%mz$DUBE-POX(3www}r(-%E4$Jlj{K{4uwXC>;KmLV7j>A?}1mjdiTEb zth2tqdBUUbT)QW&yW@Ix`>mkI+h!*;b}zbf>(#q0yNwbyZcv+Bdbc=fYgk-}Bgg-q zM&5MZ?m3L?b!QG{iR!(47qg%L#@@-jb00oY^7`z+Ahh7s2UGT*^UAsD)zK=yw@tP4 z)3#^4we)+%{VeD8JWDUF6=1VneZ%Tgz=~q-xK+%HmMj&lovsoe?jKdGWA|K1?NMmu zvF#Sa&S1RQf|$PG>B0^rXuRJQ7{l4@E>Y v2D|F;#m?S+^?ATL&1{{SFT@&vp~WTv46RlNBOY-Eg+_+0tiMaSHy!{0_c!AA literal 0 HcmV?d00001 diff --git a/public/assets/agents/google.avif b/public/assets/agents/google.avif new file mode 100644 index 0000000000000000000000000000000000000000..389a895ba01dd99cff28d730946218c5783dafbc GIT binary patch literal 2193 zcmYLJdpy%^8~@oXb4;pCtfL$preZ`d5~rlIfIfAR^e2p1mouRJ-7N)$Q;f%@N)rIIg@g#;K1g$mNoen3S?38wg|i3k-leE0=x zAstQ&Hm6XDXSX-BIe|=|nulEsqZ27%=7Jt_5E)OqXpRq}25i5VDw#^zE(BJ=^x!xU z7yyYTf*{EPLYYh>{v1b%iPm9k;uIxicIOR9ldhcSHTx2X}S?GnsHrg!PYxe7M8 zkXgj<@5x=x@pjON_$MY7_FF|x%(%v^{7dmu?n;r1nN>Af4U$QH`Ns-Mw{#L<(WOxY zuC5zzhl*2rk-}2`WSaqrpT{p1%Z!WD%*VRDEcsCH>a4D&0#UcIE8N99IM9LFgW6EM zM3lQt3X=>iSkm}nC;@VBz7kI~ahFl|GT)clp}bT3rTt)f9we=}VeZqF=b=02bGrC? zmpPj;4&EQVlVBsPJG19kflJBUSibhTMh_%eg<_+j1l=!^l+M3+VXW#Mem*jrqs&PdSF0 zZu(#4U2gRID0IRfgJ>fNMJZ)^zdPgGVb;E~pp=RAuj^mnVDjZd2Qxthy@>HEm~?cl zeWQn0KggWl$in)hmq%6^n` z$wALm5CbuCU%H!lyrFS~JEhaVh&f!b5EWGXlIH(CZ(uT%;*NhZ98`Z#6x%o{9(Q+Q zAEpN!0mgwcp8og7o0k2kZ!E=uY8P&xdGPF_bh!BLseOh9~Xo zXrSXQS`&_*G1xhOdnhfs_I5e^={<$X;#9}!J+?(r;H|AGf~2n1fl~MjrPm>SFMgy9 ztV=4cHNIo^=33f}!`;}7AndKHBM%Ej18CEy6=i2H=%n&98$vlcZ8i0p*MOiBH#hri zbVqsPrq!{m6;_H@n9ZL^d2ekMyS6OKwZ1=QTs3#>+aP|nto~0kTU*K5%za|6{ZZV8 zYJ-xi%rY0Y!ZXl=4ss$_bYQdwC+M`_fl$L%h%Zi}_lCzKNYb0&cdrhuqYo=|4ctL= z6$cjP)MrLb5x-fT4A=7JnOZc>YW`h9hR@)pd5v_r%O-E2IuD~GojvU~9!dC|Xnu;f zdtw7dteaMJUdYa7=Ugx1DQBQP}S9plu6MH@!8~q66n{nz?`op87CAg|Yop0vnIBv$> zULM~xB!Yu6)xO~2bN?U=?a1J@tSUIMWX>P+ttxqta=g86!l@^>rK`lOQicsf^lr3b z*Zln>L1%hpTeK!e6(sPrYVlKsJiR3S<;fy_b*GQiRjs6}Da3}MDT7F4Xqm0`BymiH z76Odc^cA02tFGDmEm0wu!M7bp>U!KfP&mh?m&tUn%xfK*hlhrJ^Jdx!x(j6^NLu_* zD#xPRanLhLHsaR)yFOv#9GfYwd)13)Jr&Xq2$~1`Ub)Kc)-ps*>{?6;b;8mj?2{L1 z9xc_f+~!MZAMX6sk;e`nlay@4S=$@8rBFDAd1jD?wQj_LtY|SSGtAC;1rHuUHtq#oAMMnlpX1)#sFP)Az6O78zOA-3A#uc%qYU zv%bDU4-U^2OOdcdq?bJPw#A-jX95FjGj0946Jpn6;kmWS0SWT2;yuR{%lxuGJWf>m zp@`V}6m>JS34(h#k2&JI0A2~R(R&VIvb6PkT*e(M*@7>4hoayMPC^;+Knj3*9BQn) z`fq{;MOAk21Oe9>lFUry>9R-jHw-pCvd6x2)1KVjZ)eF(M$-m7Z)yJd1K5yvD6_Fx zMwsgKBYWeG?`fWJY++79F1v7IXO`#BxB_Uo+)o~+*i1dwr+2?Q;mY5GU262d$Q;VG zTxi2GC^n=I8+vO0+j}%iwi(B(@K;YbmQt+n5hGs?BK*P<&10OHxHjZDg@VbJrc4BKBTm zA0E7j3;{yTlFN6!c`f$rX8O!m_i4W8;rSS7(v9Hyi!ZmhQPS3Kr?Yi+bW2w%+SfXF zyQYn0+&1gh=^kWM(h|evV+?*P8xQHS9PNtnvK^L|a$|Ce3|Es|UvzK9Cm9UJVL*Lr yt=Gx@r1ClKjpoSCvjNl6M@CA!u7#mYR@WbkBjfX`GQO*1j;`acKDC+p6#p-WmcPXS literal 0 HcmV?d00001 diff --git a/public/assets/agents/kwaipilot.avif b/public/assets/agents/kwaipilot.avif new file mode 100644 index 0000000000000000000000000000000000000000..df585ff0cfdcb9ac6e54aa253555b52b7b3f8843 GIT binary patch literal 999 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F586nt_4I8Yl(?%;#Yu3=%-DMP_Cm*co71 zQ6MK3tPH3-vCO~_qyr%clz|DZ&nze^07`ac79{5bX`aL~L+3^XuwIeO;(}C=P9SiA zVu6CpicF9IGY1C;kbfmLy3 zaY<@!u@z8FW=>{eQKeO4PC*7Zyks*Aa={FsR-o^h8=06Hm{?kvSlfUCQkg}m5N`sl z18U9zDFFopQ*>@hVu=s~7pH}2{ofWA6DbFy)hyx+912aW40p91*00!e`GarfHnpw! z$`{TsZ;M%Kf7eY~W|Bg?%>94$7begAE+)HH_nZEk7rhqy*?&GfwCK{`La{rlNy|!j zVl`*Xn!$F$_CxwTg|!o=DjV9HNUP=M_KW2x{#<ZxjtjNp!Yis?PqlkPwd^CS?0T~(lv`>by&_{6aAcB zW$vlBt4_Gr{B+6IaXT}^@bEY8JAWJX#lAO+v-PTnZ1#1xIczL?uh;tQUMZIu{!j1E zNL)Sr&g^iSI7hO5E+0>3%!SaNjb9BbWOs=c@MI5?U^LU`Ka&a73ig3SiP{2RtF;< RaR!A(hOMl>OSv~5003yWRcZhL literal 0 HcmV?d00001 diff --git a/public/assets/agents/minimax.avif b/public/assets/agents/minimax.avif new file mode 100644 index 0000000000000000000000000000000000000000..9aa12c5227d9d680423fdd310368016a22bfca46 GIT binary patch literal 1934 zcmYLJc{tQt82*jHj3rs)BFWy65D{fxCdkGWk3dQQ1rp;xiWeEm{8*Z% zS-9-3R}>7S;Mh(mjQ?AL6p#+G2{;mogwkF=AkC(rDfToNThYT(>1J%28sM)_qTqaX zH&cBt(2JrU7!nwSBL(V1Js=Up288Hii4?-_dmRKRq}>9tLes;;Ip6>XCxe443L+%I z0Nmb~&~cEN$Zlaj1UCoC8yh4H@bc)1g?(pmYD*ex^&u@9Igqm9#=}p$`&zG@`x05x zsr(@R9MhvtyK^mq*Jbc3r@ts?sVYL!aDv)x>YZ|z$Ar(;gD?lUzP^{&g|Xzc`u!fV z=*hvImXyo;UIA^}alz4+t0?vEO}I@3b2`&1FpLi=ny5;%uahlsSmf>?PmCaxi4B5e zEuWjHrFfIBDvoL)%TgCymV3=ALvX3?g_-{qWl2g8DYcp{rzcnMj zTX!U?Ww|~3xJngbUomDvayZntRK29Lp^$~+Mb3++kf~V{MzVE}rSDG@hh24T{V- z)zG&Ab{H4zyFDYM+st1N9Br(u=)QzAAj-Qb%re576WFh;RoGPHKbPTVwMTwjXoNCC*hg2-7{^YSg;w6lxxwaqvqQ|HC7)z?OLX(|S?DuTseK%g@|_ZSc7v z`S@yV0nzbJ*jMG-Tx#$ck^Ak&I{N4b;wp*U7X?ySEbIoI?3Z`^Jgjd5DH15WX4kvF%%~Mj+W(=*M-UTCQBI@~oZDID1%$)=%8Cg=(L_J0xeCwp zce!dFwE-jhJ7(pt-cxe!g_+4q6-~5N<@`m zjmwB9o+i$lsw*x+5-&#-+J%2?|56Bhm(l5Yt6%FQ&4xuL>by@`%F^4RNXV$0V$u(aUwba{xkejRQYtvzEp+yx5t8GUtj8-xAiR6CgH(iB zOGpI^`Y3PtU&eM%<))G4UdN2-_eO*XxXdgQ(e=wLoYLU;bh-1Pd0D8++iO={3z*Z^ z{H)J+PAbX27hc-Gxd`*qbpY_$(F--<&;ISpV&SC-ck1Pt);{HLWg?I(|^rBzm} zJaj9$F`b!OGoIF2pI%}3=5zI(%0yx~6ZN@`(IG=gQHX#kFWxAjxRQ(X2c&iRbk5(07h(6E)-Pz}|lgFq-&aH&i^xD@Q-1ToPk?fAmm!x+<;Z$;odUZlmRe0ah zHoA0*jvOS+)7t(LH0gIY53|29Cl+>FWL@vChweniBYQ&!M}(?JQXjWsp6!Cw0lN4^ zX3Sv7;{vRLyo}JMMrN2>PVTinlQDgx>~zOX#VB8@f3(s%*j&zqlt#$a>MlDAKd^Y_ zX0GVlX8Z*;0=tJYQ}oi{tgxDW`n*4E3o(9z>GqKS#D`Y++XT{R6mQzx8v!T36OJ== vlcJGRA<5{b)UV^>1{?1E9MtI#^=&=QQQBi2@e&NG)JC7qw`LRKfTaDusQWVb literal 0 HcmV?d00001 diff --git a/public/assets/agents/mistral.avif b/public/assets/agents/mistral.avif new file mode 100644 index 0000000000000000000000000000000000000000..d2288153b5d61d42f296db81934ea341c0122d7a GIT binary patch literal 717 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F5868pu)viU9%BR+tEb1dwZynVAQ623S@U z$Vmk&1L{sJGcW|{KnMb5V1ny23yKPWl3kev$@xHG4{n?UP; znsY!(Kmoz%n46MVBE-POX(3www}r(-%E4$Nlj{K{4uwXC>;Kl=?=E|L{nZ)6@=v!O zU5r)axpA~pdHp|SuJ$T^$^W1D*moTBIJ)X#Fvs(iv47qPH%xe}c=GW)^~t*u`tO~W zt-qJ9A^qd-CzE@!N8TU*Es?6I`69sl#E%oJ++ST1xFEGW;AiKrUr!FSH*eT6QS@(< zz3!$%_cHA=m#~*V`R%WEbl1XX%+@OFHZ@c`FPrc>d*YPBnZM*-9trb*SnyzHvtb3_ ztn*E4y+3g~r6}fDn#F9Mc>SlI(Wg%nbtb8C7J7JpZEew3ai4Jf@sD|YUE+Jsu=GaH z%hl=;oR(|7{nJYK-Tm{WOM~~sxG(uH^~E?M`9t8p%%^uEpD%Lv|9QRYeo6NC`%guV iU0W3QVIC_mfY>B}0o3YX#3Rn2(8#cr^>-=v#sdH+s^gvj literal 0 HcmV?d00001 diff --git a/public/assets/agents/moonshotai.avif b/public/assets/agents/moonshotai.avif new file mode 100644 index 0000000000000000000000000000000000000000..115486c7cdbf03a6b21c448254a675746b078b92 GIT binary patch literal 900 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDnUmYZ6V2oeVZ#f+4kA_$X#p&&E41jdHZ zdkW|Xd$xjCHTpSn}fe-|KL1_l2E+9`iGcyltDOgk#$Vp`asRF7^EHf|! zF~c$oiVA?VMP@;AK9J@~EHiX&Q~)az$t*5N1t|go2PhUO$gIc&2{3bTZ~!T>%z|8) z`+<&NZe(I+U|^b*o03=}#K6UAAzJ^pg~de5!RQx@I0J`56Dz}AZHM(i&sG;-)Alym zG;xORV&3o3{(l3WM(0`?Z44LRkh7Bc)V+h*lSL07Sna;;t8nM5jAxwHv5(!Zem7}6 zB<{EMX8_}5ewVBN79ZMtr6*rAN=lABaD!gJ#Zq;h%Ej=usW_b1H|9d&?@#%tz=hRZR9pAa`6ARC& ze4hsUV9771zOD=R^W_TK8~HJ3N%@M#?P(^{JIgM3{ba9xF2X;p^ld@MshA7Q*|%qI z`L^nn`}PSxHY@B9w~KunF=21s_MZz%ww-D{nXzfYOPe|I7rOoKem3T+Nj~fA8S~}K zX=983!KaN*`rbM8Q)TAaEED&LSr6SN3%uk_|9$=CHGkjkTkAY8|Gu)Q=(fiBdu{!n zBh0_o-ubzvw%O|c?71&Rq|d9zCNJmBsQqJp>T38u7seM|>k~|(ip}g6i#(ODIUg4% zae_5x#^00k%8vc|{p5P5)C9(d)%u%)&UOBa>Fxf!aEoBvu1mZBZ&jF@{qFsy@>1da zTk<8TWp&e912`|%#|FpyM@Rh3`o3V=uQiP+3%7in`}XCBxGBqCufMozqk1LluBoS1 z@!$Jvbk^2!y8oZ;yENXMb}v3JeDHhNqYT-LI>v&bjTVjp9G87!j=i%CO=vrrq@MMg zeZpSGimUal3@gt(S{>i4_hsoVMTLBgh^@BQg}1C&Fk_lWLAW=oiAeLw*}LvlEdHY|4l08N2)Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F586nt_3-6DS4*EV3{W1_>b7A~Q1&>v}GSg%NCaX~6bClEM5 zu|Pp)MJ7mqnS+A^NI}#y$bf`^zJSOvf@CZbODmi~!lgxdR=EYK>0rXiDmgQ`z^b^i zxFj{V*b1m7Gbb~#sM0Diryv6yUb2}5xnKrRE714MjZDl8Oe`%-tZhI6sm!8Oh&O@O z0X64=Xd$hh>#Yy3A;QuY`HS^PTuq-%F@N6`%0}UUYAZ@ zv_kxt)kdp=tLqmBu}+?Gr}u%AUcwX8_m_=Nw(%@%*v|aMw_0qj*PK;cv5dAE-dlHS zRv%-o*|&o^J~)ais^!H`HFd+i8K*XiZJsA$erR_j)1eSs)2!3eG`4Uy?K|hxG%Y;j zOpcE7pS`U=^VHdrCskMcQQS4@mWKw*vc;N7|9^G7z5VLssT`MOyY<5_EZX|_g-XM` zI_rtDS7+upTw8WE$K~gWz@I4@Gpx62*z392My)(lysY=wI=4f+-yca$y|n4}rkAF^ zXQjltH!Tvo{2<&|W(Dgt>9(^1CSLxcnQqIDRa6N#>fVsy&^$aZM()%tPf^RD&mS1~ z?dkUNyI0okFCUks%#?knC-Gyo;%VPs5)W6joL~vNyT!|qwcyRX`Bq&Yr<^P}Z~1KM z=FPXN9xAqQJeFB0plbn4k>#l^wMkhRsffmxDcd!l;kR*;}`u5$_O>>VNGoEL5u;k(r6G^*Q=TC3`F;lgYNq>$0;aS|R z@&bm()Ajx`oRf0jvTEMLmwR;PMmp|qW6mg2waeAZ-j?ve?e5~!TaFw5j{n%&YR6%& zkWu9Q;Wo#G<1d#Q+U!r$XyjLZ=e*1OU9HE}ZEJgWeJwu!?fb)1b_=;GBg_8JP!;jZ xiCJV`ewL5*x=j7uD-)OflW_E(eE^sc*(87ovDLwdN1Q>Skzp(A?^5oK2LPvwh++T$ literal 0 HcmV?d00001 diff --git a/public/assets/agents/xai.avif b/public/assets/agents/xai.avif new file mode 100644 index 0000000000000000000000000000000000000000..ab3eef198ceb767efb7533a2f5ab1f6763f752c6 GIT binary patch literal 738 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F5868ptvOiU9%BDVPX@1dwZynVAQ623S@U z$Vmk&1L{sJGcW|{KnMb5V1ny23yKPWl3kev$@xHG4{n?UP; znsY!(KmoxRmYb4TBE-POX(3www}r(-%E4$Elj{K{4uwXCn_JIbIa0{P9Am+_R4%*f z`P|v<|Bo$SJVpPDFO&Gzh$ph@1&tdYroWz`C_m%M!|OX|Gn{?unSM#77cw)qq{`sFJ`XH7l-oNc z2PCmYuG9D~z_~Uq(ELz>Tlza6*WyE5HYqz?+^0)hHf?CFWx0tS62~vxAH`@ zp;xh%-UaV-LCLdCOXsah*X2Lk>>XG4^(!#c*d&0V*6LuyBhH}E$gq|5cPaPA0|5BR B-QNHJ literal 0 HcmV?d00001 diff --git a/public/assets/agents/zai.avif b/public/assets/agents/zai.avif new file mode 100644 index 0000000000000000000000000000000000000000..4e6f2afc90b0fa255941da35771961553f774df3 GIT binary patch literal 713 zcmZQzV30{GsVqn=%S>Ycg51nBLl8SRGZDyVEXYkQNd$=lfnr8VP7#F3z)+BxTmoam zXug8Xl3Xx{5lEV3=Hw@XcrFeMObj3q2F5868px6biU9%BMwkeL1dwZynVAQ623S@U z$Vmk&1L{sJGcW|{KnMb5V1ny23yKPWl3kev$@xHG4{n?UP; znsY!(KmoyMo12nYBE-POX(3www}r(-%E73Y$@KseheD&n&8=sz94TaC`hDZAvv^^@ z(Ss>jwo8BUM6?!Wd2+q4*#)~8w)zu#-@{d&1|UH`3= z(%%kdMpxQY9R;WV_NX)P_~Q2Zir3Y%FOGAZJ|Ds(l=E+btesP@Q@O>Q!+aIfG{0J| zFFmQPaMmwpO7~ww^{ZF Date: Thu, 12 Feb 2026 22:45:15 +0100 Subject: [PATCH 5/6] improve expanded button hover state --- app/pages/evals.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/pages/evals.vue b/app/pages/evals.vue index f51a2e402..f55d6c6e4 100644 --- a/app/pages/evals.vue +++ b/app/pages/evals.vue @@ -169,7 +169,8 @@ const columns: TableColumn[] = [ 'onClick': (e: Event) => { e.stopPropagation() row.toggleExpanded() - } + }, + 'class': 'group-hover:bg-elevated' }) }, { @@ -293,7 +294,7 @@ const evalColumns: TableColumn[] = [ :columns="columns" :ui="{ thead: '[&>tr]:bg-elevated/50 border-b border-default', - tr: 'py-2.5 peer peer-data-[expanded=true]:[&>td]:p-4!', + tr: 'py-2.5 peer peer-data-[expanded=true]:[&>td]:p-4! group', td: 'py-2.5' }" class="flex-1 border border-default rounded-lg" From e43b50f818b6a95e9e22e2f28ce0bf9277f3a003 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 13 Feb 2026 14:12:33 +0100 Subject: [PATCH 6/6] feat: add link in footer --- app/composables/useNavigation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/composables/useNavigation.ts b/app/composables/useNavigation.ts index 3be14de6f..b1a2bf893 100644 --- a/app/composables/useNavigation.ts +++ b/app/composables/useNavigation.ts @@ -134,14 +134,14 @@ const footerLinks = [{ }, { label: 'Explore', children: [{ - label: 'Modules', - to: 'https://nuxt.com/modules' - }, { label: 'Templates', to: 'https://nuxt.com/templates' }, { label: 'Showcase', to: 'https://nuxt.com/showcase' + }, { + label: 'AI Evals', + to: '/evals' }] }, { label: 'Enterprise',