Aider-AI / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
20.94k stars 1.93k forks source link

Shouldn't `/web` just scrape instead of making changes? #1962

Open mrclrchtr opened 2 weeks ago

mrclrchtr commented 2 weeks ago

Issue

When I execute the /web command, aider suggests changes without any further commands.

I would intuitively assume that it should only scrape and do nothing else, right?

Version and model info

Aider v0.59.1 Model: openai/gpt-4o-mini with architect edit format Editor model: openai/gpt-4o-mini with whole edit format Repo-map: disabled

jorge-ui commented 2 weeks ago

I have the same question. I would intuitively assume that it should only: scrape that page and add it to the context.

crypdick commented 3 days ago

I agree. I just added some docs to a session so that I could follow it up with some instructions, assuming that /web would just add the docs to the context. Instead, aider eagerly started changing things willy nilly based on the docs, which was a mess.