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
76b447a62a
Add logging configuration details to usage guide
2025-04-03 14:24:59 -05:00
b7b533ddf6
Update azuredevops logger setup to use dynamic log level from configuration
2025-04-03 14:10:52 -05:00
7987fd1be7
Update bitbucket logger setup to use dynamic log level from configuration
2025-04-03 14:10:11 -05:00
db06a8e49e
Update github logger setup to use dynamic log level from configuration
2025-04-03 14:09:11 -05:00
4fa2d82179
Set default log level to DEBUG in configuration and logger setup
2025-04-03 14:07:10 -05:00
1ffddaf719
Add self-reflection reference to code validation documentation
2025-04-03 19:36:05 +03:00
94aa090552
Merge pull request #1672 from qodo-ai/tr/docs52
...
Add code validation documentation for PR code suggestions
2025-04-03 17:55:32 +03:00
2683b78e34
Add code validation documentation for PR code suggestions
2025-04-03 17:54:20 +03:00
eac20ba0e2
Add code validation documentation for PR code suggestions
2025-04-03 17:52:38 +03:00
c2e61b7113
Update docs/docs/core-abilities/code_validation.md
...
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
2025-04-03 17:52:06 +03:00
c74a2efdb7
Add code validation documentation for PR code suggestions
2025-04-03 17:44:01 +03:00
1710cd49f1
Merge pull request #1671 from qodo-ai/of/pr-reviewer-error-handling
...
fix: add error handling for missing review data in PR reviewer
2025-04-03 13:26:38 +03:00
9254225949
fix: add error handling for missing review data in PR reviewer
2025-04-03 13:23:41 +03: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
ceaca3e621
Update feature comparison table with detailed links and new capabilities
2025-04-02 19:39:23 +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
f0e0901b10
Update repository configuration references from main branch to default branch
2025-04-01 09:42:08 +03:00
d749620ebb
Update default model reference from GPT-4 to o3-mini and improve model configuration docs
2025-04-01 08:15:09 +03:00
e692735b7b
Merge pull request #1662 from qodo-ai/tr/more_protections
...
Tr/more protections gitlab
2025-03-31 14:02:33 +03:00
ed00ef6ee3
Merge pull request #1663 from qodo-ai/tr/prompts_and_logic
...
Improve code analysis instructions for handling partial code blocks i…
2025-03-31 13:56:29 +03:00
c674c5ed02
Update bitbucket related documentation ( #1659 )
2025-03-31 09:09:43 +03:00
20cb139161
Improve code suggestion prompt to clarify handling of partial code segments in PR reviews
2025-03-31 08:39:40 +03:00
8513a1a4b9
Merge pull request #1660 from qodo-ai/of/refine-rag-file
...
docs: Rename Company Codebase to RAG Context Enrichment
2025-03-30 10:23:04 +03:00
a7ab04ba8d
Update trial information in Qodo Merge documentation with grace usage details
2025-03-30 09:18:45 +03:00
afa4adcb23
Improve code analysis instructions for handling partial code blocks in PR reviews
2025-03-30 09:00:45 +03:00
7bd0fefee4
Fix GitLab protections function and return value in PR questions
2025-03-29 19:53:46 +03:00
02d9aed7fe
Fix GitLab provider to use default branch instead of target branch for repo settings
2025-03-29 19:39:56 +03:00
7d47bd5f5e
Add GitLab protections to prevent quick actions in PR questions
2025-03-29 19:35:39 +03:00
8f0df437dd
Add video tutorials link to documentation index page
2025-03-29 15:38:12 +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
6b2a1ff529
Update image reference in rag_context_enrichment documentation
2025-03-28 17:00:42 +03:00
4a5c115d20
Rename company_codebase to rag_context_enrichment in documentation
2025-03-28 16:54:52 +03:00
069f5eb86f
Add Help Docs tool announcement to README.md with March 28, 2025 release notes
2025-03-28 15:48:10 +03:00
7d57edf959
Improve help_docs documentation with clearer structure and usage examples
v0.28
2025-03-28 15:22:08 +03:00
6950b3ca6b
Merge pull request #1658 from qodo-ai/es/bugfix_on_help_docs_no_references_when_new_issue_created
...
Fix for bug in get_canonical_url_parts when a new issue created, without git url provided
2025-03-27 17:50:42 +02:00
e422f50cfe
Fix for bug in get_canonical_url_parts when a new issue created, without git url provided.
2025-03-27 17:29:02 +02:00
66a667d509
Update main readme file + improve help docs ( #1653 )
...
* Update main readme file + improve help docs
* Add guide on running help_docs as a GitHub action.
2025-03-27 16:23:50 +02:00
482cd7c680
Merge pull request #1651 from qodo-ai/es/github_publish_non_pr_comment
...
Add support for publishing comments on issues in GitHub provider
2025-03-27 16:19:20 +02:00
991a866368
documents' link generation: Make sure prefix ends with '/'
2025-03-26 21:58:15 +02:00
fcd9416129
Replace Qodo Merge references with PR-Agent in Bitbucket documentation
2025-03-26 20:06:32 +02:00
255e1d0fc1
Missing class member
2025-03-26 14:29:50 +02:00
7117e9fe0e
Github Provider: Support publishing a comment on a non pr issue
2025-03-26 13:36:37 +02:00
b42841fcc4
Merge pull request #1649 from qodo-ai/hl/global_best_practices
...
docs: update configuration options and improve wiki documentation cla…
2025-03-26 13:07:09 +02:00
839b6093cb
Update company_codebase.md
2025-03-26 09:50:01 +02:00
351b9d9115
Update company_codebase.md
2025-03-26 09:47:59 +02:00
3e11f07f0b
Merge pull request #1650 from qodo-ai/of/add-ref-image-to-rag
...
Add codebase references screenshot to company_codebase documentation
2025-03-26 09:35:00 +02:00
1d57dd7443
Update image alt text in company_codebase documentation
2025-03-26 08:44:11 +02:00
7aa3d12876
Add codebase references screenshot to company_codebase documentation
2025-03-26 08:41:56 +02:00