mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +08:00
Short prompts were producing title-generation meta responses such as "I am a title generator" and prompt-echo titles. This rewrites the automatic and manual title prompts to be shorter, less self-referential, and more focused on returning only the title text. The change also removes the broader post-generation guard layer, updates manual regeneration to send real conversation text instead of a meta instruction, and keeps regression coverage focused on the slimmer prompt contract.