fix: correct Claude model ID — claude-sonnet-4-6 (not dated suffix)

The Agent SDK returned "model not found" for claude-sonnet-4-6-20250514.
Correct ID is claude-sonnet-4-6.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
snomiao
2026-03-27 14:36:22 +00:00
parent 99343cdef8
commit 4bfb059696

View File

@@ -516,7 +516,7 @@ ${issueContext}`
prompt:
'Reproduce the reported bug. Start by reading the issue context in your system prompt, then use your tools to interact with the ComfyUI browser session.',
options: {
model: 'claude-sonnet-4-6-20250514',
model: 'claude-sonnet-4-6',
systemPrompt,
apiKey: anthropicApiKey,
maxTurns,