feat(chat): add model selection for Claude and update to latest versinos of claude agent sdk and cursor cli

This commit is contained in:
simosmik
2025-12-16 17:22:33 +00:00
parent 1f4cd16b89
commit d822a96818
2 changed files with 66 additions and 29 deletions

View File

@@ -76,8 +76,9 @@ function mapCliOptionsToSDK(options = {}) {
}
// Map model (default to sonnet)
// Map model (default to sonnet)
// Valid models: sonnet, opus, haiku, opusplan, sonnet[1m]
sdkOptions.model = options.model || 'sonnet';
console.log(`🤖 Using model: ${sdkOptions.model}`);
// Map system prompt configuration
sdkOptions.systemPrompt = {