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

--show-diffs does not show diffs #607

Closed
paul-gauthier opened this issue May 20, 2024 · 2 comments
Closed

--show-diffs does not show diffs #607

paul-gauthier opened this issue May 20, 2024 · 2 comments
Labels
bug Something isn't working fixed

Comments

@paul-gauthier
Copy link
Owner

Issue

Reported by @sudomain in discord:

$ aider --show-diffs hello.py
Aider v0.35.0
Model: gemini/gemini-1.5-pro-latest with diff-fenced edit format
Git repo: .git with 12 files
Repo-map: using 1024 tokens
Added hello.py to the chat.
Use /help to see in-chat commands, run with --help to see cmd line args
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
hello.py> change it to say goodbye


 hello.py
 <<<<<<< SEARCH
   print("Hello, world!")
 =======
   print("Goodbye, world!")
 >>>>>>> REPLACE



Applied edit to hello.py
Commit c055174 aider: Changed the output of the program from "Hello, world!" to "Goodbye, world!".
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
hello.py>

Version and model info

No response

@paul-gauthier paul-gauthier added the bug Something isn't working label May 20, 2024
@paul-gauthier
Copy link
Owner Author

Thanks for trying aider and filing this issue. The fix is available in the main branch. You can get it by installing the latest version from github:

python -m pip install --upgrade git+https://github.com/paul-gauthier/aider.git

If you have a chance to try it, let me know if it works better for you.

@paul-gauthier
Copy link
Owner Author

I'm going to close this issue for now, but feel free to add a comment here and I will re-open or file a new issue any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

1 participant