Skip to content

Commit 7822a99

Browse files
committed
log: apply benchify results
1 parent d4a4036 commit 7822a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/tools/batch-str-replace.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ async function applyBenchifyIfNeeded(
453453
toolCalls: CodebuffToolCall<'str_replace'>[]
454454
},
455455
) {
456+
logger.debug({ options, batchContext }, 'Applying Benchify results')
456457
// Early exit conditions - fail gracefully without blocking user edits
457458
if (batchContext.intendedChanges.size === 0) {
458459
return

0 commit comments

Comments
 (0)