What's wrong with this entry?
New terminalTitleFromRename boolean setting that controls whether the terminal tab title is pinned to the value from /rename or auto-updated based on conversation topic.
Set in settings.json or settings.local.json:
{
"terminalTitleFromRename": true
}- When
true, the terminal tab title is set from/renameand not auto-updated based on the conversation topic - When
falseor absent, the previous auto-update behavior continues - This is useful for users who use
/renameto set a meaningful session name and don't want it overwritten
Zod schema setting description (search for "terminal tab title is set from /rename")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.