zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.47k stars 1.71k forks source link

Restore rendering of assistant tool calls #11385

Closed maxbrunsfeld closed 2 weeks ago

maxbrunsfeld commented 2 weeks ago

Chat message rendering was restructured in https://github.com/zed-industries/zed/pull/11327, but it caused tool calls not to be rendered if the assistant hadn't generated any message text.

before:

Screenshot 2024-05-03 at 10 02 57 PM

after:

Screenshot 2024-05-03 at 11 17 45 PM

Release Notes: