Skip to content

Fix incorrect chat title generation for reasoning/thinking mode conversations.#12339

Open
Ayushraj6202 wants to merge 1 commit intocontinuedev:mainfrom
Ayushraj6202:fix-chat-title-thinking-mode
Open

Fix incorrect chat title generation for reasoning/thinking mode conversations.#12339
Ayushraj6202 wants to merge 1 commit intocontinuedev:mainfrom
Ayushraj6202:fix-chat-title-thinking-mode

Conversation

@Ayushraj6202
Copy link
Copy Markdown

@Ayushraj6202 Ayushraj6202 commented May 8, 2026

Root Cause

The title generation logic was including reasoning/thinking content, which caused noisy or irrelevant titles.

Changes
Filtered reasoning content before title generation
Preserved existing behavior for standard chats
Testing
Verified normal chats still generate correct titles
Verified reasoning mode chats now generate accurate titles
Tested with long prompts and multi-turn conversations

Fixes #12338


Summary by cubic

Fixes noisy chat titles in reasoning/thinking mode by disabling reasoning in the title-generation request so titles only reflect user-visible content. Standard chats are unchanged.

Written for commit db1dca0. Summary will update on new commits.

@Ayushraj6202 Ayushraj6202 requested a review from a team as a code owner May 8, 2026 18:05
@Ayushraj6202 Ayushraj6202 requested review from sestinj and removed request for a team May 8, 2026 18:05
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Incorrect chat titles generated for reasoning/thinking mode chats

1 participant