RA.Aid/ra_aid/tools
Ariel Frischer 7a68de2d06
Add Aider config File Argument Support (#43)
* feat(main.py): add --aider-config argument to specify aider config file path for better configuration management
feat(programmer.py): include aider config in command if specified to enhance functionality
test: add unit test for aider config flag inclusion in command to ensure correct behavior
chore: update requirements-dev.txt to include pytest-mock for testing enhancements

* test(tests/ra_aid/test_programmer.py): remove unnecessary comments to improve code readability and maintainability
2025-01-21 13:17:59 -05:00
..
__init__.py Add Tavily tool. 2024-12-23 16:48:47 -05:00
agent.py Increase recusion limit; Handle 429 better; Improve prompts. 2025-01-09 15:52:51 -05:00
expert.py Adding Gemini API due to openrouter's limitations. (#34) 2025-01-04 07:19:05 -05:00
file_str_replace.py improve file_str_replace status reporting 2024-12-17 07:46:16 -05:00
fuzzy_find.py improve programmer prompt 2024-12-18 12:29:01 -05:00
human.py Version bump 2024-12-23 15:53:23 -05:00
list_directory.py Changes (#37) 2025-01-09 09:46:32 -05:00
memory.py Prompt improvements. 2025-01-09 15:18:33 -05:00
programmer.py Add Aider config File Argument Support (#43) 2025-01-21 13:17:59 -05:00
read_file.py Make read_file always output status panel. 2024-12-27 19:55:15 -05:00
reflection.py Extract tool reflection. 2025-01-09 15:35:14 -05:00
research.py Extricate research subtasks. 2024-12-21 11:27:14 -05:00
ripgrep.py Changes (#37) 2025-01-09 09:46:32 -05:00
shell.py allow enabling of cowboy mode from approval prompt; print tool error panels 2024-12-17 15:06:51 -05:00
web_search_tavily.py Tavily integration 2024-12-23 17:20:24 -05:00
write_file.py make write_file tool available and fix empty dir creation bug 2024-12-17 08:13:04 -05:00