7f950a3aa9
docs: clarify model recommendation for production usage
2025-01-02 12:50:38 +02:00
a1a7c8e44c
feat: add example output duplication option for code suggestions prompts
2025-01-02 12:46:50 +02:00
e695af6917
feat: add example output duplication option for PR review prompts
2025-01-02 12:33:26 +02:00
5318047202
feat: add prompt example duplication option for improved model output
2025-01-02 12:25:42 +02:00
5971a06d73
docs: improve Ollama and Hugging Face model configuration docs
2025-01-02 11:16:21 +02:00
f6b470bf5e
fix: reorganize PR description prompt fields and improve clarity
2025-01-02 08:41:25 +02:00
4a1b042152
fix: improve bullet point formatting and file path display in PR description
2024-12-31 12:00:21 +02:00
6fbd95e1a9
fix: emphasize brevity in PR description bullet points
2024-12-31 08:36:32 +02:00
fd6e81978f
fix: improve PR description and title field descriptions for clarity
2024-12-31 08:32:54 +02:00
dbd76ecde5
refactor: improve file changes title description length guidance
2024-12-29 11:42:05 +02:00
e95920c58c
refactor: improve file handling and description generation in PR description tool
2024-12-29 11:37:05 +02:00
495c1ebe5f
refactor: remove legacy code suggestions feature from review tool
2024-12-25 08:18:28 +02:00
e8e4fb0afa
feat: add PR link support in changelog updates
2024-12-23 17:20:29 +02:00
3360a28b3e
fix: improve changelog update prompt and response handling
2024-12-23 17:06:21 +02:00
c2f1f2dba0
fix: improve markdown rendering when git provider is unavailable
2024-12-19 21:08:27 +02:00
989670b159
fix: improve markdown rendering when git provider is unavailable
2024-12-19 20:49:40 +02:00
7e8361b5fd
feat: enhance code review output with collapsible code snippets and variable links
2024-12-19 20:30:56 +02:00
d09aa1b13e
docs: remove unused automatic_review configuration option
2024-12-19 16:41:18 +02:00
f3ee4a75b5
docs: simplify default tool configurations and update documentation
2024-12-19 09:33:20 +02:00
872b27bfd8
docs: remove model_weak configuration and simplify model selection
2024-12-11 18:10:34 +02:00
cb88489dbe
Merge pull request #1387 from KennyDizi/main
...
Introduce to weak model
2024-12-11 17:36:18 +02:00
6a51b8501d
docs: add allow_thumbs_up_down configuration option and remove rank_extended_suggestions
2024-12-11 13:16:21 +02:00
d34edb83ff
feat: add thumbs up/down support and refactor code suggestions handling
2024-12-11 13:03:43 +02:00
e3d779c30d
Fix typo model_weak
2024-12-08 22:09:48 +07:00
a4d9a65fc6
Add model_week
2024-12-08 20:23:36 +07:00
683108d3a5
Removed model_turbo
2024-12-08 20:10:38 +07:00
8610aa27a4
Add disable_auto_feedback configuration option to control automatic PR feedback
2024-12-02 21:28:48 +02:00
3547cf2057
Update model_turbo and fallback_models
2024-11-21 22:10:55 +07:00
577ee0241d
Enable focus_only_on_problems mode by default in configuration and update README.md
2024-11-18 16:35:23 +02:00
5c5a3e267c
Merge branch 'main' into introduce-pre-commit
2024-11-08 09:54:21 +02:00
d2663f959a
Add focus_only_on_problems setting for targeted code suggestions
2024-11-06 21:22:58 +02:00
fa49dd5167
Merge branch 'main' into nocode_suggestions_config
2024-11-04 07:50:22 +02:00
ef3241285d
Add support for processing diffs without line numbers in code suggestions tool
2024-11-03 17:34:30 +02:00
443d06df06
Add configuration option to control publish of no code suggestions message
2024-11-01 15:38:16 -04:00
81dea65856
Format files by pre-commit run -a
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-30 10:00:36 +09:00
7186bf4bb3
Merge pull request #1313 from yu-iskw/support-google-ai-studio
...
Support Google AI Studio
2024-10-29 19:22:28 +02:00
115fca58a3
Merge pull request #1307 from s1moe2/docs/gitlab
...
Gitlab docs improved; gitlab webhook secret config standardization
2024-10-29 19:20:15 +02:00
cbf60ca636
revert gitlab webhook_secret; docs adjustments
2024-10-29 16:02:06 +00:00
db062e3e35
Support Google AI Studio
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-29 08:00:16 +09:00
8db7151bf0
Add suggestion tracking feature with wiki documentation support
2024-10-27 15:49:10 +02:00
67b46e7f30
fixed secrets file comment typo
2024-10-25 16:20:35 +01:00
68f2cec077
Gitlab docs improved; gitlab webhook secret config standadization
2024-10-25 16:17:33 +01:00
3b47c75c32
Improve handling of empty markdown headers in PR help message tool and update prompt instructions in pr_help_prompts.toml
2024-10-25 12:27:59 +03:00
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
4f14742233
Refactor PR help message tool to use full documentation content for answering questions and update relevant section handling in prompts
2024-10-24 21:38:31 +03:00
0b32b253ca
docs: update default setting for publish_labels to false and adjust related documentation
2024-10-21 17:56:15 +03:00
0705bd03c4
docs: update pr_help_prompts.toml with project name change and formatting adjustments
2024-10-21 07:37:57 +03:00
927d005e99
docs: update pr_help_prompts.toml with project name change and formatting adjustments
2024-10-21 07:33:26 +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
23a3e208a5
docs: update improve.md with folding suggestions feature and add config option
2024-10-08 20:51:45 +03:00