feat(tui): make dialog keybinds configurable (#6143) (#6144)

This commit is contained in:
Cas 2026-01-15 13:39:52 +08:00 committed by GitHub
commit 76a79284d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 63 additions and 21 deletions

View file

@ -966,6 +966,22 @@ export type KeybindsConfig = {
* Rename session
*/
session_rename?: string
/**
* Delete session
*/
session_delete?: string
/**
* Delete stash entry
*/
stash_delete?: string
/**
* Open provider list from model dialog
*/
model_provider_list?: string
/**
* Toggle model favorite status
*/
model_favorite_toggle?: string
/**
* Share current session
*/