File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments