@rethinkingstudio/clawpilot 2.1.21-beta.1 → 2.1.21-beta.2
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.
package/package.json
CHANGED
|
@@ -402,6 +402,9 @@ def main() -> int:
|
|
|
402
402
|
tool_start_callback=on_tool_start,
|
|
403
403
|
tool_complete_callback=on_tool_complete,
|
|
404
404
|
)
|
|
405
|
+
# PocketClaw bridge beta: avoid provider streaming paths that can return
|
|
406
|
+
# None and crash Hermes with "NoneType object is not iterable".
|
|
407
|
+
agent._disable_streaming = True
|
|
405
408
|
|
|
406
409
|
if agent_inputs["session_title"]:
|
|
407
410
|
try:
|