946657a6d1
Merge pull request #1824 from OSSCA-2025-Egg-Benedict/feature/sequence-diagram
...
Improve/describe tool documentation and make add_diagram feature opt-in by default
2025-05-25 13:44:53 +03:00
d5dead5c7f
refactor: moved diagram logic to 'changes_diagram' in PRDescription and updated prompt for clarity
2025-05-25 18:37:28 +09:00
6aac41a0df
refactor:rename to
2025-05-25 18:27:03 +09:00
2453508023
Merge pull request #1805 from group-3-sPRinter/improve/token_handler
...
Refactor count_tokens method structure in token_handler.py for better extensibility
2025-05-25 12:11:41 +03:00
84f2f4fe3d
Fix: use ModelTypeValidator static methods directly
2025-05-25 18:00:38 +09:00
ff52ae9281
add img_path and _create_chat_async
2025-05-25 15:34:50 +09:00
d791e9f3d1
Fix: Improve langchain import error handling and add img_path to handler
...
Addresses issue #1784 :
- Raises ImportError if langchain is not installed when LangChainOpenAIHandler is initialized.
- Adds img_path parameter to LangChainOpenAIHandler.chat_completion for interface consistency.
- Logs a warning if img_path is used with LangChainOpenAIHandler.
2025-05-25 15:28:18 +09:00
18a8a741fa
ensure_ticket_compliance
2025-05-25 08:31:24 +03:00
4cdaad1fc5
Merge pull request #1816 from TaskerJang/feature/clip-tokens-tests-and-docs
...
Add Unit Tests and Improve Documentation for utils.py clip_tokens Function
2025-05-25 08:18:26 +03:00
e57d3101e4
fix:set parameter default to false to make the feature opt-in by design
2025-05-25 12:48:29 +09:00
f58c40a6ae
refactor: replace single quotes with double quotes to match existing code style
2025-05-25 12:48:13 +09:00
d8aa61622f
Merge pull request #5 from OSSCA-2025-Egg-Benedict/yeji
...
feat: conditionally append Mermaid sequence diagram instruction in prompt
2025-05-25 12:15:01 +09:00
2b2818a435
Merge pull request #4 from OSSCA-2025-Egg-Benedict/seonwoong
...
feat: add add_diagram configuration option to PR description
2025-05-25 12:13:50 +09:00
cdca5a55b2
Merge pull request #2 from OSSCA-2025-Egg-Benedict/yujin
...
feat: add add_diagram flag in configuration.toml
2025-05-25 12:06:31 +09:00
3a385b62d6
feat: conditionally append Mermaid sequence diagram instruction in pr_description prompt
2025-05-25 11:51:22 +09:00
5a0affd6cb
feat: add add_diagram configuration option to PR description
2025-05-25 11:08:52 +09:00
d62cbb2fc4
feat: add add_diagram flag in configuration.toml
2025-05-25 10:28:50 +09:00
4047e71268
Complete Gemini 2.5 Flash model info
2025-05-24 23:52:18 +08:00
16b9ccd025
feat: conditionally include diagram in output example
2025-05-24 23:43:16 +09:00
43dbe24a7f
Merge pull request #1817 from PeterDaveHelloKitchen/Grok-3
...
Add Grok-3 non-beta model IDs
2025-05-24 16:32:50 +03:00
f4a9bc3de7
Merge pull request #1814 from hirobf10/support-claude-4
...
feat: add support for Claude 4 family
2025-05-24 16:29:48 +03:00
20b1a1f552
Merge pull request #1808 from group-3-sPRinter/fix/retry-exclude-rate-limit-error
...
fix: exclude RateLimitError from `@retry` in `AIHandler.chat_completion()`
2025-05-24 16:14:25 +03:00
4c98cffd37
Merge pull request #1801 from darkdread/main
...
docs: include [aws] in .secrets.template
2025-05-24 16:12:52 +03:00
95c94b80a2
Add Grok-3 non-beta model IDs
2025-05-24 14:22:55 +08:00
e2586cb64a
docs: improve clip_tokens function docstring and add examples
2025-05-24 10:46:58 +09:00
1f836e405d
fix: reflect comments
2025-05-24 09:45:27 +09:00
10703a9098
feat: add support for Claude 4
2025-05-23 14:16:44 +09:00
162cc9d833
Fixed error propagation
2025-05-22 15:06:35 +07:00
0f893bc492
Fixed webhook security concern
2025-05-22 15:03:15 +07:00
000f0ba93e
Fixed ensure SHA
2025-05-22 15:01:08 +07:00
48c29c9ffa
Add null check
2025-05-22 14:59:29 +07:00
930cd69909
Fixed conflicts
2025-05-22 14:54:26 +07:00
466ec4ce90
fix: exclude RateLimitError from retry logic
2025-05-22 15:04:16 +09:00
facfb5f46b
Add missing code: use_context=False
2025-05-22 13:32:20 +09:00
cc686ef26d
Reorder model check: OpenAI before Anthropic
...
OpenAI is the default in most cases, so checking it first skips unnecessary Anthropic logic.
2025-05-22 13:12:04 +09:00
ead7491ca9
Apply convention for marking private
2025-05-21 18:08:48 +09:00
df0355d827
Remove member variable for restroring get_settings()
2025-05-21 18:07:47 +09:00
c3ea048b71
Restore original return logic for force_accurate condition
2025-05-21 17:52:51 +09:00
648829b770
Rename method
2025-05-21 17:51:03 +09:00
dd17aadfe3
Merge pull request #1803 from group-3-sPRinter/fix/litellm-exception-order
...
fix: reorder exception handling in `LiteLLMAIHandler.chat_completion()`
2025-05-21 07:42:18 +03:00
199b463eaa
Merge pull request #1798 from seohyun-lee/docs/usage-guide
...
Correct typos in documentation and log messages
2025-05-21 07:38:22 +03:00
7821e71b17
Merge pull request #1787 from nicholasgribanov/feature/gitea-forgejo-support
...
#1657 add gitea/forgejo support
2025-05-21 07:35:31 +03:00
6405284461
fix: reorder exception handling to enable proper retry behavior
2025-05-20 18:22:33 +09:00
1b74942919
Set default configuration of Gitea
2025-05-20 15:18:07 +07:00
97f2b6f736
Fix TypeError
2025-05-20 15:29:27 +09:00
f198e6fa09
Add constants and improve token calculation logic
2025-05-20 14:12:24 +09:00
e72bb28c4e
Replace get_settings() with self.settings
2025-05-20 13:50:30 +09:00
81fa22e4df
Add model name validation
2025-05-20 13:47:15 +09:00
8aa89ff8e6
docs: include [aws] in .secrets.template
2025-05-20 10:27:13 +08:00
4679dce3af
refactor: Correct case typo of PR in log
2025-05-20 02:31:48 +09:00