-
State changed as code fixing the issue is committed (2619abc1)
-
OneDev
changed state to 'Closed' 5 days ago
Previous Value Current Value Open
Closed
-
State changed as build OD-6953 is successful
-
OneDev
changed state to 'Released' 3 days ago
Previous Value Current Value Closed
Released
-
@robin Is there documentation on this feature?
-
I am writing a tutorial on this.
-
@pulsatedivision You have to create a user with type AI and then allow that user to access projects. Then you can assign it to a PR reviewer for example.
@robin I noticed two things (I used OpenAI API key):
- For PR review I am seeing timeouts when using GPT-5.1, most likely because it does some thinking. It happens in
DefaultUserService:599when a code review comment should be created. I guess you either need longer timeouts or make it configurable (and possibly make thinking amount configurable for thinking models). - I first selected GPT-5.1-cortext during AI user configuration but it does not support the older
/v1/chat/completionsAPI thatlangchain4juses. Maybe there is a way to filter the OpenAI models to only show the ones that actually work with the library. See: https://github.com/langchain4j/langchain4j/issues/3252
- For PR review I am seeing timeouts when using GPT-5.1, most likely because it does some thinking. It happens in
| Type |
New Feature
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
This integration can help codebase understanding, CI/CD spec editing, build failure investigation, and pull request review.