Add --no-show-model-warnings to aider

This commit is contained in:
Roger Gonzalez 2025-04-08 13:06:20 -03:00
parent 1e0ba8f6b2
commit 93e97139b2
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ Now, write the commit message in this exact format:
(setq aidermacs-auto-commits nil) (setq aidermacs-auto-commits nil)
(setq aidermacs-backend 'vterm) (setq aidermacs-backend 'vterm)
(setq aidermacs-vterm-multiline-newline-key "S-<return>") (setq aidermacs-vterm-multiline-newline-key "S-<return>")
(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-executable-path "/usr/bin/plantuml")
(setq plantuml-default-exec-mode 'executable) (setq plantuml-default-exec-mode 'executable)

View File

@ -900,7 +900,7 @@ Now, write the commit message in this exact format:
(setq aidermacs-auto-commits nil) (setq aidermacs-auto-commits nil)
(setq aidermacs-backend 'vterm) (setq aidermacs-backend 'vterm)
(setq aidermacs-vterm-multiline-newline-key "S-<return>") (setq aidermacs-vterm-multiline-newline-key "S-<return>")
(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 #+end_src
** Others ** Others