mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: remove pagination from web command
This commit is contained in:
parent
ffa30983c7
commit
6f6b016d0f
3 changed files with 2 additions and 7 deletions
|
@ -782,7 +782,7 @@ class Coder:
|
|||
if url not in self.rejected_urls:
|
||||
if self.io.confirm_ask("Add URL to the chat?", subject=url, group=group):
|
||||
inp += "\n\n"
|
||||
inp += self.commands.cmd_web(url, paginate=False)
|
||||
inp += self.commands.cmd_web(url)
|
||||
added_urls.append(url)
|
||||
else:
|
||||
self.rejected_urls.add(url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue