From 4e16eba6b0e1e0fc6ae038504f2d834b7973a8ea Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 21:16:06 -0700 Subject: [PATCH] docs: Update copy/paste feature description and button labels --- aider/website/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/aider/website/index.html b/aider/website/index.html index f0f6ecb72..e865928e0 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -167,11 +167,12 @@
📋
-

Copy/paste with web chat

+

Copy/paste to web chat

- Work with any LLM via web chat. Copy your code context from aider - to web LLMs, then paste their suggestions back into aider. + Work with any LLM via its web chat interface. + Aider streamlines copy/pasting code context and edits + back and forth with a browser.

@@ -201,8 +202,8 @@ aider --model o3-mini --api-key openai=<key>

Want more details?