assistant2: Add ChatMode action (#23243)

This PR makes the assistant 2 panel switch work with the keyboard via
the `cmd-e` keybinding.

Release Notes:

- N/A

---------

Co-authored-by: Agus Zubiaga <hi@aguz.me>
This commit is contained in:
Danilo Leal 2025-01-16 13:02:22 -03:00 committed by GitHub
parent 9ea8b14ac3
commit 8a0c22c3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 2 deletions

View file

@ -43,6 +43,7 @@ actions!(
RemoveAllContext,
OpenHistory,
Chat,
ChatMode,
CycleNextInlineAssist,
CyclePreviousInlineAssist,
FocusUp,