pycoze 0.1.451__py3-none-any.whl → 0.1.452__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.
pycoze/bot/chat_base.py CHANGED
@@ -52,9 +52,9 @@ def generate_user_task_prompt(conversation_history, cwd, user_input: str, bot_se
52
52
 
53
53
  active_file_str = f"Currently viewing: {active_file}" if active_file else ""
54
54
 
55
- opened_files_str = (
56
- f"Open tabs:\n{'\n'.join(opened_files)}" if opened_files else ""
57
- )
55
+ opened_files_str = '\n'.join(opened_files)
56
+ opened_files_str = f"Open tabs:\n{opened_files_str}" if opened_files else ""
57
+
58
58
  existing_files_str = f"Files in directory:\n{existing_files}" if existing_files else ""
59
59
  return f"""<task>
60
60
  {user_input}
@@ -1,18 +1,22 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: pycoze
3
- Version: 0.1.451
3
+ Version: 0.1.452
4
4
  Summary: Package for pycoze only!
5
- Home-page: UNKNOWN
6
5
  Author: Yuan Jie Xiong
7
6
  Author-email: aiqqqqqqq@qq.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
7
  Classifier: Programming Language :: Python :: 3
11
8
  Classifier: License :: OSI Approved :: MIT License
12
9
  Classifier: Operating System :: OS Independent
13
10
  Requires-Python: >=3.6
14
11
  Description-Content-Type: text/markdown
15
12
  License-File: LICENSE
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: description
17
+ Dynamic: description-content-type
18
+ Dynamic: requires-python
19
+ Dynamic: summary
16
20
 
17
21
  # PYCOZE
18
22
 
@@ -28,5 +32,3 @@ Package for pycoze only!
28
32
  <!-- python setup.py sdist bdist_wheel -->
29
33
  <!-- twine upload dist/* -->
30
34
  <!-- 修改src\renderer\layout\init\const.ts中的库版本要求 -->
31
-
32
-
@@ -11,7 +11,7 @@ pycoze/api/lib/web.py,sha256=4HaOV_zYHq6-SSQQIc_O7REnC1asIlXIELxee-pU6zc,2421
11
11
  pycoze/api/lib/window.py,sha256=dkzWfLwn5pE_L0DfQ38K8nx9tQyT5KO-GYyXi0rytFc,2073
12
12
  pycoze/bot/__init__.py,sha256=rL3Q-ycczRpSFfKn84fg3QBl5k22WpyeIU5qOEjEby8,79
13
13
  pycoze/bot/chat.py,sha256=bScsMc0hGh2NlvhQxzWEbnA_WXU9JdAJv-rx27SpEB8,6554
14
- pycoze/bot/chat_base.py,sha256=I_QOB22Ud1HpBDg8kip9AW4stGbbLOrKpZPSMCHEMAE,12567
14
+ pycoze/bot/chat_base.py,sha256=PsniJayqlHU6PrQDjb2r07oW2E23aWdWg8zg2eF9i6Y,12597
15
15
  pycoze/bot/lib.py,sha256=RivPA2f5fqzqbW6jL0sx9X9pwgFPxwkk8lt62CWvaZo,7255
16
16
  pycoze/bot/message.py,sha256=udnIi-h4QgGzkbr_5VcAsVGjoLp9wXJSfBCeuOz7_Bk,802
17
17
  pycoze/bot/prompt.md,sha256=UtwZ31wFvNtvM9ZTA4BU2yT1Rb-qnUdU3Ny1O37Tt3Q,14077
@@ -33,8 +33,8 @@ pycoze/utils/env.py,sha256=5pWlXfM1F5ZU9hhv1rHlDEanjEW5wf0nbyez9bNRqqA,559
33
33
  pycoze/utils/process.py,sha256=U2MURGmxfyWBqdbKfy5UvyV17M40B6HHlNELgWfgrTE,3824
34
34
  pycoze/utils/socket.py,sha256=4Wm4LlwdWXC_kAV0NnZbUc0Y3Kc6KRMyFRqSw79u-9w,2468
35
35
  pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
36
- pycoze-0.1.451.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
37
- pycoze-0.1.451.dist-info/METADATA,sha256=IH6zDiLqkuqU3pDio1sYSx2-FgDwivb_7_Kbw15SE2I,755
38
- pycoze-0.1.451.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
39
- pycoze-0.1.451.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
40
- pycoze-0.1.451.dist-info/RECORD,,
36
+ pycoze-0.1.452.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
37
+ pycoze-0.1.452.dist-info/METADATA,sha256=gknoaqenb_wO8-Ci2wz0z3hfCWXBa5lve5gqgzl_g3E,854
38
+ pycoze-0.1.452.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
39
+ pycoze-0.1.452.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
40
+ pycoze-0.1.452.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.37.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5