tunacode-cli 0.0.37__py3-none-any.whl → 0.0.38__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.
Potentially problematic release.
This version of tunacode-cli might be problematic. Click here for more details.
- tunacode/cli/repl.py +6 -1
- tunacode/constants.py +1 -1
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/METADATA +1 -1
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/RECORD +8 -8
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/WHEEL +0 -0
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/entry_points.txt +0 -0
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/licenses/LICENSE +0 -0
- {tunacode_cli-0.0.37.dist-info → tunacode_cli-0.0.38.dist-info}/top_level.txt +0 -0
tunacode/cli/repl.py
CHANGED
|
@@ -278,7 +278,12 @@ async def process_request(text: str, state_manager: StateManager, output: bool =
|
|
|
278
278
|
and res.result is not None
|
|
279
279
|
and hasattr(res.result, "output")
|
|
280
280
|
):
|
|
281
|
-
|
|
281
|
+
output = res.result.output
|
|
282
|
+
# Filter out JSON responses with "thought" field
|
|
283
|
+
if isinstance(output, str) and not (
|
|
284
|
+
output.strip().startswith('{"thought"') or '"tool_uses"' in output
|
|
285
|
+
):
|
|
286
|
+
await ui.agent(output)
|
|
282
287
|
else:
|
|
283
288
|
# Fallback: show that the request was processed
|
|
284
289
|
await ui.muted("Request completed")
|
tunacode/constants.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
tunacode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
tunacode/constants.py,sha256=
|
|
2
|
+
tunacode/constants.py,sha256=jeHuCL2EDeSD4sheoW_Sxx50SyuojIo_1RrhqelGIWo,4074
|
|
3
3
|
tunacode/context.py,sha256=6sterdRvPOyG3LU0nEAXpBsEPZbO3qtPyTlJBi-_VXE,2612
|
|
4
4
|
tunacode/exceptions.py,sha256=mTWXuWyr1k16CGLWN2tsthDGi7lbx1JK0ekIqogYDP8,3105
|
|
5
5
|
tunacode/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -7,7 +7,7 @@ tunacode/setup.py,sha256=XPt4eAK-qcIZQv64jGZ_ryxcImDwps9OmXjJfIS1xcs,1899
|
|
|
7
7
|
tunacode/types.py,sha256=BciT-uxnQ44iC-4QiDY72OD23LOtqSyMOuK_N0ttlaA,7676
|
|
8
8
|
tunacode/cli/__init__.py,sha256=zgs0UbAck8hfvhYsWhWOfBe5oK09ug2De1r4RuQZREA,55
|
|
9
9
|
tunacode/cli/main.py,sha256=PIcFnfmIoI_pmK2y-zB_ouJbzR5fbSI7zsKQNPB_J8o,2406
|
|
10
|
-
tunacode/cli/repl.py,sha256=
|
|
10
|
+
tunacode/cli/repl.py,sha256=iNaWh1pCybicGq8GKcoujr9BsN-t1IapGtSlYV8LXrI,17507
|
|
11
11
|
tunacode/cli/textual_app.py,sha256=14-Nt0IIETmyHBrNn9uwSF3EwCcutwTp6gdoKgNm0sY,12593
|
|
12
12
|
tunacode/cli/textual_bridge.py,sha256=LvqiTtF0hu3gNujzpKaW9h-m6xzEP3OH2M8KL2pCwRc,6333
|
|
13
13
|
tunacode/cli/commands/__init__.py,sha256=YMrLz7szrmseJCRZGGX6_TyO3dJU8_QDCOFEhRAztzo,1634
|
|
@@ -79,9 +79,9 @@ tunacode/utils/system.py,sha256=FSoibTIH0eybs4oNzbYyufIiV6gb77QaeY2yGqW39AY,1138
|
|
|
79
79
|
tunacode/utils/text_utils.py,sha256=IiRviMqz5uoAbid8emkRXxgvQz6KE27ZeQom-qh9ymI,2984
|
|
80
80
|
tunacode/utils/token_counter.py,sha256=nGCWwrHHFbKywqeDCEuJnADCkfJuzysWiB6cCltJOKI,648
|
|
81
81
|
tunacode/utils/user_configuration.py,sha256=Ilz8dpGVJDBE2iLWHAPT0xR8D51VRKV3kIbsAz8Bboc,3275
|
|
82
|
-
tunacode_cli-0.0.
|
|
83
|
-
tunacode_cli-0.0.
|
|
84
|
-
tunacode_cli-0.0.
|
|
85
|
-
tunacode_cli-0.0.
|
|
86
|
-
tunacode_cli-0.0.
|
|
87
|
-
tunacode_cli-0.0.
|
|
82
|
+
tunacode_cli-0.0.38.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
83
|
+
tunacode_cli-0.0.38.dist-info/METADATA,sha256=ZZQZxF20NxdGVHTGu5q0KV1vniDyg9QmPSD4vKfRVlI,5064
|
|
84
|
+
tunacode_cli-0.0.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
85
|
+
tunacode_cli-0.0.38.dist-info/entry_points.txt,sha256=hbkytikj4dGu6rizPuAd_DGUPBGF191RTnhr9wdhORY,51
|
|
86
|
+
tunacode_cli-0.0.38.dist-info/top_level.txt,sha256=lKy2P6BWNi5XSA4DHFvyjQ14V26lDZctwdmhEJrxQbU,9
|
|
87
|
+
tunacode_cli-0.0.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|