9786499fa6
Refactor PR help message tool to use full documentation content for answering questions and update relevant section handling in prompts
2024-10-24 22:01:40 +03:00
c6c6a9b4f0
Update custom_labels.md
2024-10-23 20:13:45 +05:30
a5e7c37fcc
Update pr_agent_pro.md
2024-10-23 20:12:14 +05:30
12a9e13509
Update index.md
2024-10-23 20:10:14 +05:30
0b4b6b1589
Update configuration_options.md
2024-10-23 17:19:16 +03:00
0b32b253ca
docs: update default setting for publish_labels to false and adjust related documentation
2024-10-21 17:56:15 +03:00
fb85cb721a
docs: fix typo in installation instructions for GitHub Enterprise Server in pr_agent_pro.md
2024-10-14 10:31:06 +03:00
13c6ed9098
docs: update installation instructions for GitHub Enterprise Server in pr_agent_pro.md
2024-10-14 10:27:52 +03:00
9dd1995464
docs: update installation guides with GitHub enterprise server instructions and formatting improvements
2024-10-14 10:25:51 +03:00
76d95bb6d7
feat: add ticket compliance check
...
- Implement ticket compliance check logic in `utils.py` and `ticket_pr_compliance_check.py`
- Add functions to extract and cache PR tickets, and check ticket relevancy
2024-10-10 10:01:48 +03:00
c1c5ee7cfb
Update footer links and branding from CodiumAI to Qodo
2024-10-09 11:46:10 +03:00
23a3e208a5
docs: update improve.md with folding suggestions feature and add config option
2024-10-08 20:51:45 +03:00
5a719c1904
Update docs/docs/core-abilities/index.md
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-06 18:19:26 +03:00
1a2ea2c87d
docs: add links to technical blogs on LLMs and coding tasks in core abilities index
2024-10-06 18:16:24 +03:00
ca79bafab3
fixed link
2024-10-04 08:06:57 +03:00
da0bd84746
dual
2024-10-01 08:20:16 +03:00
b42ded61f8
docs: add guidelines for implementing proposed code suggestions in improve.md
2024-10-01 08:16:51 +03:00
dfa4f22be2
feat: add dual publishing mode for PR code suggestions
...
- Introduced dual publishing mode to present high-scoring suggestions as both table entries and commitable PR comments.
- Updated documentation to include configuration options for dual publishing mode.
- Enhanced `pr_code_suggestions.py` to handle dual publishing logic and error handling.
- Modified `configuration.toml` to include `duel_publishing_score_threshold` setting.
2024-10-01 08:01:27 +03:00
da4148f336
docs: update links and references to Qodo Merge in documentation
2024-09-29 17:38:02 +03:00
070ed21103
update documentation links to qodo-merge-docs.qodo.ai
2024-09-29 17:32:16 +03:00
6c4aa468a9
formerly
2024-09-29 17:24:37 +03:00
da20efd050
Qodo Merge rename
2024-09-29 17:19:46 +03:00
c25aaad176
Qodo Merge rename
2024-09-29 17:15:49 +03:00
7bc20d6f16
Update CNAME
2024-09-29 12:25:48 +03:00
f894e8831b
revert unauthorized merge
2024-09-29 08:37:26 +03:00
25b7e1e777
update docs URL
2024-09-29 08:19:26 +03:00
f3fd439d47
docs
2024-09-27 16:24:07 +03:00
57cfdcf274
docs: update PR-Agent documentation with PR Chat search instructions
2024-09-27 16:13:54 +03:00
4b7d01972c
improve code suggestion prompt
2024-09-25 21:15:14 +03:00
05ec944a8b
improve code suggestion prompt
2024-09-25 17:52:54 +03:00
0668ccbb9e
docs: improve GitLab installation instruction
...
This commit adds a missing `export` instruction that is required mainly
for self-hosted GitLab installations.
2024-09-24 23:34:40 -03:00
397963257d
DocHelper
2024-09-22 10:21:47 +03:00
7e5ddf7e37
Update improve.md with enhanced self-review configuration details
2024-09-22 09:19:39 +03:00
0198c61cf7
update docs
2024-09-22 09:00:56 +03:00
8229d98842
docs pr help
2024-09-21 20:55:05 +03:00
3e780783cc
Add docs db
2024-09-21 19:24:23 +03:00
da398ce56f
TLDR
2024-09-16 09:21:52 +03:00
80fe297bc9
Merge pull request #1231 from matanbaruch/main
...
Update PR Action Handling Logic in GitHub Action Runner
2024-09-15 15:30:34 +03:00
5d68b0c492
Update automations_and_usage.md
2024-09-15 15:19:40 +03:00
8d5f015e5c
Merge pull request #1234 from Codium-ai/tr/dynamic
...
self_reflection
2024-09-15 14:52:06 +03:00
be03f83318
self_reflection
2024-09-15 14:50:24 +03:00
cbfd250c0c
self_reflection
2024-09-15 14:47:27 +03:00
7ce46e65a1
Merge pull request #1233 from Codium-ai/tr/dynamic
...
collapsible
2024-09-15 13:45:39 +03:00
600f230ba7
collapsible
2024-09-15 13:44:27 +03:00
4f4f13b8b2
Update improve.md
2024-09-15 12:44:11 +03:00
fdb1ff8057
update best practics
2024-09-15 12:36:00 +03:00
7586514abf
docs: clarify guidelines on file length and specificity in improve.md
2024-09-15 08:28:01 +03:00
0ba81e1ac7
docs: add dynamic context strategy documentation and update configuration settings
2024-09-12 11:42:27 +03:00
a8367d1a22
docs: add dynamic context strategy documentation and update configuration settings
...
- Added detailed documentation on the dynamic context strategy in `dynamic_context.md`.
- Updated configuration settings in `configuration.toml` to enable dynamic context by default.
- Adjusted context line parameters in `additional_configurations.md` to reflect new defaults.
- Announced dynamic context as the default option in the `README.md` news section.
2024-09-12 11:37:52 +03:00
564845adff
Update additional_configurations.md
2024-09-12 09:27:45 +03:00