Commit 60cc1e3
Rankin Zheng
workflow(update): refresh workflow commands on registration
Update the workflow command list automatically when new workflows are registered
or modified. This ensures the command list displayed to the user is always current
and accurate, eliminating the need for manual refreshes.1 parent 3cf88d6 commit 60cc1e3
File tree
4 files changed
+3
-14
lines changed- src/handler
4 files changed
+3
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 60 | | |
- site-packages/devchat-0.3.0.dist-info/RECORD+1-1
- site-packages/devchat/_service/main.py+10
- site-packages/httpx-0.27.0.dist-info/RECORD-56
- site-packages/httpx-0.27.2.dist-info/INSTALLER
- site-packages/httpx-0.27.2.dist-info/METADATA+11-13
- site-packages/httpx-0.27.2.dist-info/RECORD+56
- site-packages/httpx-0.27.2.dist-info/WHEEL+1-1
- site-packages/httpx-0.27.2.dist-info/entry_points.txt
- site-packages/httpx-0.27.2.dist-info/licenses/LICENSE.md
- site-packages/httpx/__init__.py+11-44
- site-packages/httpx/__version__.py+1-1
- site-packages/httpx/_api.py+22-10
- site-packages/httpx/_auth.py+3
- site-packages/httpx/_client.py+48-35
- site-packages/httpx/_compat.py+22
- site-packages/httpx/_config.py+4-2
- site-packages/httpx/_content.py+2
- site-packages/httpx/_decoders.py+43-1
- site-packages/httpx/_exceptions.py+32
- site-packages/httpx/_models.py+4-2
- site-packages/httpx/_status_codes.py+2
- site-packages/httpx/_transports/__init__.py+15
- site-packages/httpx/_transports/asgi.py+7-14
- site-packages/httpx/_transports/base.py+2
- site-packages/httpx/_transports/default.py+4
- site-packages/httpx/_transports/mock.py+3
- site-packages/httpx/_transports/wsgi.py+3
- site-packages/httpx/_types.py+4-2
- site-packages/httpx/_urlparse.py+49-46
- site-packages/httpx/_urls.py+4-2
- site-packages/rich-13.8.0.dist-info/INSTALLER
- site-packages/rich-13.8.0.dist-info/LICENSE
- site-packages/rich-13.8.0.dist-info/METADATA+2-10
- site-packages/rich-13.8.0.dist-info/RECORD+28-28
- site-packages/rich-13.8.0.dist-info/WHEEL+1-1
- site-packages/rich/_inspect.py-2
- site-packages/rich/align.py+1
- site-packages/rich/ansi.py+1
- site-packages/rich/color.py+2-2
- site-packages/rich/console.py+46-13
- site-packages/rich/default_styles.py+1-1
- site-packages/rich/filesize.py+1-2
- site-packages/rich/highlighter.py+1-1
- site-packages/rich/live.py+1-1
- site-packages/rich/logging.py+8
- site-packages/rich/markdown.py+43-59
- site-packages/rich/panel.py+10-7
- site-packages/rich/pretty.py+46-25
- site-packages/rich/progress.py+16-8
- site-packages/rich/progress_bar.py+1-1
- site-packages/rich/prompt.py+29-4
- site-packages/rich/style.py+1-1
- site-packages/rich/syntax.py+2-5
- site-packages/rich/table.py+14-7
- site-packages/rich/text.py+1
- site-packages/rich/theme.py+2-2
- site-packages/rich/traceback.py+11-5
- site-packages/rich/tree.py+16-8
- site-packages/tiktoken-0.7.0.dist-info/RECORD+1-1
- site-packages/tiktoken-0.7.0.dist-info/WHEEL+1-1
- site-packages/zipp-3.20.0.dist-info/RECORD-16
- site-packages/zipp-3.20.1.dist-info/INSTALLER
- site-packages/zipp-3.20.1.dist-info/LICENSE
- site-packages/zipp-3.20.1.dist-info/METADATA+12-8
- site-packages/zipp-3.20.1.dist-info/RECORD+16
- site-packages/zipp-3.20.1.dist-info/WHEEL+1-1
- site-packages/zipp-3.20.1.dist-info/top_level.txt
- site-packages/zipp/__init__.py+17-65
- site-packages/zipp/compat/overlay.py+1-1
- site-packages/zipp/compat/py310.py+3-1
0 commit comments