diff --git a/.config/doom/config.el b/.config/doom/config.el index 811f2964..8d6d8a18 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -508,7 +508,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-") - (add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim --cache-keepalive-pings 2")) + (add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim --cache-keepalive-pings 2 --no-show-model-warnings")) (setq plantuml-executable-path "/usr/bin/plantuml") (setq plantuml-default-exec-mode 'executable) diff --git a/.config/doom/config.org b/.config/doom/config.org index e6a2492c..6734f594 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -900,7 +900,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-") - (add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim --cache-keepalive-pings 2")) + (add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask --no-auto-commits --cache-prompts --dark-mode --pretty --stream --vim --cache-keepalive-pings 2 --no-show-model-warnings")) #+end_src ** Others