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
50 changes: 50 additions & 0 deletions src/content/docs/changelog/2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ description: >-

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

### 2026.07.16 (v0.2026.07.15.08.55)

**New features**

* Added a connection indicator for cloud agent sessions. ([#13340](https://github.com/warpdotdev/warp/pull/13340))

**Improvements**

* MCP tool-call request/response previews in Agent Mode now render in monospace font. ([#13490](https://github.com/warpdotdev/warp/pull/13490))
* Added toggles in Settings → Appearance to control which tabs appear in the tools panel. ([#13506](https://github.com/warpdotdev/warp/pull/13506))
* Added a Subscribe button to the out-of-credits AI error for quick upgrade access. ([#13544](https://github.com/warpdotdev/warp/pull/13544))
* The run details Status chip now links directly to the run in Oz web. ([#13455](https://github.com/warpdotdev/warp/pull/13455))
* Double-click a collapsed hidden section in the diff editor to fully expand it. ([#11621](https://github.com/warpdotdev/warp/pull/11621)) — [@bradleyjames](https://github.com/bradleyjames) ✨
* Agent conversations now respect your theme's background color instead of a lightened overlay. ([#13495](https://github.com/warpdotdev/warp/pull/13495))
* Faster app startup: persisted agent conversations are now loaded lazily instead of fully decoded at launch. ([#13449](https://github.com/warpdotdev/warp/pull/13449))
* Highlighted the currently selected period in the Billing & Usage dropdown. ([#13551](https://github.com/warpdotdev/warp/pull/13551))
* Added a Copy action to the locked initial queued prompt in cloud mode. ([#13595](https://github.com/warpdotdev/warp/pull/13595))
* Suppressed passive suggestions for cloud-agent session viewers. ([#13565](https://github.com/warpdotdev/warp/pull/13565))
* Added a 'Copy current path' command palette action. ([#13148](https://github.com/warpdotdev/warp/pull/13148)) — [@elviskahoro](https://github.com/elviskahoro) ✨
* Added Resend and Sentry product icons to the MCP gallery. ([#13450](https://github.com/warpdotdev/warp/pull/13450))
* Matched MCP Servers search field sizing to standard search fields. ([#13536](https://github.com/warpdotdev/warp/pull/13536))
* Replaced the `/pr-comments` slash command with the bundled PR Comments skill. ([#13621](https://github.com/warpdotdev/warp/pull/13621))

**Bug fixes**

* Fixed an issue where you could not continue a conversation after the sandbox shut down. ([#13340](https://github.com/warpdotdev/warp/pull/13340))
* Fixed link detection incorrectly including fullwidth/CJK punctuation after URLs and file paths. ([#13085](https://github.com/warpdotdev/warp/pull/13085)) — [@rhinoc](https://github.com/rhinoc) ✨
* Fixed git status completion parsing for paths with spaces and renames, and completion of nested untracked files for git add. ([#13673](https://github.com/warpdotdev/warp/pull/13673))
* Fixed forking an agent conversation resetting the working directory instead of keeping the current one. ([#13482](https://github.com/warpdotdev/warp/pull/13482))
* Fixed unmodified-lines hover styles flickering while scrolling over the code review gutter. ([#13556](https://github.com/warpdotdev/warp/pull/13556))
* Fixed launch configuration tab-level commands not running when opened via `warp://launch/<name>`. ([#13103](https://github.com/warpdotdev/warp/pull/13103)) — [@AndreKalberer](https://github.com/AndreKalberer) ✨
* Fixed Markdown files opening in Warp's Markdown Viewer from macOS file URLs even when the Markdown Viewer preference is disabled. ([#12866](https://github.com/warpdotdev/warp/pull/12866)) — [@fadexadex](https://github.com/fadexadex) ✨
* Fixed bold/italic Markdown links breaking before trailing punctuation. ([#13747](https://github.com/warpdotdev/warp/pull/13747))
* Fixed extra border gap on agent tool-call banners. ([#13154](https://github.com/warpdotdev/warp/pull/13154))
* Fixed text selection not starting correctly over Markdown tables. ([#12841](https://github.com/warpdotdev/warp/pull/12841))
* Fixed custom endpoint model selections not persisting across device sync. ([#13574](https://github.com/warpdotdev/warp/pull/13574))
* Fixed code review pinned file header showing diff content behind its rounded corners. ([#13616](https://github.com/warpdotdev/warp/pull/13616))
* Fixed missing macOS permission descriptions for Reminders and Calendar access (resolves icalBuddy failures). ([#13608](https://github.com/warpdotdev/warp/pull/13608))
* Fixed imported PR comments on context lines being wrongly marked as outdated. ([#13585](https://github.com/warpdotdev/warp/pull/13585))
* Fixed repo-gated slash commands lingering after leaving a repository. ([#13614](https://github.com/warpdotdev/warp/pull/13614))
* Fixed crash when deserializing cloud environments without a Docker image. ([#13553](https://github.com/warpdotdev/warp/pull/13553))
* Fixed group header not rendering for every multi-pane vertical tab. ([#10738](https://github.com/warpdotdev/warp/pull/10738)) — [@lonexreb](https://github.com/lonexreb) ✨
* Fixed the queued prompts panel not reappearing when an inline menu closes. ([#13527](https://github.com/warpdotdev/warp/pull/13527))
* Fixed an orchestration pill bar panic when dragging panes. ([#13528](https://github.com/warpdotdev/warp/pull/13528))
* Fixed a crash when opening Custom Routers settings with an invalid router file. ([#13499](https://github.com/warpdotdev/warp/pull/13499))
* Fixed agent requests failing during Grok OAuth token refresh. ([#13460](https://github.com/warpdotdev/warp/pull/13460))
* Fixed local-to-cloud handoff failing to start with an invalid model ID. ([#13458](https://github.com/warpdotdev/warp/pull/13458))
* Fixed a macOS computer-use crash when building the keycode cache off the main thread. ([#13547](https://github.com/warpdotdev/warp/pull/13547))
* Fixed directory account resolution for Linux builds using musl libc. ([#13384](https://github.com/warpdotdev/warp/pull/13384))

### 2026.07.09 (v0.2026.07.08.17.54)

**Improvements**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sidebar:
| powerfmt 0.2.0 | Apache License 2.0 |
| cursor-icon 1.1.0 | Apache License 2.0 |
| deranged 0.5.5 | Apache License 2.0 |
| cmov 0.5.3 | Apache License 2.0 |
| cmov 0.5.4 | Apache License 2.0 |
| ctutils 0.4.2 | Apache License 2.0 |
| embed_plist 1.2.2 | Apache License 2.0 |
| encoding_rs 0.8.35 | Apache License 2.0 |
Expand Down Expand Up @@ -2485,7 +2485,7 @@ Apache License 2.0


Apache License 2.0
- cmov 0.5.3
- cmov 0.5.4
- ctutils 0.4.2
- embed_plist 1.2.2
- encoding_rs 0.8.35
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `AIAutonomy.ChangedAgentModeAskUserQuestionPermission` | Changed Agent Mode permission for asking user questions |
| `AIAutonomy.ChangedAgentModeCodingPermissions` | Changed Agent Mode permissions for coding tasks |
| `AIAutonomy.ToggledAutoexecuteReadonlyCommandsSetting` | Toggled setting to autoexecute readonly Agent Mode requested commands |
| `Active Indexed Repos Changed` | Active indexed repositories changed, affecting codebase context. |
| `Add Added Subshell Command` | Added a command to be automatically Warpified via Warp's subshell wrapper |
| `Add Denylisted Subshell Command` | Explicitly prevent a command from being Warpified via Warp's subshell wrapper |
| `Add Tab With Shell` | Added a tab with specific shell |
Expand Down Expand Up @@ -784,7 +783,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `AgentMode.MerkleTreeSnapshot.Diff.Success` | Successfully diffed merkle tree snapshot |
| `AgentMode.MerkleTreeSnapshot.Rebuild.Failed` | Failed to rebuild merkle tree from snapshot |
| `AgentMode.MerkleTreeSnapshot.Rebuild.Success` | Successfully rebuilt merkle tree from snapshot |
| `AgentMode.NaturalLanguageDetection.InputBufferSubmitted` | Input buffer submitted |
Comment thread
dannyneira marked this conversation as resolved.
| `AgentMode.OpenedCitation` | Opened a citation that was surfaced in agent mode |
| `AgentMode.Orchestration.AgentProposedConfig` | An agent-authored orchestration config snapshot first became visible to the user on a plan card |
| `AgentMode.Orchestration.Entered` | Orchestration was activated in a conversation via /orchestrate or a run_agents confirmation card surfacing. Plan-card entries are tracked separately via AgentProposedConfig + PlanConfigApprovalToggled. |
Expand Down Expand Up @@ -974,7 +972,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `Command File Run` | Opened a .cmd or unix executable file and ran it directly in Warp |
| `Command Palette Search Accepted` | Accepted a command palette search result |
| `Command Palette Search Exited` | Exited command palette search without accepting a result |
| `Command Search Async Query Completed` | Finished searching for a command in the background |
| `Command Search Exited` | Exited command search (universal search panel to search) without accepting a result |
| `Command Search Filter Changed` | Changed command search filter |
| `Command Search Opened` | Opened command search (universal search panel to search) |
Expand Down Expand Up @@ -1034,9 +1031,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `FreeAiRemovalModal.CtaClicked` | The user clicked a CTA in the free AI removal notice modal |
| `FreeAiRemovalModal.Dismissed` | The user dismissed the free AI removal notice modal |
| `FreeAiRemovalModal.Shown` | The free AI removal notice modal was shown to the user |
| `FreeTierLimitHitInterstitial.Closed` | User closed the free tier limit hit interstitial |
| `FreeTierLimitHitInterstitial.Displayed` | The free tier limit hit interstitial was displayed |
| `FreeTierLimitHitInterstitial.UpgradeButtonClicked` | User clicked the 'Upgrade' button in the free tier limit hit interstitial |
| `Generate Block Sharing Link` | Generated Block sharing link |
| `Generate Metadata For Workflow Error` | Failed to generate metadata for a workflow using Warp AI |
| `Generate Metadata For Workflow Success` | Successfully generated metadata for a workflow using Warp AI |
Expand All @@ -1046,7 +1040,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `Global Search Query Started` | Started a global search (warp_ripgrep) search |
| `ITerm Profile has Multiple Hotkeys` | Attempted to import an iTerm profile that contained multiple hotkey window bindings |
| `Identified Antivirus Software` | Identified running antivirus software on the user's machine |
| `Image Received` | Received an image through an image protocol over the pty |
| `InitialWorkingDirectoryConfigurationChanged` | Replaced the default working directory with a different path |
| `Initiate Reauth` | Started the flow to re-authenticate the client |
| `Input Mode Changed` | Changed the Input Editor Mode (Pinned to Bottom, Pinned to Top, Classic / Waterfall Mode) |
Expand Down Expand Up @@ -1222,7 +1215,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `Tab Creation` | Created a tab |
| `Tab Operations` | Took operation on a tab: change color, close tab, close adjacent tabs, etc. |
| `Tab Renamed` | Changed tab title |
| `Tab Single Result Autocompletion` | Accepted tab completion and inserted into Input Editor |
| `TabConfigs.ExistingConfigOpened` | User opened an existing saved tab config |
| `TabConfigs.GuidedModalOpened` | User opened the guided Create a tab config modal |
| `TabConfigs.GuidedModalSubmitted` | User submitted the guided Create a tab config modal |
Expand Down Expand Up @@ -1273,7 +1265,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
| `Toggled Tab Bar Visibility` | Toggled when to display the tab bar |
| `Tried to Execute Before Precmd` | Attempted to execute command before precmd, a shell stage that has metadata on a command such as ssh, prompt info, etc. |
| `Trigger Subshell Bootstrap` | Attempted to Warpify the current session via Warp's subshell wrapper |
| `Triggered Command XRay` | Triggered Command X-Ray (hovering over a command for explanation) |
| `Unable to Update To New Version` | Update available but not authorized to install |
| `Undo Close` | Re-opened a closed tab or window (undo closing a tab or window) |
| `Unhandled Editor Modifier Key` | Used modifier keybinding keystroke which is not currently supported |
Expand Down
Loading