[Sessions] Title generation is requested on every message #6830

Open
opened 2026-02-16 18:05:23 -05:00 by yindo · 3 comments
Owner

Originally created by @tadghh on GitHub (Jan 19, 2026).

Originally assigned to: @thdxr on GitHub.

Description

When using llama.cpp with verbose logging there seems to be a 1:1 ratio message to title generation request. The session already has a title, is this used for forking or elsewhere?

Plugins

Oh my opencode, dcp@latest, opencode-antigravity-auth@beta

OpenCode version

v1.1.25

Steps to reproduce

  1. Setup llama.cpp
  2. configure opencode with a local model using the model, small_model config options
  3. run llama.cpp with --verbose

Screenshot and/or share link

Startup:

Image

First Message:

Image

Second Message:

Image

Operating System

Windows 10

Terminal

Windows Terminal

Originally created by @tadghh on GitHub (Jan 19, 2026). Originally assigned to: @thdxr on GitHub. ### Description When using llama.cpp with verbose logging there seems to be a 1:1 ratio message to title generation request. The session already has a title, is this used for forking or elsewhere? ### Plugins Oh my opencode, dcp@latest, opencode-antigravity-auth@beta ### OpenCode version v1.1.25 ### Steps to reproduce 1. Setup llama.cpp 2. configure opencode with a local model using the `model, small_model` config options 3. run llama.cpp with `--verbose` ### Screenshot and/or share link Startup: <img width="1859" height="993" alt="Image" src="https://github.com/user-attachments/assets/cc3c2344-096c-4bb7-ad9e-f4129338f27a" /> First Message: <img width="1389" height="331" alt="Image" src="https://github.com/user-attachments/assets/8f9e6f17-b90e-4837-b5cc-be4e924c285d" /> Second Message: <img width="1383" height="584" alt="Image" src="https://github.com/user-attachments/assets/73bc5689-dd0b-4083-9c8d-550a3415e583" /> ### Operating System Windows 10 ### Terminal Windows Terminal
yindo added the windowsbugperf labels 2026-02-16 18:05:23 -05:00
Author
Owner

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

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

  • #7262: Session titles stopped auto-generating (stuck on 'New session - timestamp') - Similar issue where title generation fails
  • #7175: The token cost generated by session titles, message summary titles, and body summaries has not been accounted for - Related to repeated title generation calls
  • #6228: [FEATURE]: Configuration option to disable message summary generation - User requesting ability to disable these repeated summary/title calls
  • #4133: [FEATURE]: Use a cheap model to name sessions - Related to unnecessary title generation overhead

Your issue specifically shows title generation being called on every message when the session already has a title. This appears to be unnecessary repetition.

@github-actions[bot] commented on GitHub (Jan 19, 2026): This issue might be a duplicate of existing issues. Please check: - #7262: Session titles stopped auto-generating (stuck on 'New session - timestamp') - Similar issue where title generation fails - #7175: The token cost generated by session titles, message summary titles, and body summaries has not been accounted for - Related to repeated title generation calls - #6228: [FEATURE]: Configuration option to disable message summary generation - User requesting ability to disable these repeated summary/title calls - #4133: [FEATURE]: Use a cheap model to name sessions - Related to unnecessary title generation overhead Your issue specifically shows title generation being called on every message when the session already has a title. This appears to be unnecessary repetition.
Author
Owner

@SimonLiu423 commented on GitHub (Feb 9, 2026):

Noticed the same issue.
There are extra title generation calls

Image
@SimonLiu423 commented on GitHub (Feb 9, 2026): Noticed the same issue. There are extra title generation calls <img width="1171" height="782" alt="Image" src="https://github.com/user-attachments/assets/e466dc45-b4f3-4335-b1bd-571ed12befa8" />
Author
Owner

@SimonLiu423 commented on GitHub (Feb 9, 2026):

#10751 might fix

@SimonLiu423 commented on GitHub (Feb 9, 2026): #10751 might fix
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6830