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 read-only doesn't accept wildcard but add does? #2194

Open
Kreijstal opened this issue Oct 30, 2024 · 3 comments
Open

aider read-only doesn't accept wildcard but add does? #2194

Kreijstal opened this issue Oct 30, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Kreijstal
Copy link

Issue

> /read-only src/core/*.hpp                                                                                                

No matches found for: src/core/*.hpp
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> /read-only src/core/*                                                                                                    

No matches found for: src/core/*
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> /read-only src/core/                                                                                                     

No matches found for: src/core/
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> /add src/core/*.hpp                                                                                                      

Added src/core/IObjectConfigurator.hpp to the chat
Added src/core/IObjectInformation.hpp to the chat
Added src/core/IVideoSource.hpp to the chat
Added src/core/IVideoSourceListener.hpp to the chat
Added src/core/XError.hpp to the chat
Added src/core/XImage.hpp to the chat
Added src/core/XImageDrawing.hpp to the chat
Added src/core/XInterfaces.hpp to the chat
Added src/core/XJpegEncoder.hpp to the chat
Added src/core/XManualResetEvent.hpp to the chat
Added src/core/XObjectConfigurationRequestHandler.hpp to the chat
Added src/core/XObjectConfigurationSerializer.hpp to the chat
Added src/core/XSimpleJsonParser.hpp to the chat
Added src/core/XStringTools.hpp to the chat
Added src/core/XVideoFrameDecorator.hpp to the chat
Added src/core/XVideoSourceToWeb.hpp to the chat
Added src/core/XWebServer.hpp to the chat

Version and model info

Aider v0.60.1
Main model: gpt-4o-2024-08-06 with diff edit format
Weak model: gpt-4o-mini

@paul-gauthier
Copy link
Collaborator

Thanks for trying aider and filing this issue.

I am unable to reproduce this?

Aider v0.60.2.dev13+g9e7995b7
Model: claude-3-5-sonnet-20241022 with diff edit format, prompt cache, infinite output
Git repo: .git with 351 files
Repo-map: using 1024 tokens, files refresh
Use /help <question> for help, run "aider --help" to see cmd line args
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> /read aider/*.py

Added /Users/gauthier/Projects/aider/aider/__init__.py to read-only files.
Added /Users/gauthier/Projects/aider/aider/__main__.py to read-only files.
Added /Users/gauthier/Projects/aider/aider/__version__.py to read-only files.
Added /Users/gauthier/Projects/aider/aider/args.py to read-only files.

@paul-gauthier paul-gauthier added the question Further information is requested label Oct 30, 2024
@Kreijstal
Copy link
Author

Interesting.... I'll try with another computer

@paul-gauthier
Copy link
Collaborator

Did you launch aider in a subdir? See #2200.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants