story-207: rename LLM provider labels - Claude Code (PTY) to Claude Code, Anthropic to Anthropic API

Squash merge of feature/story-207

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-26 15:02:30 +00:00
parent a2465f476a
commit b9427a2707
2 changed files with 14 additions and 2 deletions

View File

@@ -208,11 +208,11 @@ export function ChatHeader({
backgroundSize: "10px",
}}
>
<optgroup label="Claude Code (PTY)">
<optgroup label="Claude Code">
<option value="claude-code-pty">claude-code-pty</option>
</optgroup>
{(claudeModels.length > 0 || !hasAnthropicKey) && (
<optgroup label="Anthropic">
<optgroup label="Anthropic API">
{claudeModels.length > 0 ? (
claudeModels.map((m: string) => (
<option key={m} value={m}>