From 69f3825f81f45281797e8a5cf29c5079d4c23c9f Mon Sep 17 00:00:00 2001 From: Inzimam Date: Sun, 14 Jun 2026 11:25:58 +0000 Subject: [PATCH 1/2] Redesign New run tab + add Model settings view - New run tab is now a minimal box: just the goal input and a Start run button. The selected repository shows top-right of the box and the writer/reviewer models in use show bottom-right. - Move all model/runner selection and run options out of the run form into a dedicated Model settings tab with grouped model pickers for the writer (actor) and reviewer (critic) roles. - Replace the placeholder runner-profile presets/JSON editor with a real model catalog grouped by the environment key that unlocks each provider's models. - Secrets view now lists, per environment key, whether it is stored and which models it unlocks. - Persist run settings (repo, models, options) in localStorage and build the engine env from them at run start. Co-authored-by: Inzimam Ul Haq <27832433+inhaq@users.noreply.github.com> --- desktop/index.html | 4 + desktop/src/main.ts | 444 ++++++++++++++++++++++------------------ desktop/src/settings.ts | 202 ++++++++++++++++++ desktop/src/styles.css | 100 +++++++++ 4 files changed, 552 insertions(+), 198 deletions(-) create mode 100644 desktop/src/settings.ts diff --git a/desktop/index.html b/desktop/index.html index a324904..374c56c 100644 --- a/desktop/index.html +++ b/desktop/index.html @@ -27,6 +27,10 @@ Sessions +