fix(coding-agent): honor --model selection, thinking, and --api-key

This commit is contained in:
Armin Ronacher
2026-02-06 23:55:22 +01:00
committed by Mario Zechner
parent 7ccf809a5d
commit 56342258e1
4 changed files with 286 additions and 21 deletions

View File

@@ -189,7 +189,7 @@ ${chalk.bold("Commands:")}
${chalk.bold("Options:")}
--provider <name> Provider name (default: google)
--model <id> Model ID (default: gemini-2.5-flash)
--model <pattern> Model pattern or ID (supports "provider/id" and optional ":<thinking>")
--api-key <key> API key (defaults to env vars)
--system-prompt <text> System prompt (default: coding assistant prompt)
--append-system-prompt <text> Append text or file contents to the system prompt