command output should be formatted like a terminal #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
right now it seems that command output from tools is also formatted as markdown, but that makes no sense, as tools probably read outside files or run outside commands, so they shiould just be rendered as they come with fixed line breaks and a fixed font, so they look as if from the terminal. only agent output is rendered as markdown.
Fixed in
d371d9d. Tool results now preserve their original line breaks and render in a monospace font in both tool cards and standalone tool messages; assistant responses remain Markdown-rendered. Verified with rustfmt, Clippy, make bundle, and the full 153-test suite.