code-puppy 0.0.125__py3-none-any.whl → 0.0.126__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.
- code_puppy/config.py +1 -1
- {code_puppy-0.0.125.dist-info → code_puppy-0.0.126.dist-info}/METADATA +1 -1
- {code_puppy-0.0.125.dist-info → code_puppy-0.0.126.dist-info}/RECORD +7 -7
- {code_puppy-0.0.125.data → code_puppy-0.0.126.data}/data/code_puppy/models.json +0 -0
- {code_puppy-0.0.125.dist-info → code_puppy-0.0.126.dist-info}/WHEEL +0 -0
- {code_puppy-0.0.125.dist-info → code_puppy-0.0.126.dist-info}/entry_points.txt +0 -0
- {code_puppy-0.0.125.dist-info → code_puppy-0.0.126.dist-info}/licenses/LICENSE +0 -0
code_puppy/config.py
CHANGED
|
@@ -433,7 +433,7 @@ def get_compaction_strategy() -> str:
|
|
|
433
433
|
if val and val.lower() in ["summarization", "truncation"]:
|
|
434
434
|
return val.lower()
|
|
435
435
|
# Default to summarization
|
|
436
|
-
return "
|
|
436
|
+
return "truncation"
|
|
437
437
|
|
|
438
438
|
|
|
439
439
|
def save_command_to_history(command: str):
|
|
@@ -2,7 +2,7 @@ code_puppy/__init__.py,sha256=-ANvE6Xe5NlWDIRCIfL1x-rgtCZ6zM2Ye9NphFoULSY,82
|
|
|
2
2
|
code_puppy/__main__.py,sha256=pDVssJOWP8A83iFkxMLY9YteHYat0EyWDQqMkKHpWp4,203
|
|
3
3
|
code_puppy/agent.py,sha256=_sbSwDIURIqTCiKlyf7JaSB-IQpE9qjO2_ZTdcDosg8,7508
|
|
4
4
|
code_puppy/callbacks.py,sha256=6wYB6K_fGSCkKKEFaYOYkJT45WaV5W_NhUIzcvVH_nU,5060
|
|
5
|
-
code_puppy/config.py,sha256=
|
|
5
|
+
code_puppy/config.py,sha256=n0aV-kfIzFkbEbPmwi6dbRGqpfB-pahnpyVyQPIN3-E,15436
|
|
6
6
|
code_puppy/http_utils.py,sha256=zN0_F8cq4agamL3GRRLLhgEjBgjKtWrgGe8thORC7YE,3434
|
|
7
7
|
code_puppy/main.py,sha256=Z_-0rbhqx65_DnUqqAER4CQXsO4sB3WJZXpsWlpNqc8,27549
|
|
8
8
|
code_puppy/message_history_processor.py,sha256=O2rKp7W6YeIg93W8b0XySTUEQgIZm0f_06--_kzHugM,16145
|
|
@@ -84,9 +84,9 @@ code_puppy/tui/tests/test_sidebar_history_navigation.py,sha256=JGiyua8A2B8dLfwiE
|
|
|
84
84
|
code_puppy/tui/tests/test_status_bar.py,sha256=nYT_FZGdmqnnbn6o0ZuOkLtNUtJzLSmtX8P72liQ5Vo,1797
|
|
85
85
|
code_puppy/tui/tests/test_timestamped_history.py,sha256=nVXt9hExZZ_8MFP-AZj4L4bB_1Eo_mc-ZhVICzTuw3I,1799
|
|
86
86
|
code_puppy/tui/tests/test_tools.py,sha256=kgzzAkK4r0DPzQwHHD4cePpVNgrHor6cFr05Pg6DBWg,2687
|
|
87
|
-
code_puppy-0.0.
|
|
88
|
-
code_puppy-0.0.
|
|
89
|
-
code_puppy-0.0.
|
|
90
|
-
code_puppy-0.0.
|
|
91
|
-
code_puppy-0.0.
|
|
92
|
-
code_puppy-0.0.
|
|
87
|
+
code_puppy-0.0.126.data/data/code_puppy/models.json,sha256=jr0-LW87aJS79GosVwoZdHeeq5eflPzgdPoMbcqpVA8,2728
|
|
88
|
+
code_puppy-0.0.126.dist-info/METADATA,sha256=sv46WkMYUjcKUh36mgwTOY3NDrTQsrZKFxUdZBIdRzs,19785
|
|
89
|
+
code_puppy-0.0.126.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
90
|
+
code_puppy-0.0.126.dist-info/entry_points.txt,sha256=d8YkBvIUxF-dHNJAj-x4fPEqizbY5d_TwvYpc01U5kw,58
|
|
91
|
+
code_puppy-0.0.126.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
|
|
92
|
+
code_puppy-0.0.126.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|