fix: 适配Claude agent-sdk转发

This commit is contained in:
shaw
2025-10-07 14:00:09 +08:00
parent 1fdfce1e4f
commit 52af60b3c9
2 changed files with 6 additions and 10 deletions

View File

@@ -74,6 +74,11 @@ const PROMPT_DEFINITIONS = {
title: 'Claude Agent SDK System Prompt',
text: "You are a Claude agent, built on Anthropic's Claude Agent SDK."
},
claudeOtherSystemPrompt4: {
category: 'system',
title: 'Claude Code Compact System Prompt Agent SDK2',
text: "You are Claude Code, Anthropic's official CLI for Claude, running within the Claude Agent SDK."
},
claudeOtherSystemPromptCompact: {
category: 'system',
title: 'Claude Code Compact System Prompt',