eaaaf6a6a2
Fix context windows token for model o1-2024-12-17
2024-12-19 23:11:45 +07:00
07f3933f6d
Add support OpenAI model o1 snapshot version o1-2024-12-17
2024-12-19 23:00:47 +07:00
e9615c6994
Merge pull request #1384 from MarkRx/feature/version-metadata
...
Add --version command and version metadata
2024-12-19 09:34:24 +02:00
452abe2e18
Move get_version to algo/util.py; fix version to 0.25
2024-12-17 08:44:53 -07:00
03d2bea50b
Add support model gemini-2.0-flash-exp
2024-12-16 23:37:19 +07:00
872b27bfd8
docs: remove model_weak configuration and simplify model selection
2024-12-11 18:10:34 +02:00
75a120952c
Add version metadata and --version command
2024-12-09 09:27:54 -07:00
f9a7b18073
Improve condition to pick up weak model
2024-12-09 22:36:07 +07:00
6352e6e3bf
Change default model to regular model
2024-12-09 22:24:44 +07:00
e3d779c30d
Fix typo model_weak
2024-12-08 22:09:48 +07:00
dec2859fc4
Set default model to weak model
2024-12-08 21:10:26 +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
b44030114e
Merge pull request #1374 from KennyDizi/main
...
Add Support for GPT-4o November 2024 Model and Update Configurations
2024-12-02 08:23:26 +02:00
f2043d639c
Add support model gpt-4o-2024-11-20
2024-11-21 22:10:27 +07:00
a141ca133c
Update utils.py
...
1. add missed emoji for "PR contains tests"
2. check git_provider and reference_link before using them
2024-11-16 09:32:05 +08:00
9c82047dc3
Add validation for hunk lines matching original file content in git patch processing
2024-11-12 07:50:37 +02:00
5c5a3e267c
Merge branch 'main' into introduce-pre-commit
2024-11-08 09:54:21 +02:00
f9380c2440
Merge pull request #1350 from NxPKG/patch-1
...
Remove unused deployment_id variable.
2024-11-08 09:49:07 +02:00
6339845eb4
Remove unused deployment_id variable.
...
The deployment_id variable is assigned but never used in the function.
2024-11-07 14:24:35 +06:00
af653a048f
Add support model bedrock/anthropic.claude-3-5-haiku-20241022-v1:0
2024-11-07 09:12:52 +07:00
157251493a
Add support claude-3-5-haiku-20241022 model
2024-11-06 07:52:58 +07:00
dacb45dd8a
Merge branch 'main' of https://github.com/ryanzll/pr-agent
...
update openai api
2024-11-02 09:47:14 +08:00
2f5e8472b9
Add PRDescriptionHeader enum for consistent "Changes walkthrough" usage across modules
2024-10-30 08:48:08 +02: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
db062e3e35
Support Google AI Studio
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-29 08:00:16 +09:00
597f1c6f83
Add PRDescriptionHeader enum for consistent "Changes walkthrough" usage across modules
2024-10-28 08:12:56 +02:00
b4700bd7c0
Add support bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0 model
2024-10-23 08:08:04 +07:00
f1d0401f82
Add model vertex_ai/claude-3-5-sonnet-v2@20241022
2024-10-23 07:11:33 +07:00
c5bd09e2c9
Add model anthropic/claude-3-5-sonnet-20241022
2024-10-23 07:10:22 +07:00
dcb7b66fd7
Update pr_agent/algo/ai_handlers/litellm_ai_handler.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-19 11:34:57 +03:00
b7437147af
fix: correct model type extraction for O1 model handling in litellm_ai_handler.py
2024-10-19 11:32:45 +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
e6c56c7355
Update pr_agent/algo/ai_handlers/litellm_ai_handler.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-09 08:56:31 +03:00
727b08fde3
feat: add support for O1 model by combining system and user prompts in litellm_ai_handler
2024-10-09 08:53:34 +03:00
4b05a3e858
refactor: streamline hunk processing logic in git_patch_processing.py
...
- Simplified logic for handling new and old hunks to ensure consistent presentation of changes.
- Updated documentation in TOML files to reflect changes in hunk section handling and line number references.
2024-10-07 20:32:11 +03:00
454365913f
refactor: update terminology for issue review recommendations in utils.py
2024-09-30 13:00:01 +03:00
bbaba2dbda
refactor: update terminology for issue review recommendations in utils.py
...
style: refine field descriptions in KeyIssuesComponentLink model
2024-09-30 08:58:32 +03:00
35b1f5e747
key
2024-09-29 07:23:34 +03:00
d77a819d92
Add intro text option for PR reviews in configuration and utils
2024-09-29 07:06:48 +03:00
3dd8050004
improve code suggestion prompt
2024-09-25 21:22:41 +03:00
8d82cb2e04
f string
2024-09-15 08:50:24 +03:00
8f943a0d44
fix: update error logging messages and system prompt handling in litellm_ai_handler.py
2024-09-15 08:07:59 +03:00
cc0e432247
refactor logic
2024-09-13 22:17:24 +03:00
a94496285f
Add o1-preview models
2024-09-13 08:23:18 +07:00
567c144176
Add o1-mini models
2024-09-13 08:22:09 +07:00
7de6bb0150
enhance: cap patch extra lines and update documentation with separators and context adjustments
2024-09-12 09:05:26 +03:00
a1582b5338
enhance: cap patch extra lines and update documentation with separators and context adjustments
2024-09-12 09:01:36 +03:00
09b0a04a47
docs and fixes
2024-09-10 20:06:48 +03:00
1451d82d6b
Update pr_agent/algo/pr_processing.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-09-10 17:50:32 +03:00