Skip to content

Commit 0a5c938

Browse files
committed
fixup
1 parent 9c4f2f5 commit 0a5c938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/AIView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ const AIViewInner: React.FC<AIViewProps> = ({
342342

343343
const autoCompactionResult = checkAutoCompaction(
344344
workspaceUsage,
345-
currentModel,
345+
pendingModel,
346346
use1M,
347347
autoCompactionEnabled,
348348
autoCompactionThreshold / 100

0 commit comments

Comments
 (0)