pr-agent/pr_agent
zmeir 1ade09eaa3 Fix failing /config command
All commands need the `ai_handler` argument. The PRConfig class was missing it in the `__init__` method and so it failed with this error:

```
File "/home/vcap/app/pr_agent/agent/pr_agent.py", line 76, in handle_request
    await command2class[action](pr_url, ai_handler=self.ai_handler, args=args).run()
TypeError: PRConfig.__init__() got an unexpected keyword argument 'ai_handler'
```
2024-01-04 14:49:34 +02:00
..
agent Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
algo markdown 2023-12-26 17:06:29 +02:00
git_providers Find user description in a case-insensitive way 2024-01-04 09:41:55 +02:00
log Refactor logging system to use custom logger across the codebase 2023-10-16 14:56:00 +03:00
secret_providers Enhance logging in bitbucket_app, gitlab_webhook, and google_cloud_storage_secret_provider with JSON format and additional context 2023-10-18 16:44:03 +03:00
servers feat: Refactor help text addition in pr_reviewer.py and update tool names in README.md 2023-12-26 09:18:38 +02:00
settings use_collapsible_file_list 2024-01-04 10:27:07 +02:00
tools Fix failing /config command 2024-01-04 14:49:34 +02:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Remove logging from pr_agent.py and add line breaks in cli.py and github_action_runner.py 2023-12-14 09:08:47 +02:00
config_loader.py Add /generate_labels function + fix issues 2023-10-26 23:28:33 +03:00