Files
ai-agent/backend/plans.py
Gabriel Vidal 0ac5417c41 feat(ai-agent): show full step details on the plan page
Steps were collapsed rows whose detail preview truncated to one line;
now each step always shows its complete detail text (no expand/collapse,
no truncation). The backend step parser previously kept only the first
line of each numbered item — it now folds wrapped continuation lines and
nested sub-bullets into the item, so the whole point survives. Step
counts across all existing plans are unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 20:11:15 +02:00

8.6 KiB