What's wrong with this entry?
Anonymous. No account, no email.
What
Sessions can now be renamed programmatically via the SDK, and remote sessions automatically get renamed based on their git branch.
Details
- New
rename_sessioncontrol action with description: "Sets the user-facing title for the current session." - Title validation requires non-empty strings
- Remote sessions now include
onRenameSessioncallbacks andparseGitRemotefor automatic naming based on the repo branch
Evidence
Session rename handler (search for "rename_session" and "title must be non-empty")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.