We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c4f3e commit f2796d3Copy full SHA for f2796d3
lua/eca/sidebar.lua
@@ -1224,7 +1224,7 @@ function M:_handle_server_content(params)
1224
return
1225
elseif content.type == "toolCalled" then
1226
-- Add diff to current tool call if present in toolCalled content
1227
- if self._current_tool_call and content.details and content.details.diff then
+ if self._current_tool_call and content.details then
1228
self._current_tool_call.details = content.details
1229
end
1230
0 commit comments