Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions src/content/docs/changelog/2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@ description: >-

Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose)

### 2026.07.09 (v0.2026.07.08.17.54)

**Improvements**

* Markdown files now have syntax highlighting in the editor. ([#13034](https://github.com/warpdotdev/warp/pull/13034)) — [@bradleyjames](https://github.com/bradleyjames) ✨
* Cross-window tab dragging has been re-enabled on macOS and Windows. ([#13411](https://github.com/warpdotdev/warp/pull/13411))
* "Copy file path" is now available from the file viewer pane right-click menu. ([#13145](https://github.com/warpdotdev/warp/pull/13145)) — [@elviskahoro](https://github.com/elviskahoro) ✨
* Made custom inference model lists scrollable. ([#12647](https://github.com/warpdotdev/warp/pull/12647))
* Added a command palette action to write a heap profile to disk. ([#13107](https://github.com/warpdotdev/warp/pull/13107)) — [@AndreKalberer](https://github.com/AndreKalberer) ✨

**Bug fixes**

* Fixed a crash when changing the Agent Mode model if cached model preferences were stale. ([#13443](https://github.com/warpdotdev/warp/pull/13443))
* Fixed some glyphs misrendering on macOS when a user-installed font was set as the default. ([#13317](https://github.com/warpdotdev/warp/pull/13317))
* Fixed the conversation details credits breakdown not showing which models were used. ([#13438](https://github.com/warpdotdev/warp/pull/13438))
* Fixed a case where taking over an agent-monitored long-running command with Ctrl-C could cause it to hang. ([#12738](https://github.com/warpdotdev/warp/pull/12738))
* Web search and web page fetch now show a clear failed state instead of appearing to complete successfully. ([#13185](https://github.com/warpdotdev/warp/pull/13185))
* Fixed cmd+←/→ (and Home/End) jumping to the start/end of the current visual (soft-wrapped) line in the input editor. ([#13195](https://github.com/warpdotdev/warp/pull/13195))
* Fixed faint, hard-to-read item labels in the Settings “Header toolbar layout” editor in light themes. ([#13209](https://github.com/warpdotdev/warp/pull/13209))
* [Windows] Fixed new terminal sessions and background work being starved due to a priority inversion in the Windows PTY. ([#13151](https://github.com/warpdotdev/warp/pull/13151))
* Fixed `/pr-comments` returning a 404 for pull requests opened from a fork. ([#13284](https://github.com/warpdotdev/warp/pull/13284))
* Fixed a terminal crash when a clear-driven resize truncated the spacer row. ([#12726](https://github.com/warpdotdev/warp/pull/12726)) — [@ChanlerDev](https://github.com/ChanlerDev) ✨
* Custom PS1 prompt text is now included when copying terminal blocks. ([#13076](https://github.com/warpdotdev/warp/pull/13076)) — [@SkyNotSilent](https://github.com/SkyNotSilent) ✨
* Added a “Don’t show me again” option to the SSH “completions are not working” banner. ([#12969](https://github.com/warpdotdev/warp/pull/12969)) — [@s1ckoleg](https://github.com/s1ckoleg) ✨
* Fixed duplicated leading characters in rendered multi-line command blocks. ([#12619](https://github.com/warpdotdev/warp/pull/12619)) — [@MX48Live](https://github.com/MX48Live) ✨
* Fixed the inline `/repos` menu briefly flashing “No results” before the list populated. ([#13454](https://github.com/warpdotdev/warp/pull/13454))
* Fixed a crash during cross-window tab drag when entering macOS full-screen mode. ([#13409](https://github.com/warpdotdev/warp/pull/13409))
* Fixed a panic in the SSH remote server daemon on hosts where the current user has no passwd entry. ([#13382](https://github.com/warpdotdev/warp/pull/13382))
* Warp SSH now falls back to plain SSH when `~/.ssh/config` sets `RemoteCommand`, preventing session startup failures. ([#13315](https://github.com/warpdotdev/warp/pull/13315))
* Fixed clicking a link or file path in Agent Mode output not showing the “Open link” tooltip on a plain click. ([#13280](https://github.com/warpdotdev/warp/pull/13280))
* Fixed conversation rewind re-sending rewound-away prompts and triggering stale sub-agent tasks. ([#13072](https://github.com/warpdotdev/warp/pull/13072))
* Fixed a tab-rename action being incorrectly offered for tabs inside tab groups in pane view. ([#13289](https://github.com/warpdotdev/warp/pull/13289))
* Fixed a crash when `/compact-and` ran while a queued prompt was active. ([#13236](https://github.com/warpdotdev/warp/pull/13236))
* Fixed the model fallback logic incorrectly selecting admin-disabled models. ([#13331](https://github.com/warpdotdev/warp/pull/13331))
* [Windows] Fixed secure storage reporting missing keys as a generic error instead of NotFound. ([#13278](https://github.com/warpdotdev/warp/pull/13278))

### 2026.07.03 (v0.2026.07.01.09.21)

**New features**
Expand Down
Loading
Loading