mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-08-14 23:40:21 +02:00
fix(cli): drop "recommended" from the Anthropic setup option
The provider picker labelled Anthropic as recommended while every other provider carried a neutral hint. Match the others. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
6c39101071
commit
cb336456fb
@@ -71,7 +71,7 @@ export async function setup(): Promise<void> {
|
||||
const selected = await p.select({
|
||||
message: 'Select your AI provider',
|
||||
options: [
|
||||
{ value: 'anthropic' as const, label: 'Anthropic', hint: 'Claude models - recommended' },
|
||||
{ value: 'anthropic' as const, label: 'Anthropic', hint: 'Claude models' },
|
||||
{ value: 'openai' as const, label: 'OpenAI', hint: 'GPT models' },
|
||||
{ value: 'xai' as const, label: 'xAI', hint: 'Grok models' },
|
||||
{ value: 'amazon-bedrock' as const, label: 'AWS Bedrock', hint: 'Claude models via AWS' },
|
||||
|
||||
Reference in New Issue
Block a user