You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/changelog/2026.mdx
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,51 @@ description: >-
6
6
7
7
Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose)
8
8
9
+
### 2026.05.18 (v0.2026.05.18.05.32)
10
+
11
+
**New features**
12
+
13
+
* You can now hand off local Warp Agent conversations to the cloud. ([#10910](https://github.com/warpdotdev/warp/pull/10910))
14
+
15
+
**Improvements**
16
+
17
+
* Cloud conversations are now accessible via `/conversations`. ([#10800](https://github.com/warpdotdev/warp/pull/10800))
18
+
* Refreshed metadata and iconography for the cloud agent view entry block. ([#11088](https://github.com/warpdotdev/warp/pull/11088))
19
+
* Blocklist search now runs asynchronously for snappier command suggestions. ([#9618](https://github.com/warpdotdev/warp/pull/9618))
20
+
* Opening a cloud agent conversation now attaches to its existing session when one is available. ([#11097](https://github.com/warpdotdev/warp/pull/11097))
21
+
* Show the cloud agent environment name and setup status alongside vertical-tabs pwd. ([#11006](https://github.com/warpdotdev/warp/pull/11006))
22
+
* Added a 'Your team is full' alert above the invite header in Settings → Team. ([#10705](https://github.com/warpdotdev/warp/pull/10705))
23
+
* Cloud Mode initial runs now automatically retry after completing GitHub authentication. ([#10973](https://github.com/warpdotdev/warp/pull/10973))
24
+
*[Tab configs] Tab configs now run their commands sequentially. ([#10698](https://github.com/warpdotdev/warp/pull/10698))
25
+
* Show server-provided `user_display_message` text in quota-limit errors. ([#10279](https://github.com/warpdotdev/warp/pull/10279))
26
+
* Added a "Clear" action to the terminal right-click context menu so clearing terminal output is discoverable without using the keyboard shortcut. ([#10612](https://github.com/warpdotdev/warp/pull/10612)) — @wzc520pyfm ✨
27
+
* Added a `warp://tab_config/<name>` deeplink that opens a saved tab config in the active window (or a new one with `?new_window=true`). ([#9379](https://github.com/warpdotdev/warp/pull/9379)) — @haha1903 ✨
28
+
* Skipped the SSH extension install on unsupported remote platforms. ([#10950](https://github.com/warpdotdev/warp/pull/10950))
29
+
* Skipped repo-menu git stats on startup to improve launch performance. ([#10937](https://github.com/warpdotdev/warp/pull/10937))
30
+
* Reduced unnecessary git operations on startup when the Code Review panel is closed. ([#10934](https://github.com/warpdotdev/warp/pull/10934))
31
+
32
+
**Bug fixes**
33
+
34
+
* Fixed Mermaid diagram text not rendering in Warp on Web. ([#11141](https://github.com/warpdotdev/warp/pull/11141))
35
+
* Clipped the inline menu header to prevent overflow in split panes. ([#10811](https://github.com/warpdotdev/warp/pull/10811)) — @SagarSDagdu ✨
36
+
*[Windows] Inno Setup now terminates the minidump server process if it fails to exit. ([#10766](https://github.com/warpdotdev/warp/pull/10766))
37
+
*[Linux] Fixed Warp on Raspberry Pi. ([#10688](https://github.com/warpdotdev/warp/pull/10688))
38
+
* Stop waiting for file-based MCP servers we never attempted to start. ([#10969](https://github.com/warpdotdev/warp/pull/10969))
39
+
* Fixed restored command history after closing an SSH session. ([#10713](https://github.com/warpdotdev/warp/pull/10713)) — @fatsolko ✨
* Fixed remote-server connection failures when the socket path exceeded the sun_path limit. ([#11009](https://github.com/warpdotdev/warp/pull/11009))
42
+
* The details panel for cloud agent runs now displays any failures fetching the agent metadata ([#10765](https://github.com/warpdotdev/warp/pull/10765))
43
+
* Fixed an MCP OAuth issue by creating the authenticated client before refreshing the token. ([#10984](https://github.com/warpdotdev/warp/pull/10984))
44
+
* Fixed errant task status reporting for cloud agent conversations. ([#10977](https://github.com/warpdotdev/warp/pull/10977))
45
+
* Set a minimum window size in AppKit so windows can no longer be restored at 1px wide. ([#10965](https://github.com/warpdotdev/warp/pull/10965))
46
+
* Improved remote-server install reliability by falling back to a cached client-side tarball upload when remote downloads fail. ([#10925](https://github.com/warpdotdev/warp/pull/10925))
47
+
* Respect the Markdown Viewer preference when opening Markdown file links. ([#9483](https://github.com/warpdotdev/warp/pull/9483)) — @maro20066600 ✨
48
+
49
+
**Oz updates**
50
+
51
+
* Run any agent harness in the cloud. Use Oz to spin up Claude Code or Codex agents in the cloud; Oz will help you track and steer the agents.
52
+
* Multi-agent orchestration. Warp Agents will now orchestrate swarms of subagents, allowing you to parallelize tasks.
|`AgentMode.OpenedCitation`| Opened a citation that was surfaced in Agent Mode |
156
+
|`AgentMode.OpenedCitation`| Opened a citation that was surfaced in agent mode |
157
+
|`AgentMode.Orchestration.AgentProposedConfig`| An agent-authored orchestration config snapshot first became visible to the user on a plan card |
158
+
|`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. |
159
+
|`AgentMode.Orchestration.PillBarInteraction`| User interacted with the orchestration pill bar (switch, pin, open in pane/tab, stop, kill, etc.) |
160
+
|`AgentMode.Orchestration.PlanConfigApprovalToggled`| User toggled the Use orchestration switch on a plan card |
161
+
|`AgentMode.Orchestration.RunAgentsCardDecision`| User accepted, accepted-without-orchestration, or rejected a run_agents confirmation card. Reports which config fields diverged from the original tool call and/or the active approved config. |
157
162
|`AgentMode.Orchestration.TeamAgentCommunicationFailed`| Failed to send an orchestration message or lifecycle event for a TeamAgent |
158
163
|`AgentMode.PotentialAutoDetectionFalsePositive`| Manually toggled input to shell mode after input was auto-detected as natural language. |
159
164
|`AgentMode.QueryAttemptAtLImit`| Tried to send an Agent Mode query but they already reached the query limit |
@@ -178,13 +183,15 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
178
183
|`AmbientAgent.ConcurrencyModal.Dismissed`| User dismissed the cloud agent capacity modal |
179
184
|`AmbientAgent.ConcurrencyModal.Opened`| User opened the cloud agent capacity modal |
180
185
|`AmbientAgent.ConcurrencyModal.UpgradeClicked`| User clicked the upgrade button in the cloud agent capacity modal |
181
-
|`AmbientAgent.DispatchFailed`|Cloud agent failed to dispatch or encountered an error |
186
+
|`AmbientAgent.DispatchFailed`|Ambient agent failed to dispatch or encountered an error |
182
187
|`AmbientAgent.EnvironmentSettings.CreatedEnvironment`| User created a new environment |
183
188
|`AmbientAgent.EnvironmentSettings.DeletedEnvironment`| User deleted an environment |
184
189
|`AmbientAgent.EnvironmentSettings.Image.Suggested`| Docker image was suggested for an environment |
"AgentMode.OpenedCitation": "Opened a citation that was surfaced in agent mode",
85
+
"AgentMode.Orchestration.AgentProposedConfig": "An agent-authored orchestration config snapshot first became visible to the user on a plan card",
86
+
"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.",
87
+
"AgentMode.Orchestration.PillBarInteraction": "User interacted with the orchestration pill bar (switch, pin, open in pane/tab, stop, kill, etc.)",
88
+
"AgentMode.Orchestration.PlanConfigApprovalToggled": "User toggled the Use orchestration switch on a plan card",
89
+
"AgentMode.Orchestration.RunAgentsCardDecision": "User accepted, accepted-without-orchestration, or rejected a run_agents confirmation card. Reports which config fields diverged from the original tool call and/or the active approved config.",
85
90
"AgentMode.Orchestration.TeamAgentCommunicationFailed": "Failed to send an orchestration message or lifecycle event for a TeamAgent",
86
91
"AgentMode.PotentialAutoDetectionFalsePositive": "Manually toggled input to shell mode after input was auto-detected as natural language.",
87
92
"AgentMode.QueryAttemptAtLImit": "Tried to send an Agent Mode query but they already reached the query limit",
0 commit comments