Add aider/aidermacs
All checks were successful
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 1m29s

This commit is contained in:
Andrea Ciceri 2025-06-04 15:01:04 +02:00
parent cea95102f7
commit f302514403
No known key found for this signature in database
3 changed files with 11 additions and 0 deletions

View file

@ -50,6 +50,7 @@ in
math-preview
emacs-lsp-booster
texlive.combined.scheme-full
aider-chat-full
]
++ (with hunspellDicts; [
en_US-large

View file

@ -1032,6 +1032,15 @@ This is meant to be an helper to be called from the window manager."
(:map org-mode-map
(("M-p" . org-download-clipboard))))
(use-package aidermacs
:bind (("C-c A" . aidermacs-transient-menu))
:init
(require 'f)
(setenv "OPENROUTER_API_KEY" (f-read-text (getenv "OPENROUTER_API_KEY_PATH")))
:custom
(aidermacs-use-architect-mode t)
(aidermacs-default-model "openrouter/deepseek/deepseek-chat-v3-0324"))
(use-package gptel
:custom
(gptel-model 'google/gemini-2.5-flash-preview)

View file

@ -208,6 +208,7 @@ let
visual-replace
org-super-agenda
tidal
aidermacs
# org-re-reveal # FIXME very not nice hash mismatch when building
]
)