Display claude-code executor as Claude Code (#305)

This commit is contained in:
Solomon
2025-07-21 10:13:58 +01:00
committed by GitHub
parent 13642be67f
commit 05c2e2a064
4 changed files with 6 additions and 6 deletions

View File

@@ -141,8 +141,8 @@ export const EDITOR_TYPES: EditorType[] = [
export const EXECUTOR_LABELS: Record<string, string> = {
"echo": "Echo (Test Mode)",
"claude": "Claude",
"claude-plan": "Claude Plan",
"claude": "Claude Code",
"claude-plan": "Claude Code Plan",
"amp": "Amp",
"gemini": "Gemini",
"charm-opencode": "Charm Opencode",