Skip to content

feat(desktop): add Rename Session menu shortcut#15567

Open
anduimagui wants to merge 4 commits intoanomalyco:devfrom
anduimagui:feat/desktop-rename-session-menu
Open

feat(desktop): add Rename Session menu shortcut#15567
anduimagui wants to merge 4 commits intoanomalyco:devfrom
anduimagui:feat/desktop-rename-session-menu

Conversation

@anduimagui
Copy link

@anduimagui anduimagui commented Mar 1, 2026

Issue for this PR

Closes #1389

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds desktop support for renaming sessions via menu shortcut.

  • Adds File > Rename Session... in packages/desktop/src/menu.ts
  • Uses accelerator Shift+Cmd+E on macOS
  • Triggers app command id session.rename through desktop command wiring
  • Adds i18n key desktop.menu.file.renameSession in packages/desktop/src/i18n/en.ts

On current dev, session.rename was not registered yet. This PR includes minimal app command registration in packages/app/src/pages/session/message-timeline.tsx and reuses the existing inline title editor.

Related:

How did you verify your code works?

  • Verified in desktop app:
    • File > Rename Session... appears
    • Shift+Cmd+E triggers session title rename flow
  • CI on this PR: typecheck and unit checks pass

Screenshots / recordings

Screenshot 2026-03-01 at 13 05 22 Screenshot 2026-03-01 at 13 05 35

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@anduimagui anduimagui requested a review from adamdotdevin as a code owner March 1, 2026 12:36
@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 1, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Rename Session Title

1 participant