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) <noreply@anthropic.com>
This commit is contained in:
@@ -70,7 +70,8 @@ export const CONFIG: Entry[] = [
|
|||||||
surface: 'flag+ui',
|
surface: 'flag+ui',
|
||||||
group: 'OneCLI',
|
group: 'OneCLI',
|
||||||
type: 'url',
|
type: 'url',
|
||||||
placeholder: 'https://vault.example.internal',
|
default: 'https://app.onecli.sh',
|
||||||
|
placeholder: 'https://app.onecli.sh',
|
||||||
validate: httpUrl,
|
validate: httpUrl,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user