Tags: albinkc/zed
Tags
Fix bad `cd` sometimes used by `BashTool` and set edit model temperat… …ure to 0 (zed-industries#26656) Release Notes: - N/A
extension: Add `ExtensionEvents` for listening to extension-related e… …vents (zed-industries#26562) This PR adds a new `ExtensionEvents` event bus that can be used to listen for extension-related events throughout the app. Today you need to have a handle to the `ExtensionStore` (which entails depending on `extension_host`) in order to listen for extension events. With this change subscribers only need to depend on `extension`, which has a leaner dependency graph. Release Notes: - N/A
Fix edit tool tests on windows (zed-industries#26552) Assertions on the parsed system prompt should use CRLF on Windows. I didn't see it before because I was testing on my Windows VM from a shared folder I cloned on macOS. Release Notes: - N/A
Fix git panel entries getting cut off (zed-industries#26499) Closes zed-industries#26497 Release Notes: - N/A
Git askpass (zed-industries#25953) Supersedes zed-industries#25848 Release Notes: - git: Supporting push/pull/fetch when remote requires auth --------- Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
PreviousNext