Is your feature request related to a problem? Please describe.
There is currently no way to rename a session directly from the dev tools UI. Renaming is only possible via the /rename command in the CLI.
Describe the solution you'd like
Add rename support natively in the dev tools UI — for example, a right-click context menu or an inline edit on the session name.
Describe alternatives you've considered
Using /rename in the CLI works, but requires switching out of the UI entirely.
Is your feature request related to a problem? Please describe.
There is currently no way to rename a session directly from the dev tools UI. Renaming is only possible via the
/renamecommand in the CLI.Describe the solution you'd like
Add rename support natively in the dev tools UI — for example, a right-click context menu or an inline edit on the session name.
Describe alternatives you've considered
Using
/renamein the CLI works, but requires switching out of the UI entirely.