fix(cli): pass toolPreselection setting to core and disable in tests

This commit is contained in:
Matt Korwel
2026-02-20 14:36:55 +00:00
parent 53068fad5c
commit cbe727352c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -859,6 +859,7 @@ export async function loadCliConfig(
fakeResponses: argv.fakeResponses,
recordResponses: argv.recordResponses,
retryFetchErrors: settings.general?.retryFetchErrors,
toolPreselection: settings.general?.toolPreselection,
ptyInfo: ptyInfo?.name,
disableLLMCorrection: settings.tools?.disableLLMCorrection,
rawOutput: argv.rawOutput,
+1
View File
@@ -430,6 +430,7 @@ export class TestRig {
// Nightly releases sometimes becomes out of sync with local code and
// triggers auto-update, which causes tests to fail.
disableAutoUpdate: true,
toolPreselection: false,
},
telemetry: {
enabled: true,