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
6f6595c343
Merge pull request #1634 from ishaansehgal99/main
...
fix: Logging and Commenting
2025-03-26 07:51:24 +02:00
b300cfa84d
Improve error logging with artifacts
2025-03-25 22:49:24 -07:00
9a21069075
docs: update configuration options and improve wiki documentation clarity
2025-03-25 13:53:22 +02:00
85f7b99dea
Merge pull request #1648 from qodo-ai/of/add-rag-docs
...
Update Docs: Company Codebase Overview, RAG Integration & Configuration
2025-03-25 12:51:39 +02:00
d6f79f486a
Update code block syntax highlighting in company_codebase documentation
2025-03-25 12:42:11 +02:00
b0ed584821
Update company codebase documentation link and rename file
2025-03-25 12:27:36 +02:00
05ea699a92
Merge pull request #1647 from qodo-ai/es/bugfix_github_app_git_url_generation
...
Bugfix: Incorrect git url in case of GitHub app
2025-03-25 12:20:10 +02:00
605eef64e7
Generate git url correctly in case invoked from both user and GitHub app contexts
2025-03-25 12:08:00 +02:00
c94aa58ae4
Fix typo in Qodo Merge models documentation
2025-03-25 09:23:30 +02:00
e20e7c138c
Merge pull request #1644 from qodo-ai/es/help_docs
...
Adding a new tool: /help_docs
2025-03-25 08:17:37 +02:00
b161672218
Remove redundant abstractmethod for _prepare_clone_url_with_token
2025-03-24 15:56:45 +02:00
5bc253e1d9
Add token count estimation factor to config
2025-03-24 15:53:22 +02:00
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
fb324d106c
Remove non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class.
2025-03-24 14:06:06 +02:00
a4387b5829
Fix more /improve suggestions
2025-03-24 11:19:23 +02:00
477ebf4926
Code recommendations from /improve
2025-03-24 10:54:50 +02:00
fe98779a88
Update images in help_docs md
2025-03-24 10:32:55 +02:00
e14fc7e02d
Fix missing self.bearer_token for bitbucket related providers
2025-03-24 10:21:23 +02:00
1bd65934df
Merge origin/main into es/help_docs
2025-03-23 20:04:58 +02:00
88a17848eb
- Documentation
...
- Better error handling in case could not deduce repo url
2025-03-23 20:04:33 +02:00
1aab87516e
Merge pull request #1637 from Octoslav/doc/ollama
...
doc: Add info about ollama context length
2025-03-23 15:22:14 +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