feat: add support for disabling thinking tokens with value 0

This commit is contained in:
Ali Ayas (claude-sonnet-4-20250514) 2025-06-16 01:00:52 +03:00 committed by Ali Ayas
parent 2df4beb6e9
commit e91efda8fe
7 changed files with 25 additions and 11 deletions

View file

@ -173,7 +173,7 @@ Set the reasoning_effort API parameter (default: not set)
Environment variable: `AIDER_REASONING_EFFORT`
### `--thinking-tokens VALUE`
Set the thinking token budget for models that support it (default: not set)
Set the thinking token budget for models that support it. Use 0 to disable. (default: not set)
Environment variable: `AIDER_THINKING_TOKENS`
### `--verify-ssl`