code-puppy 0.0.181__py3-none-any.whl → 0.0.182__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/tui/app.py +7 -2
- {code_puppy-0.0.181.dist-info → code_puppy-0.0.182.dist-info}/METADATA +1 -1
- {code_puppy-0.0.181.dist-info → code_puppy-0.0.182.dist-info}/RECORD +7 -7
- {code_puppy-0.0.181.data → code_puppy-0.0.182.data}/data/code_puppy/models.json +0 -0
- {code_puppy-0.0.181.dist-info → code_puppy-0.0.182.dist-info}/WHEEL +0 -0
- {code_puppy-0.0.181.dist-info → code_puppy-0.0.182.dist-info}/entry_points.txt +0 -0
- {code_puppy-0.0.181.dist-info → code_puppy-0.0.182.dist-info}/licenses/LICENSE +0 -0
code_puppy/tui/app.py
CHANGED
@@ -623,8 +623,13 @@ class CodePuppyTUI(App):
|
|
623
623
|
if result.get("model_changed"):
|
624
624
|
new_model = get_global_model_name()
|
625
625
|
self.current_model = new_model
|
626
|
-
|
627
|
-
|
626
|
+
try:
|
627
|
+
current_agent = get_current_agent()
|
628
|
+
current_agent.reload_code_generation_agent()
|
629
|
+
except Exception as reload_error:
|
630
|
+
self.add_error_message(
|
631
|
+
f"Failed to reload agent after model change: {reload_error}"
|
632
|
+
)
|
628
633
|
|
629
634
|
# Update status bar
|
630
635
|
status_bar = self.query_one(StatusBar)
|
@@ -99,7 +99,7 @@ code_puppy/tools/browser/browser_workflows.py,sha256=jplJ1T60W3G4-dhVJX-CXkm9ssk
|
|
99
99
|
code_puppy/tools/browser/camoufox_manager.py,sha256=RYvLcs0iAoVNtpLjrrA1uu6a5k9tAdBbmhWFGSWjX_A,6106
|
100
100
|
code_puppy/tools/browser/vqa_agent.py,sha256=0GMDgJAK728rIuSQxAVytFSNagjo0LCjCUxBTm3w9Po,1952
|
101
101
|
code_puppy/tui/__init__.py,sha256=XesAxIn32zLPOmvpR2wIDxDAnnJr81a5pBJB4cZp1Xs,321
|
102
|
-
code_puppy/tui/app.py,sha256=
|
102
|
+
code_puppy/tui/app.py,sha256=t9HAmf58_0Qo-MMosvMWBfRurbhJIcEpgMBsUc52v38,38246
|
103
103
|
code_puppy/tui/messages.py,sha256=zQoToWI0eWdT36NEsY6RdCFzcDfAmfvoPlHv8jiCbgo,720
|
104
104
|
code_puppy/tui/components/__init__.py,sha256=uj5pnk3s6SEN3SbFI0ZnzaA2KK1NNg8TfUj6U-Z732U,455
|
105
105
|
code_puppy/tui/components/chat_view.py,sha256=Ff6uM6J0yENISNAOYroX7F-JL73_ajUUcP5IZSf2mng,19914
|
@@ -119,9 +119,9 @@ code_puppy/tui/screens/help.py,sha256=eJuPaOOCp7ZSUlecearqsuX6caxWv7NQszUh0tZJjB
|
|
119
119
|
code_puppy/tui/screens/mcp_install_wizard.py,sha256=vObpQwLbXjQsxmSg-WCasoev1usEi0pollKnL0SHu9U,27693
|
120
120
|
code_puppy/tui/screens/settings.py,sha256=-WLldnKyWVKUYVPJcfOn1UU6eP9t8lLPUAVI317SOOM,10685
|
121
121
|
code_puppy/tui/screens/tools.py,sha256=3pr2Xkpa9Js6Yhf1A3_wQVRzFOui-KDB82LwrsdBtyk,1715
|
122
|
-
code_puppy-0.0.
|
123
|
-
code_puppy-0.0.
|
124
|
-
code_puppy-0.0.
|
125
|
-
code_puppy-0.0.
|
126
|
-
code_puppy-0.0.
|
127
|
-
code_puppy-0.0.
|
122
|
+
code_puppy-0.0.182.data/data/code_puppy/models.json,sha256=iXmLZGflnQcu2DRh4WUlgAhoXdvoxUc7KBhB8YxawXM,3088
|
123
|
+
code_puppy-0.0.182.dist-info/METADATA,sha256=W7GR68g_PVcOx0lC0bvdIH8mdmN5mkBgmYnQsqVjELY,20079
|
124
|
+
code_puppy-0.0.182.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
125
|
+
code_puppy-0.0.182.dist-info/entry_points.txt,sha256=Tp4eQC99WY3HOKd3sdvb22vZODRq0XkZVNpXOag_KdI,91
|
126
|
+
code_puppy-0.0.182.dist-info/licenses/LICENSE,sha256=31u8x0SPgdOq3izJX41kgFazWsM43zPEF9eskzqbJMY,1075
|
127
|
+
code_puppy-0.0.182.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|