From dd868004c0dbe526c685084095318a2fb133cfe6 Mon Sep 17 00:00:00 2001 From: jnjpng Date: Mon, 16 Mar 2026 16:24:28 -0700 Subject: [PATCH] fix(statusline): align turn_count with reflection cadence source (#1414) Co-authored-by: Letta Code --- src/cli/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: