Tal

Results 239 comments of Tal

Many AI calls just for context analysis is not the way. expensive and slow

you are welcome to open a PR to add this. should be similar to many other models supported via litellm https://docs.litellm.ai/docs/providers/mistral https://github.com/Codium-ai/pr-agent/blob/4ab939204274bdc1bdecfa951df1060f71c2ff58/pr_agent/algo/ai_handlers/litellm_ai_handler.py#L17

Review the file i referenced. You just need to replicate the logic to accommodate the new key (and validate it works)

work from CLI, and debug. make sure the result of `self.workspace_slug, self.repo_slug, self.pr_num = self._parse_pr_url(pr_url)` makes sense

@MikesHorcrux Try first, from CLI, this PR: https://github.com/Codium-ai/pr-agent/pull/1216 make sure to properly change your organization: ``` [azure_devops] org = "https://dev.azure.com/YOUR_ORGANIZATION/" ``` to ``` [azure_devops] org = "https://{organization}.visualstudio.com/" ``` if it...

@MikesHorcrux No. i wont merge something if i am not sure it works. and i dont have access to azure with the `org = "https://{organization}.visualstudio.com/"` format checkout the branch, run...

> additional_properties https://github.com/Codium-ai/pr-agent/blob/dd8d78e7d8eaf0b2bd8aabe88c17f9dae6a38844/pr_agent/git_providers/azuredevops_provider.py#L257 As the API result seem different for this kind of repo, in order to fully solve the issue, you will need to edit the PR (or start...

Hi @dst03106 Global variable is a bad practice. It's ill-suited for a multi-thread environment, and can create multiple problems. The optimization presented in this PR is minor, and doesn't justify...

When you setup your own gitlab webhook machine, you have control over the main pod, and you can change parameters there. However, you are interested in adding support also for...

I agree that there is a gap here. You are right some stream-of-thought about it, since it's not an easy issue to solve: When thinking about how to address it,...