Environment
- OS: Windows 11 Enterprise Version: 25H2 Build: 26200.8875 Resource Pack: 1000.26100.334.0 Language: PT-BR
- Eclipse Version: 2026-06 (4.40.0) (Build id: 20260604-0653)
- Plugin Version: 0.21.0.202608060743
Describe the bug
GPT-5.6 Terra fails in Ask Mode with reasoning set to None: plugin still sends incompatible tools/reasoning via /v1/chat/completions
To Reproduce
Steps to reproduce the behavior:
- Open a new Chat
- Set the Agent Mode to 'Ask'
- Set the model to GPT 5.6 - Terra
- While setting the model, hover over your model choice to show the Thinking Effort menu.
- Choose "None"
- Write some basic prompt like "Explain the difference between an abstract class and an interface in Java"
- See the error.
Expected behavior
Sorry, an error occurred while generating a response. Details: unhandled status from server: 400 { "error": { "message": "Function tools with reasoning_effort are not supported for gpt-5.6-terra in /v1/chat/completions. To use function tools, use /v1/responses or set reasoning_effort to 'none'.", "ty... Read more from logs.
Environment
Describe the bug
GPT-5.6 Terra fails in Ask Mode with reasoning set to None: plugin still sends incompatible tools/reasoning via /v1/chat/completions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sorry, an error occurred while generating a response. Details: unhandled status from server: 400 { "error": { "message": "Function tools with reasoning_effort are not supported for gpt-5.6-terra in /v1/chat/completions. To use function tools, use /v1/responses or set reasoning_effort to 'none'.", "ty... Read more from logs.