b18a509120
Use current
2025-05-26 11:44:39 +07:00
6063bf5978
Check is tempolary before remove it
2025-05-26 11:42:09 +07:00
5d105c64d2
Rename & Return comment object after published
2025-05-26 11:40:29 +07:00
f06ee951d7
Change raise runtime error
2025-05-26 11:36:49 +07:00
a975b32376
Get empty content when exception
2025-05-26 11:26:16 +07:00
162cc9d833
Fixed error propagation
2025-05-22 15:06:35 +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
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
4679dce3af
refactor: Correct case typo of PR in log
2025-05-20 02:31:48 +09:00
d67d07acc7
#1657 review fix 2
2025-05-16 20:30:17 +03:00
12b1fe23da
#1657 review fix
2025-05-16 20:12:40 +03:00
f857ea1f22
#1657 add gitea/forgejo support
2025-05-16 19:43:21 +03:00
2d7636543c
Implement provider
2025-05-16 16:31:49 +07:00
9ef0c451bf
Create provider module for
2025-05-16 16:30:10 +07:00
a3c9fbbf2c
revert try except
2025-05-15 19:40:40 +09:00
e55fd64bda
Remove unnecessary nested try-except block for cleaner code. Streamlined the import statement to remove an unused reference to get_git_provider
.
2025-05-15 18:41:39 +09:00
954d61e5dc
Azure: refactor publish_code_suggestions() to use azure classes
2025-05-12 09:00:36 +02:00
24a90cab8e
Azure: handle inline /ask
2025-05-12 09:00:17 +02:00
67272700a6
Azure: handle line comments
2025-05-12 08:31:15 +02:00
3a07b55d0c
Azure: dont start threads as active because they block the pull request
2025-05-12 08:31:15 +02:00
c924affebc
Azure devops provider: add persistent comment
2025-05-12 08:31:15 +02:00
e516d66c1c
Azure: return Comment object when creating comment
2025-05-12 08:31:15 +02:00
df1d859e54
Azure devops: parse PR url starting from the end
2025-05-06 15:01:48 +02:00
4ad43c48e5
Fix type hint for get_pr_description method and clean up whitespace
2025-04-28 17:59:09 +08:00
dedad94a20
Fix code indentation in get_review_thread_comments method
2025-04-24 09:34:51 +03:00
5d5b57255e
Merge pull request #1687 from benedict-lee/feat/add-conversation-history-on-line-question
...
Improvement: Enhance ask_line tool by adding PR review comment threads as context
2025-04-24 09:32:43 +03:00
c35942c12b
mprove get_review_thread_comments method implementation
...
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com >
2025-04-24 11:23:16 +09:00
ddb94ec9b4
mprove get_review_thread_comments method implementation
...
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com >
2025-04-24 11:22:43 +09:00
29d4fe510e
Improve get_review_thread_comments method implementation
...
Co-authored-by: ofir-frd <85901822+ofir-frd@users.noreply.github.com >
2025-04-24 11:21:49 +09:00
a434d0af9b
Improve comment thread retrieval by using in_reply_to_id instead of line numbers
2025-04-21 16:28:42 +09:00
8bdd11646c
Fix token assignment in Bitbucket provider authentication
2025-04-12 10:07:45 +03:00
a649e323d3
Merge pull request #1683 from wirelessr/feat/issue-1681
...
Support Bitbucket Basic Auth
2025-04-11 14:37:56 +03:00
7a32faf64f
Fix Bearer backward compatibility logic
2025-04-11 17:44:46 +08:00
5f2d4d400e
Extract repeated token retrieval logic into a helper function to reduce code duplication
2025-04-11 16:20:28 +08:00
0cbf65dab6
Update pr_agent/git_providers/bitbucket_provider.py
...
Co-authored-by: Prateek <110811408+Prateikx@users.noreply.github.com >
2025-04-11 14:59:27 +08:00
c0c307503f
Update pr_agent/git_providers/bitbucket_provider.py
...
Co-authored-by: Prateek <110811408+Prateikx@users.noreply.github.com >
2025-04-11 14:55:06 +08:00
9c06b6b266
Apply PR review feedback: Code style and functionality improvements
2025-04-10 21:56:37 +09:00
b53d2773a9
improve ask_line tool(add conversation history context)
2025-04-09 23:45:04 +09:00
cdc354c33b
disable dynamic variables
2025-04-08 21:07:45 +03:00
ca95e876eb
Enhance Bitbucket provider functionality and update secret configuration template.
2025-04-08 17:52:52 +08:00
14971c4f5f
Add support for documentation content exceeding token limits ( #1670 )
...
* - Add support for documentation content exceeding token limits via two phase operation:
1. Ask LLM to rank headings which are most likely to contain an answer to a user question
2. Provide the corresponding files for the LLM to search for an answer.
- Refactor of help_docs to make the code more readable
- For the purpose of getting canonical path: git providers to use default branch and not the PR's source branch.
- Refactor of token counting and making it clear on when an estimate factor will be used.
* Code review changes:
1. Correctly handle exception during retry_with_fallback_models (to allow fallback model to run in case of failure)
2. Better naming for default_branch in bitbucket cloud provider
2025-04-03 11:51:26 +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
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
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
605eef64e7
Generate git url correctly in case invoked from both user and GitHub app contexts
2025-03-25 12:08:00 +02:00
b161672218
Remove redundant abstractmethod for _prepare_clone_url_with_token
2025-03-24 15:56:45 +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