You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): remove unnecessary per-message title LLM calls
summarizeMessage() was making a small-model (Haiku) call on every user
message to generate per-message titles that are effectively unused.
The session-level title from ensureTitle() is unaffected.
Fixes#13802
0 commit comments