auto-coder-web 0.1.105__py3-none-any.whl → 0.1.106__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- auto_coder_web/routers/commit_router.py +1 -3
- auto_coder_web/version.py +1 -1
- {auto_coder_web-0.1.105.dist-info → auto_coder_web-0.1.106.dist-info}/METADATA +1 -1
- {auto_coder_web-0.1.105.dist-info → auto_coder_web-0.1.106.dist-info}/RECORD +7 -7
- {auto_coder_web-0.1.105.dist-info → auto_coder_web-0.1.106.dist-info}/WHEEL +0 -0
- {auto_coder_web-0.1.105.dist-info → auto_coder_web-0.1.106.dist-info}/entry_points.txt +0 -0
- {auto_coder_web-0.1.105.dist-info → auto_coder_web-0.1.106.dist-info}/top_level.txt +0 -0
@@ -412,7 +412,7 @@ def get_file_status_from_diff(diff_item) -> str:
|
|
412
412
|
diff_item: Git diff对象
|
413
413
|
|
414
414
|
Returns:
|
415
|
-
文件状态: added(新增), deleted(删除), renamed(重命名)
|
415
|
+
文件状态: added(新增), deleted(删除), renamed(重命名) 或 modified(修改)
|
416
416
|
"""
|
417
417
|
if diff_item.new_file:
|
418
418
|
return "added"
|
@@ -420,8 +420,6 @@ def get_file_status_from_diff(diff_item) -> str:
|
|
420
420
|
return "deleted"
|
421
421
|
elif diff_item.renamed:
|
422
422
|
return "renamed"
|
423
|
-
elif diff_item.copied:
|
424
|
-
return "copied"
|
425
423
|
else:
|
426
424
|
return "modified"
|
427
425
|
|
auto_coder_web/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.1.
|
1
|
+
__version__ = "0.1.106"
|
@@ -7,7 +7,7 @@ auto_coder_web/lang.py,sha256=cXypkDesnMwZ0U6D_CZtxhDTAOp__hoJzYTulQ_8xPc,1108
|
|
7
7
|
auto_coder_web/proxy.py,sha256=YovNqtVQJrVFN6UoIRR7K0-DP3AjMX3wXpsuueLnZe8,11959
|
8
8
|
auto_coder_web/terminal.py,sha256=jtAH7FaC573cgxc7FnI_mOZ3D2dSCO3PrZN0OehtbNQ,9521
|
9
9
|
auto_coder_web/types.py,sha256=hwHLmYXaCZo-V66dAOsCK2weBAd87gexBeJBpfjO5aU,1693
|
10
|
-
auto_coder_web/version.py,sha256=
|
10
|
+
auto_coder_web/version.py,sha256=LmXcDdihVpyvQpTXoatgAItrW56sl-TqZAlSwrMEouU,24
|
11
11
|
auto_coder_web/agentic_message_parser/__init__.py,sha256=a6tHO-3fWK2uIU-E3wPISO3H-5I9XHKjofyPxj-m7pY,358
|
12
12
|
auto_coder_web/agentic_message_parser/message_parser.py,sha256=-uGG2QDXS7aLPi7zJopDwlt0S__JFHgKPPZs68LpKhI,2690
|
13
13
|
auto_coder_web/agentic_message_parser/tool_parsers.py,sha256=hCjd02ErCu5u5EmElOPHc6w0UZFX4M59FVJwfy3WkV8,2653
|
@@ -31,7 +31,7 @@ auto_coder_web/routers/chat_panels_router.py,sha256=3I4M746NCORdpcyk-SuAmBJAKuQe
|
|
31
31
|
auto_coder_web/routers/chat_router.py,sha256=Zxt8lUdLF1EJY1IMHdcS9tvw9ayec8jA-EKloYV3Bqk,16980
|
32
32
|
auto_coder_web/routers/code_editor_tabs_router.py,sha256=ogCQUp7YoIYIkphDqCLKdfBGq-HdrfKQvZA8UkArrrc,6168
|
33
33
|
auto_coder_web/routers/coding_router.py,sha256=sPEwrG_SuaWfFqQeBNe2cNhkGOkG9HMpef30XgbAlaU,15013
|
34
|
-
auto_coder_web/routers/commit_router.py,sha256=
|
34
|
+
auto_coder_web/routers/commit_router.py,sha256=iYVIupOL-K_blKOPLPJwR9z-o6RI52iFiCzWoPX-Swg,26714
|
35
35
|
auto_coder_web/routers/config_router.py,sha256=E3twdQ_b0udO4NqyYL06feuM1KfKcgR7I4te86VstbA,3156
|
36
36
|
auto_coder_web/routers/direct_chat_router.py,sha256=tS8g4yZjmC2LjdLMQkq8KaCDJmyEuWidGRqIii-Hq1o,1265
|
37
37
|
auto_coder_web/routers/editable_preview_router.py,sha256=KxcAlFzbQdk_6auo1PquPEbSSNqUHWGSx2Gv40Y5ALo,8575
|
@@ -289,8 +289,8 @@ auto_coder_web/web/monaco-editor/min/vs/language/typescript/tsWorker.js,sha256=_
|
|
289
289
|
auto_coder_web/web/sounds/ding-dong.wav,sha256=BveDrGCyt_YMHaJwFJ80L5NfbUF5cl5QjzR-SRehxTk,35324
|
290
290
|
auto_coder_web/web/sounds/gentle-notification.wav,sha256=bzd0MwECdrjmNz7mbqv_y03S7WwD3G6agbIh1rWJ9cQ,72124
|
291
291
|
auto_coder_web/web/sounds/soft-chime.wav,sha256=Akpw7_rHLnX3rE13dRYpyZbmQFLGtp8P53LCdAkT9sA,40364
|
292
|
-
auto_coder_web-0.1.
|
293
|
-
auto_coder_web-0.1.
|
294
|
-
auto_coder_web-0.1.
|
295
|
-
auto_coder_web-0.1.
|
296
|
-
auto_coder_web-0.1.
|
292
|
+
auto_coder_web-0.1.106.dist-info/METADATA,sha256=XaZ3jIHgp_o2_zA-WDhjE5rdQGgZ-Tf8gXLWwbFhxYw,1436
|
293
|
+
auto_coder_web-0.1.106.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
294
|
+
auto_coder_web-0.1.106.dist-info/entry_points.txt,sha256=oh8kd1ZecWDgdv-bIj_ru3phvl4scuxwXl9DK0Khltg,61
|
295
|
+
auto_coder_web-0.1.106.dist-info/top_level.txt,sha256=UCzEw494Im0KvR-FTYf2jh-okqHvLsC_0JLOrQZoSpg,15
|
296
|
+
auto_coder_web-0.1.106.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|