Codium-ai / pr-agent

🚀CodiumAI PR-Agent: An AI-Powered 🤖 Tool for Automated Pull Request Analysis, Feedback, Suggestions and More! 💻🔍
Apache License 2.0
6.03k stars 589 forks source link

Add logging message when files are filtered due to default extensions #927

Closed MarkRx closed 5 months ago

MarkRx commented 5 months ago

An info message is printed if a user defined file filter ends up removing a file from a diff. This is not the case when a file is filtered out due to an ignored extension configured in language_extensions.toml.

I was experimenting with the PR agent and it was missing some of my changes. After debugging the code I found that gradle files are ignored by default. It would of been handy if some kind of log message was spit out on the console.

mrT23 commented 5 months ago

sounds reasonable https://github.com/Codium-ai/pr-agent/pull/931

image