From cd49171bbcbddd672738d50743849615f83281e9 Mon Sep 17 00:00:00 2001 From: Teigen Date: Mon, 30 Mar 2026 16:44:00 +0800 Subject: [PATCH] feat: support "Default (CLI default)" option for model selection Allow users to leave the default model unset, so sessions use whatever the Claude CLI defaults to rather than forcing a specific model. - Add empty-value "Default (CLI default)" option to the model dropdown - Treat empty string as undefined when passing model to Session - Apply consistently across session creation, quick-start, and Ralph --- src/web/public/index.html | 1 + src/web/public/settings-ui.js | 4 ++-- src/web/routes/ralph-routes.ts | 2 +- src/web/routes/session-routes.ts | 12 ++++++++++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/web/public/index.html b/src/web/public/index.html index 33e98da3..250be5aa 100644 --- a/src/web/public/index.html +++ b/src/web/public/index.html @@ -1085,6 +1085,7 @@

App Settings