Skip to content

Commit 04a9a12

Browse files
committed
Trying out #263
Related features #284 #268 #190 #105
1 parent 534b119 commit 04a9a12

4 files changed

Lines changed: 614 additions & 2 deletions

File tree

README.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ always go to Evil modes if you need to with ~C-z~).
607607
| agent-shell-qwen-command | Command and parameters for the Qwen Code client. |
608608
| agent-shell-qwen-environment | Environment variables for the Qwen Code client. |
609609
| agent-shell-screenshot-command | The program to use for capturing screenshots. |
610+
| agent-shell-session-load-strategy | How to choose existing sessions when session/list and session/load are available. |
610611
| agent-shell-section-functions | Abnormal hook run after overlays are applied (experimental). |
611612
| agent-shell-show-busy-indicator | Non-nil to show the busy indicator animation in the header and mode line. |
612613
| agent-shell-show-config-icons | Whether to show icons in agent config selection. |

agent-shell-viewport.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ For example, offer to kill associated shell session."
770770
(define-key map (kbd "C-c C-p") #'agent-shell-viewport-compose-peek-last)
771771
(define-key map (kbd "C-c C-k") #'agent-shell-viewport-compose-cancel)
772772
(define-key map (kbd "C-<tab>") #'agent-shell-viewport-cycle-session-mode)
773+
(define-key map (kbd "C-c C-d") #'agent-shell-delete-session)
773774
(define-key map (kbd "C-c C-m") #'agent-shell-viewport-set-session-mode)
774775
(define-key map (kbd "C-c C-v") #'agent-shell-viewport-set-session-model)
775776
(define-key map (kbd "C-c C-o") #'agent-shell-other-buffer)
@@ -801,6 +802,7 @@ For example, offer to kill associated shell session."
801802
(define-key map (kbd "r") #'agent-shell-viewport-reply)
802803
(define-key map (kbd "q") #'bury-buffer)
803804
(define-key map (kbd "C-<tab>") #'agent-shell-viewport-cycle-session-mode)
805+
(define-key map (kbd "C-c C-d") #'agent-shell-delete-session)
804806
(define-key map (kbd "v") #'agent-shell-viewport-set-session-model)
805807
(define-key map (kbd "m") #'agent-shell-viewport-set-session-mode)
806808
(define-key map (kbd "o") #'agent-shell-other-buffer)

0 commit comments

Comments
 (0)