Skip to content

Commit 7b717ae

Browse files
dannyneiraoz-agentoz-for-oss[bot]
authored
docs: add changelog v0.2026.05.18 + telemetry updates (#124)
* docs: add changelog v0.2026.05.18 + telemetry updates - Add changelog entry for v0.2026.05.18.05.32 (handoff, orchestration, multi-harness cloud agents) - Update telemetry event descriptions in privacy.mdx for accuracy - Add new orchestration, handoff, and harness-support telemetry entries to telemetry.json Co-Authored-By: Oz <oz-agent@warp.dev> * Update src/content/docs/changelog/2026.mdx Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com> --------- Co-authored-by: Oz <oz-agent@warp.dev> Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
1 parent e2e3917 commit 7b717ae

3 files changed

Lines changed: 79 additions & 12 deletions

File tree

src/content/docs/changelog/2026.mdx

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,51 @@ description: >-
66

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

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
40+
* Fixed local-repo session detection. ([#11019](https://github.com/warpdotdev/warp/pull/11019))
41+
* 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.
53+
954
### 2026.05.14 (v0.2026.05.13.09.15)
1055

1156
**New features**

src/content/docs/support-and-community/privacy-and-security/privacy.mdx

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
102102
| `Agent Mode Setup Banner Accepted` | Agent Mode setup banner accepted |
103103
| `Agent Mode Setup Banner Dismissed` | Agent Mode setup banner dismissed |
104104
| `Agent Mode Setup Project Scoped Rules Action` | User clicked a button in the Agent Mode setup project scoped rules step |
105-
| `Agent Mode.Setup Codebase Context Action` | User clicked a button in the Agent Mode setup Codebase Context step |
105+
| `Agent Mode.Setup Codebase Context Action` | User clicked a button in the Agent Mode setup codebase context step |
106106
| `Agent Predict` | Completed an Agent Predict prediction |
107107
| `Agent Toolbar Dismissed` | User dismissed the use-agent toolbar |
108108
| `AgentManagement.AgentTypeSelectorOpened` | User opened the agent type selector from agent management |
@@ -114,9 +114,9 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
114114
| `AgentManagement.ConversationOpened` | User opened a conversation |
115115
| `AgentManagement.DetailsPanelContinueLocally` | User clicked Continue locally in the details panel |
116116
| `AgentManagement.DetailsViewed` | User clicked View details |
117-
| `AgentManagement.DismissSetupGuide` | User dismissed the cloud agent setup guide |
117+
| `AgentManagement.DismissSetupGuide` | User dismissed the ambient agent setup guide |
118118
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
119-
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |
119+
| `AgentManagement.OpenSetupGuide` | User opened the ambient agent setup guide |
120120
| `AgentManagement.SessionLinkCopied` | User copied a session link |
121121
| `AgentManagement.SetupGuideDocsLink` | User clicked a docs URL in the setup guide |
122122
| `AgentManagement.SetupGuideStepCopy` | User copied a workflow step from the setup guide |
@@ -144,7 +144,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
144144
| `AgentMode.Code.SuggestedEditAcceptClicked` | User selected Accept for a code diff suggestion in Agent Mode |
145145
| `AgentMode.Code.SuggestedEditReceived` | Agent Mode suggested a code edit |
146146
| `AgentMode.Code.SuggestedEditResolved` | Agent Mode pending code edit suggestion resolved |
147-
| `AgentMode.CreatedAIBlock` | Created an AI block in Agent Mode |
147+
| `AgentMode.CreatedAIBlock` | Created an AI block in agent mode |
148148
| `AgentMode.Error` | Received an error when getting Agent Mode response |
149149
| `AgentMode.ExecutedWarpDrivePrompt` | Executed a saved prompt. |
150150
| `AgentMode.ExitedShellProcess` | An agent-requested command caused the shell process to exit |
@@ -153,7 +153,12 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
153153
| `AgentMode.Grep.Failed` | The grep tool failed to complete |
154154
| `AgentMode.Grep.Succeeded` | The grep tool completed successfully |
155155
| `AgentMode.NaturalLanguageDetection.InputBufferSubmitted` | Input buffer submitted |
156-
| `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. |
157162
| `AgentMode.Orchestration.TeamAgentCommunicationFailed` | Failed to send an orchestration message or lifecycle event for a TeamAgent |
158163
| `AgentMode.PotentialAutoDetectionFalsePositive` | Manually toggled input to shell mode after input was auto-detected as natural language. |
159164
| `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
178183
| `AmbientAgent.ConcurrencyModal.Dismissed` | User dismissed the cloud agent capacity modal |
179184
| `AmbientAgent.ConcurrencyModal.Opened` | User opened the cloud agent capacity modal |
180185
| `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 |
182187
| `AmbientAgent.EnvironmentSettings.CreatedEnvironment` | User created a new environment |
183188
| `AmbientAgent.EnvironmentSettings.DeletedEnvironment` | User deleted an environment |
184189
| `AmbientAgent.EnvironmentSettings.Image.Suggested` | Docker image was suggested for an environment |
185190
| `AmbientAgent.EnvironmentSettings.Image.SuggestionFailed` | Docker image suggestion failed |
186191
| `AmbientAgent.EnvironmentSettings.Opened` | User opened the environment management pane |
187192
| `AmbientAgent.EnvironmentSettings.UpdatedEnvironment` | User updated an existing environment |
193+
| `AmbientAgent.Handoff.Initiated` | User initiated a local-to-cloud handoff |
194+
| `AmbientAgents.ThirdPartyHarness.RuntimeError.Detected` | Runtime output scanner detected a known failure substring in a third-party harness block. |
188195
| `Anonymous User Attempted Login-Gated Feature` | Anonymous user attempted to access a login-gated feature |
189196
| `Anonymous User Expiration Lockout` | An anonymous user opened Warp after their conversion deadline and was locked out |
190197
| `Anonymous User Hit Cloud Object Limit` | Anonymous user attempted to create a cloud object past their personal object limit |
@@ -214,7 +221,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
214221
| `CLI.Execute.Agent.List` | Listed agents from the Warp CLI |
215222
| `CLI.Execute.Agent.Profile.List` | Listed agent profiles from the Warp CLI |
216223
| `CLI.Execute.Agent.Run` | Ran an agent from the Warp CLI |
217-
| `CLI.Execute.Agent.RunAmbient` | Ran a cloud agent from the Warp CLI |
224+
| `CLI.Execute.Agent.RunAmbient` | Ran an ambient agent from the Warp CLI |
218225
| `CLI.Execute.Artifact.Download` | Downloaded an artifact from the Warp CLI |
219226
| `CLI.Execute.Artifact.Get` | Got artifact metadata from the Warp CLI |
220227
| `CLI.Execute.Artifact.Upload` | Uploaded an artifact from the Warp CLI |
@@ -227,6 +234,10 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
227234
| `CLI.Execute.Environment.Update` | Updated a cloud environment from the Warp CLI |
228235
| `CLI.Execute.Federate.IssueGcpToken` | Issued a GCP federated identity token from the Warp CLI |
229236
| `CLI.Execute.Federate.IssueToken` | Issued a federated identity token from the Warp CLI |
237+
| `CLI.Execute.HarnessSupport.FinishTask` | Reported task completion via harness-support from the Warp CLI |
238+
| `CLI.Execute.HarnessSupport.NotifyUser` | Sent a user notification via harness-support from the Warp CLI |
239+
| `CLI.Execute.HarnessSupport.Ping` | Pinged harness-support from the Warp CLI |
240+
| `CLI.Execute.HarnessSupport.ReportArtifact` | Reported an artifact via harness-support from the Warp CLI |
230241
| `CLI.Execute.HarnessSupport.ReportShutdown` | Reported agent shutdown via harness-support from the Warp CLI |
231242
| `CLI.Execute.Integration.Create` | Created an integration from the Warp CLI |
232243
| `CLI.Execute.Integration.List` | Listed integrations from the Warp CLI |
@@ -304,8 +315,8 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
304315
| `CodexModal.UseCodexClicked` | User clicked 'Use Codex' in the Codex modal |
305316
| `Command Correction Event` | Accepted command correction |
306317
| `Command File Run` | Opened a .cmd or unix executable file and ran it directly in Warp |
307-
| `Command Palette Search Accepted` | Accepted a Command Palette search result |
308-
| `Command Palette Search Exited` | Exited Command Palette search without accepting a result |
318+
| `Command Palette Search Accepted` | Accepted a command palette search result |
319+
| `Command Palette Search Exited` | Exited command palette search without accepting a result |
309320
| `Command Search Async Query Completed` | Finished searching for a command in the background |
310321
| `Command Search Exited` | Exited command search (universal search panel to search) without accepting a result |
311322
| `Command Search Filter Changed` | Changed command search filter |
@@ -510,7 +521,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
510521
| `SSH Tmux Warpify Block Dismissed` | User dismissed an ssh tmux warpify block |
511522
| `Save Launch Config` | Saved current launch configuration of windows, tabs, and panes |
512523
| `Select App Icon` | Selected app icon |
513-
| `Select Command Palette Option` | Selected option from Command Palette (i.e. CMD-P) |
524+
| `Select Command Palette Option` | Selected option from command palette (i.e. CMD-P) |
514525
| `Select Cursor Type` | Selected cursor type |
515526
| `Select Navigation Palette Item` | Selected session from the Session Navigation Palette (search across panes, tabs, and windows) |
516527
| `Select Theme` | Selected theme |
@@ -561,15 +572,15 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow
561572
| `Thin Strokes Setting Changed` | Changed thin strokes setting in settings -> Appearance |
562573
| `Tier Limit Hit` | User hit the tier limit for a feature |
563574
| `Toggle Active AI Enablement` | Toggled active AI enablement. |
564-
| `Toggle Agent Mode Codebase Context` | Toggled on/off the enablement of Codebase Context usage for Agent Mode. |
575+
| `Toggle Agent Mode Codebase Context` | Toggled on/off the enablement of codebase context usage for Agent Mode. |
565576
| `Toggle Agent Mode Query Suggestions Setting` | Toggled on/off the prompt suggestions setting |
566577
| `Toggle Approvals Modal` | Opened or closed teams modal |
567578
| `Toggle Block Filter Case Sensitivity` | Toggled on/off case sensitivity within the block filter editor |
568579
| `Toggle Block Filter Invert` | Toggled on/off invert within the block filter editor |
569580
| `Toggle Block Filter Query` | Toggled on/off a block filter query |
570581
| `Toggle Block Filter Regex` | Toggled on/off regex within the block filter editor |
571582
| `Toggle Code Suggestions Setting` | Toggled on/off the code suggestions setting |
572-
| `Toggle Codebase Context Autoindexing` | Toggled on/off the enablement of autoindexing for Codebase Context. |
583+
| `Toggle Codebase Context Autoindexing` | Toggled on/off the enablement of autoindexing for codebase context. |
573584
| `Toggle Dim Inactive Panes` | Whether the dim inactive panes feature has been toggled |
574585
| `Toggle Focus Pane On Hover` | Toggled on/off focus pane on hover feature, which causes panes to automatically focus when hovering over them |
575586
| `Toggle Git Operations Autogen Setting` | Toggled on/off the git operations autogen setting |

telemetry.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
"AgentMode.Grep.Succeeded": "The grep tool completed successfully",
8383
"AgentMode.NaturalLanguageDetection.InputBufferSubmitted": "Input buffer submitted",
8484
"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.",
8590
"AgentMode.Orchestration.TeamAgentCommunicationFailed": "Failed to send an orchestration message or lifecycle event for a TeamAgent",
8691
"AgentMode.PotentialAutoDetectionFalsePositive": "Manually toggled input to shell mode after input was auto-detected as natural language.",
8792
"AgentMode.QueryAttemptAtLImit": "Tried to send an Agent Mode query but they already reached the query limit",
@@ -113,6 +118,8 @@
113118
"AmbientAgent.EnvironmentSettings.Image.SuggestionFailed": "Docker image suggestion failed",
114119
"AmbientAgent.EnvironmentSettings.Opened": "User opened the environment management pane",
115120
"AmbientAgent.EnvironmentSettings.UpdatedEnvironment": "User updated an existing environment",
121+
"AmbientAgent.Handoff.Initiated": "User initiated a local-to-cloud handoff",
122+
"AmbientAgents.ThirdPartyHarness.RuntimeError.Detected": "Runtime output scanner detected a known failure substring in a third-party harness block.",
116123
"Anonymous User Attempted Login-Gated Feature": "Anonymous user attempted to access a login-gated feature",
117124
"Anonymous User Expiration Lockout": "An anonymous user opened Warp after their conversion deadline and was locked out",
118125
"Anonymous User Hit Cloud Object Limit": "Anonymous user attempted to create a cloud object past their personal object limit",
@@ -155,6 +162,10 @@
155162
"CLI.Execute.Environment.Update": "Updated a cloud environment from the Warp CLI",
156163
"CLI.Execute.Federate.IssueGcpToken": "Issued a GCP federated identity token from the Warp CLI",
157164
"CLI.Execute.Federate.IssueToken": "Issued a federated identity token from the Warp CLI",
165+
"CLI.Execute.HarnessSupport.FinishTask": "Reported task completion via harness-support from the Warp CLI",
166+
"CLI.Execute.HarnessSupport.NotifyUser": "Sent a user notification via harness-support from the Warp CLI",
167+
"CLI.Execute.HarnessSupport.Ping": "Pinged harness-support from the Warp CLI",
168+
"CLI.Execute.HarnessSupport.ReportArtifact": "Reported an artifact via harness-support from the Warp CLI",
158169
"CLI.Execute.HarnessSupport.ReportShutdown": "Reported agent shutdown via harness-support from the Warp CLI",
159170
"CLI.Execute.Integration.Create": "Created an integration from the Warp CLI",
160171
"CLI.Execute.Integration.List": "Listed integrations from the Warp CLI",

0 commit comments

Comments
 (0)