Add extra arguments to Aidermacs
- Adds `--no-auto-commits` to disable automatic commits. - Includes `--cache-prompts` for prompt caching. - Enables `--dark-mode` for dark theme support. - Adds `--pretty` for improved output formatting. - Enables `--stream` for streaming output. - Adds `--vim` for vim-like behavior.
This commit is contained in:
parent
4169ef4be4
commit
70e647429c
@ -667,7 +667,7 @@ Now, write the commit message in this exact format:
|
||||
(setq aidermacs-auto-commits nil)
|
||||
(setq aidermacs-backend 'vterm)
|
||||
(setq aidermacs-vterm-multiline-newline-key "S-<return>")
|
||||
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask"))
|
||||
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim"))
|
||||
|
||||
|
||||
;; Keybinding for Aidermacs menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user