prompt.md
1Iād like to add the ability to set terminal window titles in our Bubble Tea framework. This would let applications dynamically update the title bar (e.g., to show status or app names).
2
3Requirements:
4
5Expose a user-friendly way to set titles (e.g., a SetWindowTitle command).
6Ensure it works cross-platform with standard terminal escape codes.
7Include a minimal example and docs showing usage.
8Constraints:
9
10Follow existing patterns for commands/messages.
11Thread-safe rendering.