debug: use console.log instead of logVerbose for always-visible logging

This commit is contained in:
Sebastian
2026-01-14 23:29:17 -05:00
parent 56b3b44342
commit e7167e35ed
3 changed files with 11 additions and 7 deletions

View File

@@ -127,7 +127,8 @@ export async function runAgentTurnWithFallback(params: {
run: (provider, model) => {
// Notify that model selection is complete (including after fallback).
// This allows responsePrefix template interpolation with the actual model.
logVerbose(
// eslint-disable-next-line no-console
console.log(
`[responsePrefix] onModelSelected callback exists: ${!!params.opts?.onModelSelected}, provider=${provider}, model=${model}`,
);
params.opts?.onModelSelected?.({