3 files changed
+3
-3
lines changed- site-packages/devchat/llm/openai.py+35-1
- site-packages/devchat/workflow/env_manager.py+88-42
- site-packages/pydantic-1.10.14.dist-info/RECORD-61
- site-packages/pydantic-1.10.16.dist-info/INSTALLER
- site-packages/pydantic-1.10.16.dist-info/LICENSE
- site-packages/pydantic-1.10.16.dist-info/METADATA+16-4
- site-packages/pydantic-1.10.16.dist-info/RECORD+63
- site-packages/pydantic-1.10.16.dist-info/REQUESTED
- site-packages/pydantic-1.10.16.dist-info/WHEEL+1-1
- site-packages/pydantic-1.10.16.dist-info/entry_points.txt
- site-packages/pydantic-1.10.16.dist-info/top_level.txt
- site-packages/pydantic/__init__.py+16-16
- site-packages/pydantic/annotated_types.py+3-3
- site-packages/pydantic/class_validators.py+7-7
- site-packages/pydantic/color.py+3-3
- site-packages/pydantic/config.py+5-5
- site-packages/pydantic/dataclasses.py+9-9
- site-packages/pydantic/datetime_parse.py+1-1
- site-packages/pydantic/decorator.py+7-7
- site-packages/pydantic/env_settings.py+6-6
- site-packages/pydantic/error_wrappers.py+5-5
- site-packages/pydantic/errors.py+3-3
- site-packages/pydantic/fields.py+15-15
- site-packages/pydantic/generics.py+6-6
- site-packages/pydantic/json.py+4-4
- site-packages/pydantic/main.py+15-15
- site-packages/pydantic/mypy.py+2-1
- site-packages/pydantic/networks.py+6-6
- site-packages/pydantic/parse.py+1-1
- site-packages/pydantic/schema.py+12-12
- site-packages/pydantic/tools.py+5-5
- site-packages/pydantic/types.py+7-7
- site-packages/pydantic/typing.py+6-4
- site-packages/pydantic/utils.py+10-10
- site-packages/pydantic/v1.py+130
- site-packages/pydantic/validators.py+10-10
- site-packages/pydantic/version.py+1-1
Submodule workflowsCommands updated 83 files
- lib/chatmark/__init__.py+2-1
- lib/chatmark/widgets.py+51
- merico/aider/README.md+19-13
- merico/aider/command.py-1
- merico/aider/files/add/README.md+15-12
- merico/aider/files/list/README.md+12-9
- merico/aider/files/remove/README.md+15-12
- merico/ask_issue/README.md+18-15
- merico/comments/README.md+30-6
- merico/commit/README.md+30
- merico/commit/command.yml+1
- merico/docstring/README.md+54-6
- merico/explain/README.md+26-5
- merico/fix/README.md+33-6
- merico/github/code_task_summary/README.md+24
- merico/github/code_task_summary/command.yml+1
- merico/github/commit/README.md+23
- merico/github/commit/command.yml+1
- merico/github/commit/commit.py+7-7
- merico/github/config/README.md+19
- merico/github/config/command.yml+1
- merico/github/git_api.py+90-12
- merico/github/list_issue_tasks/README.md+19
- merico/github/list_issue_tasks/command.yml+1
- merico/github/new_branch/README.md+21
- merico/github/new_branch/command.yml+1
- merico/github/new_issue/README.md+21
- merico/github/new_issue/command.yml+1
- merico/github/new_issue/from_task/README.md
- merico/github/new_issue/from_task/command.yml+1
- merico/github/new_pr/README.md+22
- merico/github/new_pr/command.yml+1
- merico/github/update_issue_tasks/README.md+22
- merico/github/update_issue_tasks/command.yml+1
- merico/github/update_pr/README.md+20
- merico/github/update_pr/command.yml+1
- merico/gitlab/code_task_summary/README.md+24
- merico/gitlab/code_task_summary/command.py+124
- merico/gitlab/code_task_summary/command.yml+5
- merico/gitlab/command.yml+1
- merico/gitlab/commit/README.md+23
- merico/gitlab/commit/__init__py
- merico/gitlab/commit/command.yml+6
- merico/gitlab/commit/commit.py+427
- merico/gitlab/commit/diffCommitMessagePrompt.txt+39
- merico/gitlab/commit/zh/command.yml+5
- merico/gitlab/common_util.py+78
- merico/gitlab/config/README.md+19
- merico/gitlab/config/command.py+88
- merico/gitlab/config/command.yml+4
- merico/gitlab/git_api.py+611
- merico/gitlab/list_issue_tasks/README.md+19
- merico/gitlab/list_issue_tasks/command.py+53
- merico/gitlab/list_issue_tasks/command.yml+5
- merico/gitlab/new_branch/README.md+21
- merico/gitlab/new_branch/command.py+95
- merico/gitlab/new_branch/command.yml+5
- merico/gitlab/new_issue/README.md+21
- merico/gitlab/new_issue/command.py+52
- merico/gitlab/new_issue/command.yml+5
- merico/gitlab/new_issue/from_task/README.md
- merico/gitlab/new_issue/from_task/command.py+94
- merico/gitlab/new_issue/from_task/command.yml+5
- merico/gitlab/new_pr/README.md+22
- merico/gitlab/new_pr/command.py+120
- merico/gitlab/new_pr/command.yml+5
- merico/gitlab/update_issue_tasks/README.md+22
- merico/gitlab/update_issue_tasks/command.py+101
- merico/gitlab/update_issue_tasks/command.yml+5
- merico/gitlab/update_pr/README.md+20
- merico/gitlab/update_pr/command.py+122
- merico/gitlab/update_pr/command.yml+5
- merico/pr/README.md+34
- merico/pr/command.yml+2-1
- merico/pr/config/README.md+24
- merico/pr/config/command.yml+1
- merico/pr/custom_suggestions/command.yml+1
- merico/pr/describe/command.yml+1
- merico/pr/improve/command.yml+1
- merico/pr/requirements.txt+1-1
- merico/pr/review/command.yml+1
- merico/refactor/README.md+32-6
- merico/unit_tests/README.md+36-6
0 commit comments