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.
2 parents eab85ff + 1801afe commit 099802cCopy full SHA for 099802c
pkg/tui/components/tool/editfile/editfile.go
@@ -79,7 +79,7 @@ func (c *Component) View() string {
79
}
80
81
if msg.ToolCall.Function.Arguments != "" {
82
- content += "\n\n" + styles.ToolCallResult.Render(renderEditFile(msg.ToolCall, c.width-4, c.sessionState.SplitDiffView, msg.ToolStatus))
+ content += "\n\n" + styles.ToolCallResult.Render(renderEditFile(msg.ToolCall, c.width-1, c.sessionState.SplitDiffView, msg.ToolStatus))
83
84
85
var resultContent string
0 commit comments