Under the hood
Auto-mode's transcript reconstruction now handles 'summary' turn frames, not just 'invisible' ones
What
The internal function that rebuilds conversation history for auto-mode's project-ownership classification now handles a new case: a 'summary' frame. When it encounters one, it folds the summarized text into a synthetic user-turn entry via a helper function. Previously, only 'invisible' frames were handled specially at this point.
Why
This lets the auto-mode classification process take summarized turns into account when reconstructing history, rather than only recognizing invisible ones.