
Web Chat Integration
Using LLM Web Interfaces
Working with Web LLMs
Aider can efficiently work with LLMs via their web interfaces:
Copy-Paste Mode:
aider --copy-paste
Workflow:
- Aider automatically copies code context to clipboard when you add files
- Paste into web LLM interface and ask for changes
- Copy the LLM's response to clipboard
- Aider auto-detects the clipboard content and applies changes
Use Cases:
- Workplace restrictions on API usage
- Access to web-only LLMs
- Cost-effective use of premium models
This feature is designed to comply with web LLM Terms of Service by keeping the web UI interaction manual while streamlining the local file operations.