chore: standardize executor type naming to kebab-case (#209)

This commit is contained in:
Solomon
2025-07-16 16:33:27 +01:00
committed by GitHub
parent 471d28defd
commit 5e60e65e27
8 changed files with 42 additions and 20 deletions

View File

@@ -98,8 +98,10 @@ export function OnboardingDialog({ open, onComplete }: OnboardingDialogProps) {
{executor.type === 'claude' && 'Claude Code from Anthropic'}
{executor.type === 'amp' && 'From Sourcegraph'}
{executor.type === 'gemini' && 'Google Gemini from Bloop'}
{executor.type === 'charmopencode' &&
{executor.type === 'charm-opencode' &&
'Charm/Opencode AI assistant'}
{executor.type === 'claude-code-router' &&
'Claude Code Router'}
{executor.type === 'echo' &&
'This is just for debugging vibe-kanban itself'}
</p>