7a0c350760
feat: Change default TODO flag value from true to false
2025-06-12 18:14:19 +09:00
ca05b798ca
fix: display no TODO comments section
2025-06-10 22:56:28 +09:00
f09e1edb13
refactor: remove count info from todo summary
2025-06-09 22:26:37 +09:00
6c05c6685e
fix: use | for multiline in YAML instead of \n for todo content prompts
2025-06-09 20:54:14 +09:00
277c6abf0f
refactor: standardizes todo_sections and todos_summary formatting
2025-06-07 08:42:28 +09:00
3f9cade14d
feat: add todos_summary to review output in markdown conversion
2025-06-04 20:18:46 +09:00
8c7c087931
feat: TODO multi-line
2025-05-28 21:33:28 +09:00
ca3df352ab
refactor: improve todo section handling and clarify todo content description
2025-05-25 00:02:21 +09:00
66131854c1
fix: avoid incorrect ToDo header
2025-05-24 03:04:59 +09:00
788c0c12e6
feat: add TODO comments to PR review output
2025-05-24 01:52:52 +09:00
5a8ce252f7
Adding num_max_findings configuration parameter with a default value of 3, to have the possibility to extend it
2025-05-19 16:16:23 +02:00
9a9feb47a6
Merge pull request #1786 from qodo-ai/pr-1736
...
Pr 1736
2025-05-17 15:29:23 +03:00
42557feb97
Enhance repository filtering with regex pattern matching for ignore_repositories
2025-05-16 17:20:54 +03:00
212c72eb7d
Changelog prompt: fix markdown link
2025-05-12 08:26:19 +02:00
5061fb5a24
docs: add support for openrouter
2025-05-07 12:04:45 +07:00
7a6a28d2b9
feat: add openrouter support in litellm
2025-05-07 11:54:07 +07:00
d606672801
Add ignore_repositories config for PR filtering
...
What Changed?
* Added support to ignore PRs/MRs from specific repositories in GitHub, Bitbucket, and GitLab webhook logic
* Updated configuration.toml to include ignore_repositories option
* Added unit tests for ignore_repositories across all supported providers
2025-04-30 14:09:40 -07:00
c951fc9a87
Improve dynamic context handling with partial line matching and adjust model configuration
2025-04-27 10:46:23 +03:00
f53bd524c5
Support multiple model types for different reasoning tasks
2025-04-27 08:50:03 +03:00
60a887ffe1
Improve code suggestion prompts for clarity, accuracy, and evaluation criteria
2025-04-27 08:42:28 +03:00
5d5b57255e
Merge pull request #1687 from benedict-lee/feat/add-conversation-history-on-line-question
...
Improvement: Enhance ask_line tool by adding PR review comment threads as context
2025-04-24 09:32:43 +03:00
1aa0186f5c
Improve field descriptions for code suggestion model clarity and brevity
2025-04-22 14:19:54 +03:00
9906ec3687
Improve conversation history formatting with numbered comments
2025-04-21 17:14:36 +09:00
8b4bf49f1c
Improve conversation history handling and prompts for line questions
2025-04-21 16:50:37 +09:00
4ac0aa56e5
Update model references from o3-mini to o4-mini and add Gemini models
2025-04-19 09:26:35 +03:00
e854383123
Replace default o3-mini with o4-mini
2025-04-19 03:52:10 +08:00
0da667d179
support Azure AD authentication for OpenAI services for litellm implemetation
2025-04-16 11:19:04 +05:30
3d2a285091
Add skip_ci_on_push configuration option for changelog updates
2025-04-15 19:28:36 +03:00
a649e323d3
Merge pull request #1683 from wirelessr/feat/issue-1681
...
Support Bitbucket Basic Auth
2025-04-11 14:37:56 +03:00
9c06b6b266
Apply PR review feedback: Code style and functionality improvements
2025-04-10 21:56:37 +09:00
b53d2773a9
improve ask_line tool(add conversation history context)
2025-04-09 23:45:04 +09:00
526d7ff5d2
Update default number of code suggestions per chunk from 4 to 3
2025-04-09 08:24:26 +03:00
ca95e876eb
Enhance Bitbucket provider functionality and update secret configuration template.
2025-04-08 17:52:52 +08:00
665fb90a98
Add support of xAI and their Grok-2 model
...
Close #1630
2025-04-08 01:36:21 +08:00
d938ff05ef
Merge pull request #1667 from jmrtnz94/1592_ENVLogLevel
...
Update logging configuration to use dynamic log level from settings
2025-04-04 11:31:44 +03:00
4fa2d82179
Set default log level to DEBUG in configuration and logger setup
2025-04-03 14:07:10 -05:00
14971c4f5f
Add support for documentation content exceeding token limits ( #1670 )
...
* - Add support for documentation content exceeding token limits via two phase operation:
1. Ask LLM to rank headings which are most likely to contain an answer to a user question
2. Provide the corresponding files for the LLM to search for an answer.
- Refactor of help_docs to make the code more readable
- For the purpose of getting canonical path: git providers to use default branch and not the PR's source branch.
- Refactor of token counting and making it clear on when an estimate factor will be used.
* Code review changes:
1. Correctly handle exception during retry_with_fallback_models (to allow fallback model to run in case of failure)
2. Better naming for default_branch in bitbucket cloud provider
2025-04-03 11:51:26 +03:00
3b0225544a
Fix code example in PR reviewer prompts to correctly show added line
2025-04-02 08:23:01 +03:00
dbfc07ccc1
Update logging configuration to use dynamic log level from settings
2025-04-01 15:54:51 -05:00
20cb139161
Improve code suggestion prompt to clarify handling of partial code segments in PR reviews
2025-03-31 08:39:40 +03:00
afa4adcb23
Improve code analysis instructions for handling partial code blocks in PR reviews
2025-03-30 09:00:45 +03:00
ddf94c14a3
Add configuration option for PR Code Suggestions to control publishing when no suggestions found
2025-03-29 09:33:31 +03:00
5bc253e1d9
Add token count estimation factor to config
2025-03-24 15:53:22 +02:00
a4387b5829
Fix more /improve suggestions
2025-03-24 11:19:23 +02:00
88a17848eb
- Documentation
...
- Better error handling in case could not deduce repo url
2025-03-23 20:04:33 +02:00
dd80276f3f
Support cloning repo
...
Support forcing accurate token calculation (claude)
Help docs: Add desired branch in case of user supplied git repo, with default set to "main"
Better documentation for getting canonical url parts
2025-03-23 09:55:58 +02:00
5e7e353670
Added help_docs feature.
2025-03-20 23:48:01 +02:00
b087458e33
Merge remote-tracking branch 'origin/main'
2025-03-20 21:49:27 +02:00
6610921bba
cleanup
2025-03-20 21:49:19 +02:00
fa77828db2
chore: update pr_reviewer_prompts.toml
...
minor fix
2025-03-18 03:52:36 +09:00