Fixing bug where canceled tool calls may cause terminal to freeze

This commit is contained in:
Ryan Ward
2026-05-15 16:18:24 -05:00
parent 76b727c5af
commit 95b4708e44
3 changed files with 42 additions and 4 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ fn build_tool_call_message(
api::message::tool_call::RunShellCommand {
command,
is_read_only: false,
uses_pager: false,
uses_pager: true,
citations: vec![],
is_risky: false,
risk_category: 0,