v0.225.10
zed-industries/zedv0.225.10Feb 27, 2026by github-actions[bot]
AI Summary
Small patch release focused on bug fixes and one new feature for self-hosted OpenAI-compatible servers. Addresses several potential crashes and panics in the editor.
Key Highlights
- Added ability to use self-hosted OpenAI-compatible server for edit predictions
- Fixed potential crash from initializing devcontainer.json
- Fixed panic when toggling split diff view while searching
- Fixed panic rendering diff hunk headers in 0-height editors
- Fixed Zed panicking on invalid ranges in semantic token deltas
New Features
- Self-hosted OpenAI-compatible server support for edit predictions
Full Release Notes
- Added the ability to use a self-hosted OpenAI-compatible server for edit predictions. ([#49554](https://github.com/zed-industries/zed/pull/49554)) - acp: Fix for config selectors not always being refreshed ([#50252](https://github.com/zed-industries/zed/pull/50252)) - Fixed potential crash from initializing devcontainer.json ([#50233](https://github.com/zed-industries/zed/pull/50233)) - Fixed a panic when toggling the split diff view while searching. ([#50215](https://github.com/zed-industries/zed/pull/50215)) - Fixed a panic rendering diff hunk headers in 0-height editors ([#50165](https://github.com/zed-industries/zed/pull/50165)) - Fixed Zed panicking on invalid ranges in semantic token deltas ([#50112](https://github.com/zed-industries/zed/pull/50112))