Skip to content

issues Search Results · repo:tninja/aider.el language:"Emacs Lisp"

Filter by

38 results
 (89 ms)

38 results

intninja/aider.el (press backspace or delete to remove)

When the LLM generates code, e. g. during an /ask prompt, code is not wrapped within a code block, hence certain characters trigger Markdown (?) formatting instead of being displayed verbatim. E.g. when ...
  • monkeyjunglejuice
  • 8
  • Opened 
    3 days ago
  • #113

To make it easy to install, so that it can serve more people.
  • tninja
  • 4
  • Opened 
    19 days ago
  • #106

although config the model in ~/.aider.conf.yml it still use anthropic/claude-3-7-sonnet-20250219 how about auto load the .aider.conf.yml configuration by default?
  • zhuoqiang
  • 5
  • Opened 
    22 days ago
  • #104

using (use-package aider :straight (:host github :repo tninja/aider.el :files ( aider.el )) :config ;; For latest claude sonnet model (setq aider-args ( --model sonnet )) (setenv ANTHROPIC_API_KEY ...
  • zhuoqiang
  • 7
  • Opened 
    23 days ago
  • #103

Recently a refactoring was done to support yasnippet. I did a doom upgrade this morning and am getting an error: x There was an unexpected runtime error Message: Symbol s value as variable is void Details: ...
  • ldangelo
  • 10
  • Opened 
    23 days ago
  • #102

I am interested in having a Docker version for aider.el. I am going to try, using Claude. I noticed that aider itself has an aider-full dockerfile that could be incorporated.
  • aindilis
  • 4
  • Opened 
    25 days ago
  • #100

I have my aider.el configured as below to use Gemini 2.0 model (use-package aider :straight (:host github :repo tninja/aider.el :files ( aider.el )) :if IS-AT-HOME :config (setq aider-args ...
  • ezchi
  • 2
  • Opened 
    26 days ago
  • #99

Hi there, I would like to know if it s possible to review the code changes suggested by aider.el in the chat. Is there an existing feature or a way to view those changes and decide whether to accept or ...
  • hudsilva
  • 4
  • Opened 
    26 days ago
  • #98

When using a slow model, such as o1, I am sometimes not sure if my prompt was not sent or if the model is just thinking. Some form of status indicator would help here.
  • winterscar
  • 2
  • Opened 
    on Feb 16
  • #92

You can observe that on smaller screens(with 1280px, emacs font size 180), the content is forced to wrap due to lack of space, resulting in misaligned commands, which makes them harder to read and distinguish. ...
  • Spike-Leung
  • 5
  • Opened 
    on Feb 16
  • #90
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub