47 Commits

Author SHA1 Message Date
e2af22d2a0 Log a warning for pending asyncio tasks with coroutine details 2025-05-13 17:37:09 +09:00
d86d1ef3dc Log a warning when there are pending asyncio tasks
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
2025-05-13 17:34:30 +09:00
e7317ce99f Add timeout to asyncio.wait 2025-05-13 14:46:50 +09:00
5e7e353670 Added help_docs feature. 2025-03-20 23:48:01 +02:00
452abe2e18 Move get_version to algo/util.py; fix version to 0.25 2024-12-17 08:44:53 -07:00
75a120952c Add version metadata and --version command 2024-12-09 09:27:54 -07:00
81dea65856 Format files by pre-commit run -a
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
2024-10-30 10:00:36 +09:00
93773f3c08 Ensure asyncio event queue is drained prior to CLI termination 2024-08-26 15:14:45 -04:00
b4f0ad948f Update Python code formatting, configuration loading, and local model additions
1. Code Formatting:
   - Standardized Python code formatting across multiple files to align with PEP 8 guidelines. This includes adjustments to whitespace, line breaks, and inline comments.

2. Configuration Loader Enhancements:
   - Enhanced the `get_settings` function in `config_loader.py` to provide more robust handling of settings retrieval. Added detailed documentation to improve code maintainability and clarity.

3. Model Addition in __init__.py:
   - Added a new model "ollama/llama3" with a token limit to the MAX_TOKENS dictionary in `__init__.py` to support new AI capabilities and configurations.
2024-06-03 23:58:31 +08:00
07f5025b03 Refactor help text for clarity and update configuration links in help.py; standardize variable naming in cli.py 2024-03-25 08:51:59 +02:00
ee4798acca adjustments to pypi 2024-03-23 16:16:32 +02:00
9a46690121 adjustments to pypi 2024-03-23 09:55:08 +02:00
877796b539 Refactor logging statements for better readability and debugging 2024-02-25 09:46:07 +02:00
fdfd6247fb Merge branch 'main' into tr/pydantic 2023-11-25 21:36:16 -08:00
e9891fc530 s1 2023-11-12 16:37:53 +02:00
9e5e9afe92 Refactor CLI argument handling and request processing 2023-11-12 16:11:34 +02:00
5e43c202dd s1 2023-11-12 15:45:22 +02:00
c324d88be3 Refactor logging system to use custom logger across the codebase 2023-10-16 14:56:00 +03:00
bc95cf5b8e stable 2023-09-06 09:12:25 +03:00
901c1dc3f0 issue tool 2023-09-06 08:43:01 +03:00
b85679e5e4 improve --extend 2023-08-22 09:42:59 +03:00
725ac9e85d fixing cli pr_url help description 2023-08-10 01:30:12 +03:00
d7b77764c3 Support context aware settings (for each incoming request), support override of settings, refactor CLI to use pr_agent.py 2023-08-01 14:43:26 +03:00
42b047a14e update_settings_from_args 2023-07-30 12:04:57 +03:00
3daf94954a update_settings_from_args 2023-07-30 11:43:44 +03:00
4aa54b9bd4 Add /describe -c option 2023-07-27 17:42:50 +03:00
c827cbc0ae final touches 2023-07-27 08:47:26 +03:00
e3846a480e s 2023-07-26 09:21:31 +03:00
f5e2838fc3 refactor 2023-07-21 22:12:51 +03:00
6cd38a37cd fix question cli 2023-07-20 11:10:34 +03:00
c47e74c5c7 Merge commit '5bc2ef1eff1f570779191a8f3c7a562f5b8fe230' into hl/incremental_review 2023-07-19 14:24:01 +03:00
8038b6ab99 refactor and clean 2023-07-19 14:22:34 +03:00
dc4bf13d39 Add Incremental Review 2023-07-18 23:14:47 +03:00
77f243b7ab Allow passing CLI args (helps with debugging) 2023-07-18 16:39:46 +03:00
51e08c3c2b reflect and review + protections 2023-07-18 08:22:25 +03:00
aee08ebbfe Merge branch 'main' into tr/agent_logic 2023-07-18 08:04:47 +03:00
ea27c63f13 Insights from user's answers 2023-07-17 15:59:57 +03:00
f8f415eb75 stable 2023-07-17 15:49:29 +03:00
8f3520807c minor fixes
minor fixes
2023-07-17 08:42:18 +03:00
f4de3d2899 pr_information_from_user_prompts 2023-07-16 19:36:20 +03:00
5edff8b7e4 update readme
update readme
2023-07-16 16:04:06 +03:00
b3e79ed677 cli.py - modify command line for a more coherent command invokation 2023-07-16 13:18:29 +03:00
4f4989af8c full code suggestions
full code suggestions
2023-07-16 09:01:57 +03:00
dece20c984 PRDescription 2023-07-13 17:24:56 +03:00
1bc206e7b2 Remove installation_id from cli 2023-07-12 11:31:06 +03:00
d04c0f490c Don't add "How to use" when running from the command line 2023-07-06 17:52:12 +03:00
987befe457 Merge CLI scripts to cli.py, update Dockerfile and README.md 2023-07-06 11:37:44 +03:00