diff --git a/src/cli/App.tsx b/src/cli/App.tsx index 76443d6..5b9c1bd 100644 --- a/src/cli/App.tsx +++ b/src/cli/App.tsx @@ -2519,7 +2519,7 @@ export default function App({ contextWindowSize, usedContextTokens: contextTrackerRef.current.lastContextTokens, stepCount: sessionStatsSnapshot.usage.stepCount, - turnCount: contextTrackerRef.current.currentTurnId, + turnCount: sharedReminderStateRef.current.turnCount, reflectionMode: reflectionSettings.trigger, reflectionStepCount: reflectionSettings.stepCount, memfsEnabled, @@ -7627,7 +7627,7 @@ export default function App({ usedContextTokens: contextTrackerRef.current.lastContextTokens, stepCount: stats.usage.stepCount, - turnCount: contextTrackerRef.current.currentTurnId, + turnCount: sharedReminderStateRef.current.turnCount, reflectionMode: getReflectionSettings().trigger, reflectionStepCount: getReflectionSettings().stepCount, memfsEnabled: