computer-use-ootb-internal 0.0.97.post1__py3-none-any.whl → 0.0.98.post1__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.
- computer_use_ootb_internal/app_teachmode.py +3 -1
- {computer_use_ootb_internal-0.0.97.post1.dist-info → computer_use_ootb_internal-0.0.98.post1.dist-info}/METADATA +1 -1
- {computer_use_ootb_internal-0.0.97.post1.dist-info → computer_use_ootb_internal-0.0.98.post1.dist-info}/RECORD +5 -5
- {computer_use_ootb_internal-0.0.97.post1.dist-info → computer_use_ootb_internal-0.0.98.post1.dist-info}/WHEEL +0 -0
- {computer_use_ootb_internal-0.0.97.post1.dist-info → computer_use_ootb_internal-0.0.98.post1.dist-info}/entry_points.txt +0 -0
@@ -95,7 +95,9 @@ def prepare_environment(state):
|
|
95
95
|
if platform.system() == "Windows":
|
96
96
|
# Assuming Star Rail mode is indicated by user_id containing "star_rail"
|
97
97
|
# You might need to adjust this condition based on the actual logic in run_teachmode_args
|
98
|
-
is_star_rail = "star_rail" in state.user_id.lower()
|
98
|
+
is_star_rail = "star_rail" in state.user_id.lower() or \
|
99
|
+
"star_rail" in state.trace_id.lower() or \
|
100
|
+
"hero_case" in state.trace_id.lower()
|
99
101
|
|
100
102
|
if is_star_rail:
|
101
103
|
print("Star Rail mode detected on Windows. Opening Edge browser...")
|
@@ -1,5 +1,5 @@
|
|
1
1
|
computer_use_ootb_internal/README.md,sha256=FxpW95lyub2iX73ZDfK6ML7SdEKg060H5I6Grub7li4,31
|
2
|
-
computer_use_ootb_internal/app_teachmode.py,sha256=
|
2
|
+
computer_use_ootb_internal/app_teachmode.py,sha256=wRFPZa3B-ARqFbAoIf3EdGGbV1u1SSQ9emjQE1qIV0k,17258
|
3
3
|
computer_use_ootb_internal/app_teachmode_gradio.py,sha256=zAw-n3s20j1Jr0S4TzXHwllKV6APJ8HEHB1KqBuzriY,7907
|
4
4
|
computer_use_ootb_internal/dependency_check.py,sha256=y8RMEP6RXQzTgU1MS_1piBLtz4J-Hfn9RjUZg59dyvo,1333
|
5
5
|
computer_use_ootb_internal/example_websocket_js.html,sha256=BLYwDExVlgiAX4vXVXW3RuP5KD8FXE4EFXIl54bwF7w,1322
|
@@ -38,7 +38,7 @@ computer_use_ootb_internal/computer_use_demo/tools/computer_marbot.py,sha256=zZu
|
|
38
38
|
computer_use_ootb_internal/computer_use_demo/tools/edit.py,sha256=b0PwUitxckHCQqFP3ZwlthWdqNkn7WETeTHeB6-o98c,11486
|
39
39
|
computer_use_ootb_internal/computer_use_demo/tools/run.py,sha256=xhXdnBK1di9muaO44CEirL9hpGy3NmKbjfMpyeVmn8Y,1595
|
40
40
|
computer_use_ootb_internal/computer_use_demo/tools/screen_capture.py,sha256=L8qfvtUkPPQGt92N-2Zfw5ZTDBzLsDps39uMnX3_uSA,6857
|
41
|
-
computer_use_ootb_internal-0.0.
|
42
|
-
computer_use_ootb_internal-0.0.
|
43
|
-
computer_use_ootb_internal-0.0.
|
44
|
-
computer_use_ootb_internal-0.0.
|
41
|
+
computer_use_ootb_internal-0.0.98.post1.dist-info/METADATA,sha256=7-A0vq1lPrYlEnlaJLaimXN6KHhDaupNxFi4qETe4p4,942
|
42
|
+
computer_use_ootb_internal-0.0.98.post1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
43
|
+
computer_use_ootb_internal-0.0.98.post1.dist-info/entry_points.txt,sha256=-AbmawU7IRQuDZihgVMVDrFoY4E6rnXYOUB-5vSeBKs,93
|
44
|
+
computer_use_ootb_internal-0.0.98.post1.dist-info/RECORD,,
|
File without changes
|