We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b020b commit 4e848feCopy full SHA for 4e848fe
1 file changed
multimodal/tarko/agent-cli/src/config/builder.ts
@@ -186,10 +186,7 @@ function handleCoreDeprecatedOptions(
186
type: thinking ? 'enabled' : 'disabled',
187
};
188
} else if (typeof thinking === 'object') {
189
- config.thinking = {
190
- type: 'disabled',
191
- ...(config.thinking || {}),
192
- };
+ config.thinking = thinking;
193
}
194
195
0 commit comments