@@ -60,7 +60,7 @@ After a binding resolves, Devo resolves provider settings:
60604 . confirm the binding's ` invocation_method ` is allowed by provider
6161 ` wire_apis ` ;
62625 . read the provider credential id from ` auth.json ` ;
63- 6 . merge provider base URL, headers, selected model name, thinking selection,
63+ 6 . merge provider base URL, headers, selected model name, reasoning effort selection,
6464 context settings, and HTTP proxy settings.
6565
6666If no provider can be resolved, Devo reports:
@@ -69,9 +69,9 @@ If no provider can be resolved, Devo reports:
6969No provider configured. Run `devo onboard` to complete setup.
7070```
7171
72- ## Thinking Selection
72+ ## Reasoning Effort Selection
7373
74- The active thinking selection can come from config or model selection. Devo
74+ The active reasoning effort selection can come from config or model selection. Devo
7575stores it as a user-facing value such as ` disabled ` , ` enabled ` , ` high ` , or
7676` max ` , then resolves it into provider-specific request fields for the selected
7777wire API.
@@ -85,5 +85,5 @@ For models with variants, Devo builds a provider request model map scoped to the
8585selected provider. This prevents another provider with the same local slug from
8686changing the wire model name for the active provider.
8787
88- This matters when a thinking variant has a different provider-side model name
88+ This matters when a reasoning variant has a different provider-side model name
8989than the base model.
0 commit comments