Skip to content

chore(deps): bump gpui from v1.12.1 to v1.14.2 - #60

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gpui-v1.14.2
Open

chore(deps): bump gpui from v1.12.1 to v1.14.2#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gpui-v1.14.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps gpui from v1.12.1 to v1.14.2.

Release notes

Sourced from gpui's releases.

v1.14.2

This week's release includes sandboxing for the Agent's terminal commands and web fetches (check the blog post), support for undoing and redoing file operations in the Project Panel (documentation), 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; thanks feitreim)
  • Fixed a hang when the Zed Agent ran a git command with a pager configured. (#61999; thanks timvermeulen)
  • Fixed editor: find all references preview tabs becoming permanent tabs when any of their buffers had previously been edited. (#61021; thanks aviatesk)
  • Fixed a bug where selection mentions added with "Add to Agent Thread" did not open their referenced files. (#61621; thanks amtoaer)
  • Fixed a crash when copying and pasting using multiple cursors. (#61545; thanks timvermeulen)
  • Fixed an extra blank line appearing in Git clone error messages. (#61674; thanks lingyaochu)

Learn about the Zed Guild.

Features

AI

  • Added sandboxing for the Agent's terminal and fetch tools. (#61711)
  • Added a reasoning effort selector for Anthropic-compatible providers when the selected model supports adaptive thinking. (#61579)
  • Added support for specifying the model used for context compaction with the agent.compaction_model setting. (#60012; thanks 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; thanks lholden)
  • Improved OpenAI Responses API requests by sending system messages through the instructions field. (#61370)
  • Improved the edit_file tool's error messages for invalid parameters, helping models recover from failed edits. (#61662; thanks 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; thanks mauriciord and tdgroot for earlier implementations in #59846, #61416, and #47542)
  • Improved Git Panel performance by avoiding redundant repository access checks. (#60503; thanks lgeiger)
  • Improved the Git Panel's context menu and confirmation prompt for deleted files to say "Restore File" instead of "Discard Changes". (#61554; thanks levrik)

Vim / Helix

  • Added the _ keybinding in Helix mode to trim whitespace from selections. (#55253; thanks jgarte)

Languages

  • Improved 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. (#61784)
  • Improved support for language servers that dynamically register inlay hints, code lenses, or document symbols more than once. (#55340; thanks tautik)

Collaboration

  • Improved call diagnostics with per-participant audio health history and exportable reports. (#61744)
  • Improved proxy support by respecting NO_PROXY and percent-encoded proxy credentials. (#61427)

Other

  • Added support for undoing and redoing file operations in the Project Panel. (#61457)

... (truncated)

Commits
  • 02abf5b v1.14.x stable for @​JosephTLyons
  • 1f1345b editor: Revert punctuation word movement changes (#62213) (cherry-pick to pre...
  • cd8929d agent: Fix NTFS warning breaking terminal tool when WSL not available (#62049...
  • 81ee2bd feature_flags: Enable project panel undo/redo on all release channels (#62104...
  • c56b44b Bump to 1.14.2 for @​SomeoneToIgnore
  • accf588 editor: Stop opt-left on the right side of punctuation between words (#61916)...
  • fcc3af4 Fix the display point out of range panic due to wrong coordinate space used (...
  • a39733d acp_thread: Disable Git's configured pager in agent terminals (#61732) (cherr...
  • 93c3925 Fix parameter colors for gruvbox themes (#61983) (cherry-pick to preview) (#6...
  • ff5b672 docs: Document the --existing CLI option (#61979) (cherry-pick to preview) ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gpui](https://github.com/zed-industries/zed) from v1.12.1 to v1.14.2.
- [Release notes](https://github.com/zed-industries/zed/releases)
- [Commits](zed-industries/zed@2a37601...02abf5b)

---
updated-dependencies:
- dependency-name: gpui
  dependency-version: 02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants