Zed has officially released version 0.191.6, introducing several enhancements to its agent and debugger functionalities. One of the notable updates is the capability for users to modify OpenAI's API base URL directly through the user interface, making it more user-friendly. Additionally, the debugger has been improved by rectifying an issue where incorrect arguments were being sent to the Debug Adapter Protocol (DAP) when debugging scripts listed in the package.json file.
- Debugger Fix: Resolved the issue of incorrect arguments being passed to the DAP during the debugging process of package.json scripts (Issue #32995).
This release not only improves user experience but also enhances debugging accuracy, which is crucial for developers working with Zed.
In the future, we can anticipate further updates that continue to build on these improvements, perhaps by introducing additional debugging features, expanding UI customization options, or integrating more external APIs for seamless workflow. Continuous feedback from users will likely guide the development of subsequent versions, ensuring that Zed remains an effective tool for developers
Key Updates in Zed 0.191.6:
- Agent Enhancement: Users can now change the OpenAI API base URL from the UI (Issue #32979).- Debugger Fix: Resolved the issue of incorrect arguments being passed to the DAP during the debugging process of package.json scripts (Issue #32995).
This release not only improves user experience but also enhances debugging accuracy, which is crucial for developers working with Zed.
In the future, we can anticipate further updates that continue to build on these improvements, perhaps by introducing additional debugging features, expanding UI customization options, or integrating more external APIs for seamless workflow. Continuous feedback from users will likely guide the development of subsequent versions, ensuring that Zed remains an effective tool for developers
Zed 0.191.6 released
Zed 0.191.6 has been released and includes agent and debugger improvements, including the ability to change OpenAI's API base URL via the UI and correct arguments being passed to the DAP during debugging.