diff --git a/setup/lib/setup-config.ts b/setup/lib/setup-config.ts index 7e2873e..0a59731 100644 --- a/setup/lib/setup-config.ts +++ b/setup/lib/setup-config.ts @@ -82,7 +82,8 @@ export const CONFIG: Entry[] = [ group: 'OneCLI', type: 'string', secret: true, - placeholder: 'oat_…', + placeholder: 'oc_…', + validate: (v) => (v.startsWith('oc_') ? undefined : 'Must start with oc_'), }, { key: 'anthropicBaseUrl',