Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aider support #440

Closed
lukehinds opened this issue Dec 22, 2024 · 0 comments · Fixed by #543
Closed

Aider support #440

lukehinds opened this issue Dec 22, 2024 · 0 comments · Fixed by #543
Assignees

Comments

@lukehinds
Copy link
Contributor

lukehinds commented Dec 22, 2024

Aider is proving to be a popular tool, has an active community and is under constant development.

aider screencast

Features

  • Run aider with the files you want to edit: aider <file1> <file2> ...
  • Ask for changes:
    • Add new features or test cases.
    • Describe a bug.
    • Paste in an error message or or GitHub issue URL.
    • Refactor code.
    • Update docs.
  • Aider will edit your files to complete your request.
  • Aider automatically git commits changes with a sensible commit message.
  • Aider works with most popular languages: python, javascript, typescript, php, html, css, and more...
  • Aider works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.
  • Aider can edit multiple files at once for complex requests.
  • Aider uses a map of your entire git repo, which helps it work well in larger codebases.
  • Edit files in your editor while chatting with aider,
    and it will always use the latest version.
    Pair program with AI.
  • Add images to the chat (GPT-4o, Claude 3.5 Sonnet, etc).
  • Add URLs to the chat and aider will read their content.
  • Code with your voice.
@yrobla yrobla self-assigned this Jan 9, 2025
yrobla added a commit that referenced this issue Jan 10, 2025
Aider offers two types of integrations:
- compatible OPENAI API
- local ollama

Add support for those 2 integrations, and correct all different nuances
that we are getting with this new engine

Closes: #440
yrobla added a commit that referenced this issue Jan 10, 2025
Aider offers two types of integrations:
- compatible OPENAI API
- local ollama

Add support for those 2 integrations, and correct all different nuances
that we are getting with this new engine

Closes: #440
@yrobla yrobla closed this as completed in 70cb1ec Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants