-
### Issue
If I try `/lint` I get an error
`Unable to execute lint command: [WinError 2] The system cannot find the file specified`
Auto lint is not working as well
```
// .aider.conf.yml
lint…
-
### Issue
I thought this used to work but it doesn't seem to anymore:
`/drop *.py`
I know that this works
`/add src/*.py
`
Is it possible to support it with drop as well?
### Version an…
-
### Issue
I have a small-ish mono-repo (~2,100 files), so I'd like to use --subtree-only, but I also have some markdown files that contain internal documentation I'd like the model to read that are o…
-
### Issue
It might be helpful to see an additional column in the /tokens output that shows the % of the total tokens/cost that each file represents. When you have quite a few files it could help foc…
-
### Issue
I was thinking it might be nice to have the ability to have pre- and post- prompt script hooks built in to aider so that if a user wanted to they could trigger the script to run before the …
-
### Issue
There should be a way to disable network sharing (and maybe other options) in Streamlit. Maybe it's possible to expose the entire config object as config and use some defaults?
```
CONT…
-
### Issue
If I pass a prompt via `--message` using `--sonnet --yes-always --architect` it makes a plan, says it needs me to share the files but never triggers the method to ask for permission to get …
-
### Description
The streamObject function does not actually stream for anthropic. It resolves at the end instead. streamText works fine for anthropic unless a tool is required. It works fine for Op…
-
### Issue
It would be nice to be able to store numeric macros like /macro[0-9] for example to summon frequently used prompts.
### Version and model info
Aider v0.57.1
Main model: claude-3-5-sonn…
-
I adapted the chat with followup questions example to use Anthropic Claude.
The modification are straight forward
`# client = instructor.from_openai(openai.OpenAI())
client = instructor.from_ant…