This website requires JavaScript.
Explore
Help
Register
Sign In
xiaxinhang
/
pr-agent
Watch
1
Star
0
Fork
0
You've already forked pr-agent
mirror of
https://github.com/qodo-ai/pr-agent.git
synced
2025-07-03 12:20:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8495e4d54984b1664a0d75010ad30fe0d866b5bc
pr-agent
/
pr_agent
/
algo
History
Eyal Sharon
8495e4d549
More comprehensive handling in count_tokens(force_accurate==True): In case model is neither OpenAI nor Anthropic Claude, simply use an elbow room factor in order to force a more conservative estimate.
2025-03-24 15:47:35 +02:00
..
ai_handlers
cleanup
2025-03-20 21:49:19 +02:00
__init__.py
Merge pull request
#1605
from KennyDizi/main
2025-03-09 17:03:37 +02:00
cli_args.py
cleanup
2025-03-20 21:49:19 +02:00
file_filter.py
Add error handling for missing file paths in file_filter.py for Bitbucket and GitLab platforms
2024-08-13 08:59:27 +03:00
git_patch_processing.py
Add decoupled and non-decoupled modes for code suggestions
2025-03-11 16:46:53 +02:00
language_handler.py
Add filter for files with bad extensions in language handler
2025-03-11 17:03:05 +02:00
pr_processing.py
Remove unused filter_bad_extensions function and rename diff_files_original to diff_files
2025-03-11 16:56:41 +02:00
token_handler.py
More comprehensive handling in count_tokens(force_accurate==True): In case model is neither OpenAI nor Anthropic Claude, simply use an elbow room factor in order to force a more conservative estimate.
2025-03-24 15:47:35 +02:00
types.py
feat: add dedent option to code snippet formatting
2024-12-24 07:49:27 +02:00
utils.py
Add fallback for YAML parsing using original response text
2025-03-11 17:11:10 +02:00