mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
fix: don't truncate task tool output
This commit is contained in:
@@ -429,7 +429,7 @@ func renderToolResponse(toolCall message.ToolCall, response message.ToolResult,
|
||||
switch toolCall.Name {
|
||||
case agent.AgentToolName:
|
||||
return styles.ForceReplaceBackgroundWithLipgloss(
|
||||
toMarkdown(resultContent, false, width),
|
||||
toMarkdown(response.Content, false, width),
|
||||
t.Background(),
|
||||
)
|
||||
case tools.BashToolName:
|
||||
|
||||
Reference in New Issue
Block a user