Unnecessary LLM call for unused message summary title #7675

Open
opened 2026-02-16 18:07:54 -05:00 by yindo · 1 comment
Owner

Originally created by @felipemadero on GitHub (Jan 26, 2026).

Originally assigned to: @rekram1-node on GitHub.

When a user sends a message, summarizeMessage makes an LLM call to generate a summary.title. This title is stored but never displayed anywhere in the UI.

This wastes an LLM call per user message, noticeable with local models.

Originally created by @felipemadero on GitHub (Jan 26, 2026). Originally assigned to: @rekram1-node on GitHub. When a user sends a message, `summarizeMessage` makes an LLM call to generate a `summary.title`. This title is stored but never displayed anywhere in the UI. This wastes an LLM call per user message, noticeable with local models.
yindo added the perf label 2026-02-16 18:07:54 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 26, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #9460: [Sessions] Title generation is requested on every message

Both issues report unnecessary LLM calls for message/title generation that appears to be unused or redundant. Feel free to ignore if your specific case differs.

@github-actions[bot] commented on GitHub (Jan 26, 2026): This issue might be a duplicate of existing issues. Please check: - #9460: [Sessions] Title generation is requested on every message Both issues report unnecessary LLM calls for message/title generation that appears to be unused or redundant. Feel free to ignore if your specific case differs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7675