Uh oh!
There was an error while loading. Please reload this page.
feat(desktop): add Rename Session menu shortcut - #15567
Conversation
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Bring the branch up to date with upstream changes while preserving the session rename command and permissions settings tab across the app refactor.
Keep the desktop renderer and Vite config aligned with TypeScript extension imports after the autostash reapplied local work. Also clarify the session rename command label so the desktop shortcut stays discoverable.
Remove the desktop and Vite import-path updates that came from the autostash follow-up because they are unrelated to the session rename PR.
Move the session rename command registration into a focused hook so the timeline stays smaller and the PR-specific title command logic is easier to maintain.
rekram1-node
commented
May 15, 2026
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes#1389
Type of change
What does this PR do?
Adds desktop support for renaming sessions via menu shortcut.
File > Rename Session...inpackages/desktop/src/menu.tsShift+Cmd+Eon macOSsession.renamethrough desktop command wiringdesktop.menu.file.renameSessioninpackages/desktop/src/i18n/en.tsOn current
dev,session.renamewas not registered yet. This PR includes minimal app command registration inpackages/app/src/pages/session/message-timeline.tsxand reuses the existing inline title editor.Related:
How did you verify your code works?
File > Rename Session...appearsShift+Cmd+Etriggers session title rename flowScreenshots / recordings
Checklist
If you do not follow this template your PR will be automatically rejected.