Skip to content

Commit e59dcb1

Browse files
committed
minor ui improvements
1 parent d4f8403 commit e59dcb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eca-chat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ This is similar to `backward-delete-char' but protects the prompt/context line."
499499
(eca-chat--add-content text))))))
500500
("mcpToolCall" (let ((name (plist-get content :name)))
501501
(eca-chat--add-content
502-
(format (propertize "%s %s\n"
502+
(format (propertize "\n%s %s\n"
503503
'line-spacing 10)
504504
(propertize "Calling MCP tool"
505505
'line-prefix (propertize eca-chat-prompt-prefix 'font-lock-face 'eca-chat-mcp-tool-call-face)

eca.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ If not provided, download and start eca automatically."
280280
:sentinel (lambda (process exit-str)
281281
(unless (process-live-p process)
282282
(setq eca--session nil)
283-
(eca-info "process has exited (%s)" exit-str)))
283+
(eca-info "process has exited (%s)" (s-trim exit-str))))
284284
:file-handler t
285285
:noquery t))))
286286

0 commit comments

Comments
 (0)