From e706dcac000e26c33eec4b1508ec495df8a2a9ae Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 27 Apr 2026 00:04:42 +0300 Subject: [PATCH] feat(setup): default OneCLI remote URL to https://app.onecli.sh Replaces the example.internal placeholder with the hosted gateway URL so the advanced screen and --help suggest the canonical destination out of the box. Co-Authored-By: Claude Opus 4.7 (1M context) --- setup/lib/setup-config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/lib/setup-config.ts b/setup/lib/setup-config.ts index ad45086..7e2873e 100644 --- a/setup/lib/setup-config.ts +++ b/setup/lib/setup-config.ts @@ -70,7 +70,8 @@ export const CONFIG: Entry[] = [ surface: 'flag+ui', group: 'OneCLI', type: 'url', - placeholder: 'https://vault.example.internal', + default: 'https://app.onecli.sh', + placeholder: 'https://app.onecli.sh', validate: httpUrl, }, {