add comment

This commit is contained in:
LeonOstrez
2025-07-03 11:41:39 +02:00
parent 1b56f78d64
commit ab2c68645f

View File

@@ -348,6 +348,7 @@ class StateManager:
# Process tasks before setting current state - trim logs from task descriptions before current task
if state.tasks and state.current_task:
try:
# import here to avoid circular import
from core.cli.helpers import trim_logs
# Find the current task index