From 1b29a6035885d9c07a3acec8983f41b87c805d4e Mon Sep 17 00:00:00 2001 From: Guy Ben Aharon Date: Tue, 19 May 2026 21:10:40 +0300 Subject: [PATCH] fix(setup): correct OneCLI default URL from app to api subdomain Co-Authored-By: Claude Opus 4.6 (1M context) --- setup/lib/setup-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/lib/setup-config.ts b/setup/lib/setup-config.ts index b8eb65439..5028486dc 100644 --- a/setup/lib/setup-config.ts +++ b/setup/lib/setup-config.ts @@ -70,8 +70,8 @@ export const CONFIG: Entry[] = [ surface: 'flag+ui', group: 'OneCLI', type: 'url', - default: 'https://app.onecli.sh', - placeholder: 'https://app.onecli.sh', + default: 'https://api.onecli.sh', + placeholder: 'https://api.onecli.sh', validate: httpUrl, }, {