Commit d60291e
authored
File tree
6 files changed
+49
-23
lines changed- src
- contributes
- codecomplete
- handler
6 files changed
+49
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 82 | + | |
| 83 | + | |
91 | 84 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 85 | + | |
| 86 | + | |
100 | 87 | | |
101 | 88 | | |
102 | 89 | | |
| |||
219 | 206 | | |
220 | 207 | | |
221 | 208 | | |
| 209 | + | |
222 | 210 | | |
223 | 211 | | |
224 | 212 | | |
| |||
269 | 257 | | |
270 | 258 | | |
271 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
272 | 267 | | |
273 | 268 | | |
274 | 269 | | |
275 | 270 | | |
276 | 271 | | |
277 | 272 | | |
| 273 | + | |
278 | 274 | | |
279 | 275 | | |
280 | 276 | | |
| |||
302 | 298 | | |
303 | 299 | | |
304 | 300 | | |
| 301 | + | |
305 | 302 | | |
306 | 303 | | |
307 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
| |||
195 | 205 | | |
196 | 206 | | |
197 | 207 | | |
| 208 | + | |
198 | 209 | | |
199 | 210 | | |
200 | 211 | | |
201 | 212 | | |
202 | 213 | | |
203 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
204 | 218 | | |
205 | | - | |
| 219 | + | |
206 | 220 | | |
207 | 221 | | |
208 | 222 | | |
| 223 | + | |
209 | 224 | | |
210 | 225 | | |
211 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
63 | 77 | | |
64 | 78 | | |
65 | 79 | | |
| |||
- 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