That should be supported as both --model opusplan and --plan-model opus with --model sonnet.
From docs: https://code.claude.com/docs/en/model-config
opusplan Special mode that uses opus during plan mode, then switches to sonnet for execution
If we can support also for example --plan-model sonnet with --model haiku, that would be even better, investigate the possibility.
Please collect data related about the issue to this repository, make sure we compile that data to ./docs/case-studies/issue-{id} folder, and use it to do deep case study analysis (also make sure to search online for additional facts and data), and propose possible solutions (including known existing components/libraries, that solve similar problem or can help in solutions).
That should be supported as both
--model opusplanand--plan-model opuswith--model sonnet.From docs: https://code.claude.com/docs/en/model-config
If we can support also for example
--plan-model sonnetwith--model haiku, that would be even better, investigate the possibility.Please collect data related about the issue to this repository, make sure we compile that data to
./docs/case-studies/issue-{id}folder, and use it to do deep case study analysis (also make sure to search online for additional facts and data), and propose possible solutions (including known existing components/libraries, that solve similar problem or can help in solutions).