fix(statusline): align turn_count with reflection cadence source (#1414)

Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
jnjpng
2026-03-16 16:24:28 -07:00
committed by GitHub
parent fea0c5ff07
commit dd868004c0

View File

@@ -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: