github zed-industries/zed v0.113.0

latest releases: collab-staging, nightly, v0.154.3...
10 months ago

We're transitioning Zed to use GPUI2, a new, faster, implementation of our UI framework. For the next few weeks, you'll notice fewer new features from week to week, but we'll still keep on top of serious bugs and issues.

Additions

  • Added support for the gpt-4-1106-preview model in the assistant panel.
  • Updated the assistant.default_open_ai_model setting to default to gpt-4-1106-preview. To override the default, use the following snippet to your settings.json file:
"assistant": {
    // 1. "gpt-3.5-turbo-0613""
    // 2. "gpt-4-0613""
    // 3. "gpt-4-1106-preview"
    "default_open_ai_model": "<Your choice of model here>"
    },

Bug Fixes

  • Fixed a few issues preventing Javascript/Typescript language server from working with latest upstream changes.
  • Fixed a case where system NPM configuration could effect Node based language server installation.
  • Fixed tabs not being scrolled to on buffer (re)open (#2262).
  • Fixed a bug where Zed would continue to request documentation for completion lists which were stale or no longer visible.

Don't miss a new zed release

NewReleases is sending notifications on new releases.