# Zed v1.14.2 - Product: Zed (https://whatsnew.fyi/product/zed) - Vendor: Zed Industries - Date: 2026-08-05 - Version: v1.14.2 - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.14.2 - Permalink: https://whatsnew.fyi/product/zed/releases/v1.14.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add sandboxing for the Agent's terminal and fetch tools - **added** — Add a reasoning effort selector for Anthropic-compatible providers when the selected model supports adaptive thinking - **added** — Add support for specifying the model used for context compaction with the agent.compaction_model setting - **added** — Add agent_ui_font_family and agent_buffer_font_family settings for configuring the Agent Panel's UI and buffer fonts - **changed** — Improve OpenAI Responses API requests by sending system messages through the instructions field - **changed** — Improve the edit_file tool's error messages for invalid parameters, helping models recover from failed edits - **added** — Add a Skip Hooks toggle to the Commit button's menu in the Git Panel and commit modal, skipping the pre-commit and commit-msg hooks for the next commit - **changed** — Improve Git Panel performance by avoiding redundant repository access checks - **changed** — Improve the Git Panel's context menu and confirmation prompt for deleted files to say Restore File instead of Discard Changes - **added** — Add the _ keybinding in Helix mode to trim whitespace from selections - **changed** — Improve Markdown preview links so links to Markdown files open a preview scrolled to the linked heading or position, with alt-click opening the raw source instead - **changed** — Improve support for language servers that dynamically register inlay hints, code lenses, or document symbols more than once - **changed** — Improve call diagnostics with per-participant audio health history and exportable reports - **changed** — Improve proxy support by respecting NO_PROXY and percent-encoded proxy credentials - **added** — Add support for undoing and redoing file operations in the Project Panel - **changed** — Improve input performance in large files - **changed** — Improve read-only tab controls to say Tab instead of File in tooltips and the tab context menu, clarifying that the toggle affects editability rather than filesystem permissions - **fixed** — Fix processes being left alive when the terminal was closed - **fixed** — Fix a hang when the Zed Agent ran a git command with a pager configured - **fixed** — Fix editor: find all references preview tabs becoming permanent tabs when any of their buffers had previously been edited This week's release includes sandboxing for the Agent's terminal commands and web fetches ([check the blog post](https://zed.dev/blog/sandboxing)), support for undoing and redoing file operations in the Project Panel ([documentation](https://zed.dev/docs/project-panel#undo-and-redo)), a Skip Hooks option for commits, and configurable Agent Panel fonts. ##### Shipped by the Zed Guild 🛡️ - Terminal: Fixed processes being left alive when the terminal was closed. ([#61467](https://github.com/zed-industries/zed/pull/61467); thanks [feitreim](https://github.com/feitreim)) - Fixed a hang when the Zed Agent ran a `git` command with a pager configured. ([#61999](https://github.com/zed-industries/zed/pull/61999); thanks [timvermeulen](https://github.com/timvermeulen)) - Fixed `editor: find all references` preview tabs becoming permanent tabs when any of their buffers had previously been edited. ([#61021](https://github.com/zed-industries/zed/pull/61021); thanks [aviatesk](https://github.com/aviatesk)) - Fixed a bug where selection mentions added with "Add to Agent Thread" did not open their referenced files. ([#61621](https://github.com/zed-industries/zed/pull/61621); thanks [amtoaer](https://github.com/amtoaer)) - Fixed a crash when copying and pasting using multiple cursors. ([#61545](https://github.com/zed-industries/zed/pull/61545); thanks [timvermeulen](https://github.com/timvermeulen)) - Fixed an extra blank line appearing in Git clone error messages. ([#61674](https://github.com/zed-industries/zed/pull/61674); thanks [lingyaochu](https://github.com/lingyaochu)) --- *Learn about the [Zed Guild](https://zed.dev/community/zed-guild).* ##### Features ###### AI - Added sandboxing for the Agent's `terminal` and `fetch` tools. ([#61711](https://github.com/zed-industries/zed/pull/61711)) - Added a reasoning effort selector for Anthropic-compatible providers when the selected model supports adaptive thinking. ([#61579](https://github.com/zed-industries/zed/pull/61579)) - Added support for specifying the model used for context compaction with the `agent.compaction_model` setting. ([#60012](https://github.com/zed-industries/zed/pull/60012); thanks [enoch-robinson](https://github.com/enoch-robinson)) - Added the `agent_ui_font_family` and `agent_buffer_font_family` settings for configuring the Agent Panel's UI and buffer fonts. ([#59629](https://github.com/zed-industries/zed/pull/59629); thanks [lholden](https://github.com/lholden)) - Improved OpenAI Responses API requests by sending system messages through the `instructions` field. ([#61370](https://github.com/zed-industries/zed/pull/61370)) - Improved the `edit_file` tool's error messages for invalid parameters, helping models recover from failed edits. ([#61662](https://github.com/zed-industries/zed/pull/61662); thanks [mfeyg](https://github.com/mfeyg)) ###### Git - Added a "Skip Hooks" toggle to the Commit button's menu in the Git Panel and commit modal, skipping the `pre-commit` and `commit-msg` hooks for the next commit. Also available as `git: skip hooks`. ([#61529](https://github.com/zed-industries/zed/pull/61529); thanks [mauriciord](https://github.com/mauriciord) and [tdgroot](https://github.com/tdgroot) for earlier implementations in [#59846](https://github.com/zed-industries/zed/pull/59846), [#61416](https://github.com/zed-industries/zed/pull/61416), and [#47542](https://github.com/zed-industries/zed/pull/47542)) - Improved Git Panel performance by avoiding redundant repository access checks. ([#60503](https://github.com/zed-industries/zed/pull/60503); thanks [lgeiger](https://github.com/lgeiger)) - Improved the Git Panel's context menu and confirmation prompt for deleted files to say "Restore File" instead of "Discard Changes". ([#61554](https://github.com/zed-industries/zed/pull/61554); thanks [levrik](https://github.com/levrik)) ###### Vim / Helix - Added the `_` keybinding in Helix mode to trim whitespace from selections. ([#55253 _[Truncated at 4000 characters — full notes: https://github.com/zed-industries/zed/releases/tag/v1.14.2]_