feat: enhance tool call parsing robustness, authentication flexibility, and streaming output for tool content

This commit is contained in:
CJACK
2026-02-16 01:24:52 +08:00
parent bd788a12b1
commit 57f2041edb
14 changed files with 1753 additions and 1519 deletions

View File

@@ -356,5 +356,5 @@ func (s *Store) ClaudeMapping() map[string]string {
if len(s.cfg.ClaudeMapping) > 0 {
return cloneStringMap(s.cfg.ClaudeMapping)
}
return map[string]string{"fast": "deepseek-chat", "slow": "deepseek-chat"}
return map[string]string{"fast": "deepseek-chat", "slow": "deepseek-reasoner"}
}