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
e925f31ac0
Update azuredevops_provider.py
...
Will make qodo agent comments "Active" by default, and not "ByDesign" which is renders to "unknown" on Azure DevOps PRs. With this, PR authors are obliged to treat the PR comment of the qodo agent before Merging. This will help companies in analysing the impact of qodo agent on their PR, as every comment needs to be treated as either "Resolved" "Won't fix" "Close"
2025-03-21 12:57:03 +00:00
5e7e353670
Added help_docs feature.
2025-03-20 23:48:01 +02:00
52d4312c9a
fix: Logging and Commenting
2025-03-20 13:59:43 -07:00
8ec6067b26
Merge branch 'qodo-ai:main' into main
2025-03-20 13:57:46 -07:00
bc575e5a67
fix: Logging and Commenting
2025-03-20 13:55:07 -07: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
1724a65ab2
docs: remove similar issues tool from documentation
2025-03-16 08:58:02 +02:00
29e28056db
refactor: move response_language config to group with other language settings
2025-03-15 09:58:20 +02:00
507cd6e675
skip in PR config
2025-03-15 09:56:57 +02:00
f5e381e1b2
Add fallback for YAML parsing using original response text
2025-03-11 17:11:10 +02:00
2cacaf56b0
Reduce collapsible_file_list_threshold from 8 to 6
2025-03-11 17:08:26 +02:00
9a574e0caa
Add filter for files with bad extensions in language handler
2025-03-11 17:03:05 +02:00
0f33750035
Remove unused filter_bad_extensions function and rename diff_files_original to diff_files
2025-03-11 16:56:41 +02:00
4713175fcf
Update code suggestion evaluation criteria and line number descriptions
2025-03-11 16:50:42 +02:00
d16012a568
Add decoupled and non-decoupled modes for code suggestions
2025-03-11 16:46:53 +02:00
f5bd98a3b9
Add check for auto-generated files in language handler
2025-03-11 14:37:45 +02:00
ffefcb8a04
Fix default value for extended_thinking_max_output_tokens
2025-03-11 17:48:12 +07:00
35bb2b31e3
feat: add enable_comment_approval to encoded forbidden args
2025-03-10 12:10:19 +02:00
20d709075c
Merge pull request #1613 from qodo-ai/hl/update_auto_approve_docs
...
docs: update auto-approval documentation with clearer configuration
2025-03-10 11:56:48 +02:00
52c99e3f7b
Merge pull request #1605 from KennyDizi/main
...
Support extended thinking for model `claude-3-7-sonnet-20250219`
2025-03-09 17:03:37 +02:00
884b49dd84
Add encoded: enable_manual_approval
2025-03-09 17:01:04 +02:00
222155e4f2
Optimize logging
2025-03-08 08:53:29 +07:00
f9d5e72058
Move logic to _configure_claude_extended_thinking
2025-03-08 08:35:34 +07:00
2619ff3eb3
Merge pull request #1612 from congziqi77/main
...
fix: repeat processing files to ignore
2025-03-07 21:08:46 +02:00
15e8167115
Update configuration.toml
2025-03-07 18:22:26 +02:00
a8935dece3
Using 2048 for extended_thinking_budget_tokens as well as extended_thinking_max_output_tokens
2025-03-07 17:27:56 +07:00
fd12191fcf
fix: repeat processing files to ignore
2025-03-07 09:11:43 +08:00
4f2551e0a6
feat: add DeepInfra support
2025-03-06 15:49:07 +07:00
4c0e371238
fix: validate one-liner suggestions to prevent repeating existing code
2025-03-06 08:18:52 +02:00
30bf7572b0
Validate extended thinking parameters
2025-03-03 18:44:26 +07:00
440d2368a4
Set temperature to 1 when using extended thinking
2025-03-03 18:30:52 +07:00
215c10cc8c
Add thinking block to request parameters
2025-03-03 18:29:33 +07:00
7623e1a419
Removed trailing spaces
2025-03-03 18:23:45 +07:00
5e30e190b8
Define models that support extended thinking feature
2025-03-03 18:22:31 +07:00
5447dd2ac6
Add support claude extended thinking configurations
2025-03-03 18:21:57 +07:00
8e6267b0e6
chore: bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0
2025-03-02 08:44:23 +09:00
7cf521c001
fix: improve null safety in GitLab webhook handler
2025-02-27 11:53:11 +02:00
8182a4afc0
docs: update default model to o3-mini and improve language configuration instructions
2025-02-27 11:06:31 +02:00
3817aa2868
fix: remove redundant temperature logging in litellm handler
2025-02-27 10:55:01 +02:00
94a8606d24
fix: update default configuration values for publishing and verbosity
2025-02-27 10:52:20 +02:00
af635650f1
fix: improve response language handling and configuration documentation
2025-02-27 10:50:28 +02:00
9a32e94b3e
Merge pull request #1579 from qodo-ai/response-language-configuration
...
Add a language configuration to translate language generated by QodoM…
2025-02-27 08:01:13 +02:00
48b3c69c10
Merge pull request #1575 from GOOD21/feature/draft-ready-trigger
...
gitlab webhook automatically trigger pr_command when MR changes from Draft to Ready
2025-02-27 07:57:12 +02:00
64e5a87530
fix: improve error handling and null safety in PR description tool
2025-02-26 21:33:40 +02:00
9a9acef0e8
fix: handle empty commits and errors in GitLab provider's get_latest_commit_url
2025-02-26 21:24:53 +02:00
c7f4b87d6f
Merge pull request #1583 from qodo-ai/hl/enhance_azure_devops
...
feat: enhance Azure DevOps integration with improved error handling a…
2025-02-26 17:17:31 +02:00