Zed editor 0.185.15 introduces a range of enhancements, such as resolved text overlap issues, the inclusion of previously missing actions, and corrections to layout shifts. The update addressed several issues, including the rendering of added context when editing past messages in a thread, ensuring profile changes persist for new threads, preserving previously selected items in Thread History, simplifying the user interface, correcting menu::SelectPrevious keybindings, resolving a bug that caused the agent to use the incorrect profile, and fixing a race condition.
v0.185.15
- Agent: Fixed text overlap for code blocks nested in lists in agent response. ( #30391)
- Agent: Added back some missing actions, including
assistant: quote selection
. ( #30428)- Agent: Fixed layout shift happening in the toolbar (both in the singleton and multibuffers) due to the "Generating" label that appeared while the agent is still generating a response. ( #30422)
- Agent: Fixed the rendering of added context when editing past messages in a thread. ( #30417)
- Agent: Persist profile changes for new threads ( #30408)
- Agent: Preserve previously selected item in Thread History on update ( #30415)
- Agent: Simplify the UI by showing the delete thread icon button only on hover or focus. ( #30370)
- Agent: Fixed
menu::SelectPrevious
keybindings not working in the agent panel's model selector. ( #30274)- Agent: Fixed a bug causing the agent to use the wrong profile in some cases. ( #30413)
- Fixed a bug where the
node.path
setting was not respected when invoking npm. ( #30416)- Fixed a race condition that sometimes prevented a system-installed
node
binary from being detected.