qodercli在命令行返回值比较大时,就会无结果

Issue Description

  • qodercli在命令行返回值比较大时,就会无结果

Steps to Reproduce

  • 示例命令:aone-kit call-tool hotel-guide-test::getTraceIdDetailV2 ‘{“traceId”: “215040b617755521428254006e163c”}’ --provider aone | head -c 100
  • 在命令行窗口手动指定是有完整返回的,并非aone-kit问题
  • 可以直接让agent查一个trace,不加 | head -c 100就会no content

Expected Behavior

  • 不会卡死/no content,有正常返回,或者能输出到本地文件再通过任务要求grep过滤/重新读取

Actual Behavior

  • 出现no content问题

Screenshots / Screen Recordings

Operating System

Current Qoder Version (Menu → About Qoder → Copy)

A post was merged into an existing topic: qodercli执行bash命令返回较大时出现no content问题