fix(statusline): align turn_count with reflection cadence source (#1414)
Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user