mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: don't truncate task tool output
This commit is contained in:
parent
a61b2026eb
commit
7398b4ce70
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue