chore: format

This commit is contained in:
suyao 2025-12-17 18:17:26 +08:00
parent adc9489261
commit dd2faa2b6a
No known key found for this signature in database

View File

@ -107,7 +107,6 @@ class ClaudeCodeService implements AgentServiceInterface {
const customGitBashPath = validateGitBashPath(configManager.get(ConfigKeys.GitBashPath) as string | undefined)
// Route through local API Server which handles format conversion via unified adapter
// This enables Claude Code Agent to work with any provider (OpenAI, Gemini, etc.)
// The API Server converts AI SDK responses to Anthropic SSE format transparently