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 togpt-4-1106-preview
. To override the default, use the following snippet to yoursettings.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).