From beb4b655f0817d0fffc9f6a21b23586c10a88ed0 Mon Sep 17 00:00:00 2001 From: danny neira <16809145+dannyneira@users.noreply.github.com> Date: Fri, 22 May 2026 10:58:30 -0600 Subject: [PATCH 1/2] docs: Add changelog 2026.05.20, update licenses, add telemetry events - Add changelog entry for v0.2026.05.20.09.21 - Update open-source license dependency versions (winit, smithay-client-toolkit, calloop-wayland-source, sctk-adwaita, wayland-protocols) - Add new telemetry events to privacy docs and telemetry.json (AgentMode codebase context, CodeReview, RemoteCodebaseIndex events) Co-Authored-By: Oz --- src/content/docs/changelog/2026.mdx | 44 ++++++++++++++++ .../community/open-source-licenses.mdx | 51 ++++--------------- .../privacy-and-security/privacy.mdx | 19 ++++++- telemetry.json | 19 ++++++- 4 files changed, 90 insertions(+), 43 deletions(-) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index ef0adc4f..0c194185 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -6,6 +6,50 @@ description: >- Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) +### 2026.05.20 (v0.2026.05.20.09.21) + +**Improvements** + +* Added support for double-clicking pane dividers to evenly redistribute panes in a split. ([#11293](https://github.com/warpdotdev/warp/pull/11293)) +* The new-tab worktree menu now abbreviates the home directory to ~, left-truncates long paths so the trailing repo name stays visible, and surfaces the full absolute path on hover (#10862). ([#10958](https://github.com/warpdotdev/warp/pull/10958)) +* Added a create-environment flow to the orchestration environment picker. ([#10857](https://github.com/warpdotdev/warp/pull/10857)) +* Added a setting to control terminal clipboard access via OSC 52, with a warning banner shown when access is blocked. +* Restricted OSC 52 clipboard write access behind a new user-configurable setting. +* Added confirmation dialogs when reloading credits during team-leave or member-removal flows. ([#11366](https://github.com/warpdotdev/warp/pull/11366)) +* Enabled custom inference endpoint configuration for AI models on stable. ([#11450](https://github.com/warpdotdev/warp/pull/11450)) +* Custom AI model selection is no longer available for cloud agent runs; custom endpoints remain available for local agents and non-cloud conversations. ([#11219](https://github.com/warpdotdev/warp/pull/11219)) +* Enabled solo-user bring-your-own-key (BYOK) support and launched the redesigned Billing & Usage page. ([#11437](https://github.com/warpdotdev/warp/pull/11437)) +* Updated seat-limit messaging on the Teams settings page to direct users to the upgrade page. ([#11288](https://github.com/warpdotdev/warp/pull/11288)) +* Added host labels to remote repository and file displays in code review; removed the Open Repo button for remote sessions. ([#11423](https://github.com/warpdotdev/warp/pull/11423), [#11299](https://github.com/warpdotdev/warp/pull/11299)) +* Added a "Create new branch" option to the branch switcher. ([#10610](https://github.com/warpdotdev/warp/pull/10610)) +* Added CLI commands for managing API keys. ([#10998](https://github.com/warpdotdev/warp/pull/10998)) +* Added a keybinding to toggle file navigation in Code Review. ([#11077](https://github.com/warpdotdev/warp/pull/11077)) +* Enabled the Cmd-O shortcut and @ context menu in remote SSH sessions. ([#11295](https://github.com/warpdotdev/warp/pull/11295)) +* Added diff statistics to the diff chip in remote SSH sessions. ([#11214](https://github.com/warpdotdev/warp/pull/11214)) + +**Bug fixes** + +* Fixed a bug where Warp could be restored as a 1px-wide window on macOS after using the green title-bar tile button (#10083). ([#10855](https://github.com/warpdotdev/warp/pull/10855)) +* Fixed code review comments being routed to invisible child agent terminals during orchestration. ([#11340](https://github.com/warpdotdev/warp/pull/11340)) +* Fixed orchestration config picker menus not matching their picker fields. ([#11289](https://github.com/warpdotdev/warp/pull/11289)) +* Fixed the git diff prompt chip flickering on entering a repository, and stale git diff state on the prompt chip and code review button when leaving a repository. ([#11242](https://github.com/warpdotdev/warp/pull/11242)) +* Fixed uninterpolated session ID placeholders appearing in the tmux warpification flow. +* Fixed DCS sequence validation incorrectly rejecting input from session viewers. +* Fixed AI being unavailable for users who had auto-reload enabled but zero remaining credits. ([#11420](https://github.com/warpdotdev/warp/pull/11420)) +* Fixed a deadlock in secret redaction that could cause Warp to become unresponsive. ([#11428](https://github.com/warpdotdev/warp/pull/11428)) +* Fixed tab focus to activate the next tab to the right after closing a tab. ([#11197](https://github.com/warpdotdev/warp/pull/11197)) +* Fixed the agent model dropdown rendering in the new API key creation modal. ([#11187](https://github.com/warpdotdev/warp/pull/11187)) +* Fixed broken Oz notifications caused by a stale Claude plugin version. ([#11204](https://github.com/warpdotdev/warp/pull/11204)) +* Fixed broken skill links in the agent details panel. ([#11231](https://github.com/warpdotdev/warp/pull/11231)) +* Fixed asset-loading errors on the WASM build. ([#11195](https://github.com/warpdotdev/warp/pull/11195)) + +**Oz updates** + +* Added a setting to disable Warp's built-in feedback skill. ([#11341](https://github.com/warpdotdev/warp/pull/11341)) +* Oz now refreshes GitHub credentials during task runs to keep Git operations authenticated. ([#11338](https://github.com/warpdotdev/warp/pull/11338)) +* Add a View in Oz action to orchestration child-agent pill menus. ([#11309](https://github.com/warpdotdev/warp/pull/11309)) +* Added a macOS setting to automatically hand off active local Warp Agent sessions to Cloud Mode before sleep. ([#11049](https://github.com/warpdotdev/warp/pull/11049)) + ### 2026.05.18 (v0.2026.05.18.05.32) **New features** diff --git a/src/content/docs/support-and-community/community/open-source-licenses.mdx b/src/content/docs/support-and-community/community/open-source-licenses.mdx index 893998df..3ddef1f1 100644 --- a/src/content/docs/support-and-community/community/open-source-licenses.mdx +++ b/src/content/docs/support-and-community/community/open-source-licenses.mdx @@ -243,7 +243,7 @@ sidebar: | skrifa 0.22.3 | Apache License 2.0 | | glutin_wgl_sys 0.6.0 | Apache License 2.0 | | dpi 0.1.1 | Apache License 2.0 | -| winit 0.30.1 | Apache License 2.0 | +| winit 0.30.13 | Apache License 2.0 | | httpdate 1.0.3 | Apache License 2.0 | | simplelog 0.12.2 | Apache License 2.0 | | pathfinder_simd 0.5.4 | Apache License 2.0 | @@ -497,7 +497,6 @@ sidebar: | ordered-float 3.9.2 | MIT License | | ordered-float 5.3.0 | MIT License | | dlib 0.5.2 | MIT License | -| wayland-protocols 0.31.0 | MIT License | | schannel 0.1.28 | MIT License | | intmap 0.7.1 | MIT License | | kqueue-sys 1.0.4 | MIT License | @@ -510,7 +509,7 @@ sidebar: | bytes 1.11.1 | MIT License | | levenshtein_automata 0.2.1 | MIT License | | try-lock 0.2.4 | MIT License | -| smithay-client-toolkit 0.18.1 | MIT License | +| smithay-client-toolkit 0.19.2 | MIT License | | census 0.4.2 | MIT License | | tantivy 0.26.0 | MIT License | | want 0.3.1 | MIT License | @@ -535,7 +534,7 @@ sidebar: | http-body-util 0.1.3 | MIT License | | rubato 0.16.1 | MIT License | | strict-num 0.1.1 | MIT License | -| calloop-wayland-source 0.2.0 | MIT License | +| calloop-wayland-source 0.3.0 | MIT License | | hyper-util 0.1.16 | MIT License | | zbus 5.9.0 | MIT License | | zbus_macros 5.9.0 | MIT License | @@ -589,7 +588,7 @@ sidebar: | http-range-header 0.4.0 | MIT License | | takecell 0.1.1 | MIT License | | fontconfig-parser 0.5.3 | MIT License | -| sctk-adwaita 0.9.0 | MIT License | +| sctk-adwaita 0.10.1 | MIT License | | get-size-derive 0.1.3 | MIT License | | get-size 0.1.4 | MIT License | | matchit 0.8.4 | MIT License | @@ -616,11 +615,6 @@ sidebar: | crossterm_winapi 0.9.1 | MIT License | | line-span 0.1.5 | MIT License | | fluent-uri 0.1.4 | MIT License | -| endi 1.1.0 | MIT License | -| is-terminal 0.4.17 | MIT License | -| unsafe-libyaml 0.2.11 | MIT License | -| x11-dl 2.21.0 | MIT License | -| zvariant_utils 3.2.0 | MIT License | | winnow 0.5.17 | MIT License | | winnow 0.7.12 | MIT License | | winnow 1.0.0 | MIT License | @@ -16518,7 +16512,7 @@ Apache License Apache License 2.0 - dpi 0.1.1 - - winit 0.30.1 + - winit 0.30.13 -------------------------------------------------------------------------------- Apache License Version 2.0, January 2004 @@ -18786,6 +18780,7 @@ MIT License - wayland-backend 0.3.11 - wayland-client 0.31.11 - wayland-cursor 0.31.8 + - wayland-protocols-plasma 0.3.9 - wayland-protocols-wlr 0.3.9 - wayland-protocols 0.32.9 - wayland-scanner 0.31.7 @@ -18870,7 +18865,6 @@ DEALINGS IN THE SOFTWARE. MIT License - dlib 0.5.2 - - wayland-protocols 0.31.0 -------------------------------------------------------------------------------- Copyright (c) 2015 Victor Berger @@ -19179,7 +19173,7 @@ THE SOFTWARE. MIT License - - smithay-client-toolkit 0.18.1 + - smithay-client-toolkit 0.19.2 -------------------------------------------------------------------------------- Copyright (c) 2018 Victor Berger @@ -19202,7 +19196,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. MIT License - - calloop 0.12.3 + - calloop 0.13.0 -------------------------------------------------------------------------------- Copyright (c) 2018 Victor Berger @@ -19735,7 +19729,7 @@ THE SOFTWARE. MIT License - - calloop-wayland-source 0.2.0 + - calloop-wayland-source 0.3.0 -------------------------------------------------------------------------------- Copyright (c) 2023 Kirill Chibisov @@ -20758,7 +20752,7 @@ SOFTWARE. MIT License - - sctk-adwaita 0.9.0 + - sctk-adwaita 0.10.1 -------------------------------------------------------------------------------- MIT License @@ -21154,7 +21148,6 @@ MIT License - tree-sitter-language 0.1.2 - validator 0.19.0 - vsimd 0.8.0 - - wayland-protocols-wlr 0.2.0 -------------------------------------------------------------------------------- MIT License @@ -21437,30 +21430,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -MIT License - - wayland-protocols-plasma 0.2.0 --------------------------------------------------------------------------------- -MIT License Copyright (c) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice (including the next -paragraph) shall be included in all copies or substantial portions of the -Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF -OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - MIT License - endi 1.1.0 - is-terminal 0.4.17 diff --git a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx index 7c1d5f51..15f2c57a 100644 --- a/src/content/docs/support-and-community/privacy-and-security/privacy.mdx +++ b/src/content/docs/support-and-community/privacy-and-security/privacy.mdx @@ -89,6 +89,7 @@ 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 SSH Tmux Wrapper Host` | Added a SSH host to the denylist for prompting for Tmux Wrapper | | `Add Denylisted Subshell Command` | Explicitly prevent a command from being Warpified via Warp's subshell wrapper | @@ -150,8 +151,14 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `AgentMode.ExitedShellProcess` | An agent-requested command caused the shell process to exit | | `AgentMode.FileGlob.Failed` | The file glob tool failed to complete | | `AgentMode.FileGlob.Succeeded` | The file glob tool completed successfully | +| `AgentMode.FullEmbedCodebaseContextSearch.Failed` | Failed to search full embed codebase context | +| `AgentMode.FullEmbedCodebaseContextSearch.Success` | Successfully searched full embed codebase context | | `AgentMode.Grep.Failed` | The grep tool failed to complete | | `AgentMode.Grep.Succeeded` | The grep tool completed successfully | +| `AgentMode.MerkleTreeSnapshot.Diff.Failed` | Failed to diff merkle tree snapshot | +| `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 | | `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 | @@ -165,6 +172,10 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `AgentMode.RequestRetrySucceeded` | Agent Mode request succeeded after retrying following an initial error | | `AgentMode.SetupCreateEnvironmentAction` | User clicked a button in the Agent Mode setup create environment step | | `AgentMode.SurfacedCitations` | Agent mode used and cited external sources that were used in its response | +| `AgentMode.SyncCodebaseContext.BuildTree.Failed` | Failed to build merkle tree for codebase context | +| `AgentMode.SyncCodebaseContext.BuildTree.Success` | Successfully built merkle tree for codebase context | +| `AgentMode.SyncCodebaseContext.Failed` | Failed to sync codebase context | +| `AgentMode.SyncCodebaseContext.Success` | Successfully synced codebase context | | `AgentMode.ToggleAutoDetectionSetting` | Toggled the setting that enables or disables natural language auto-detection in the input. | | `AgentNotification.Shown` | An agent notification was shown to the user (toast or mailbox) | | `AgentTip Clicked` | User clicked a link or action in an Agent Tip | @@ -222,6 +233,9 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CLI.Execute.Agent.Profile.List` | Listed agent profiles from the Warp CLI | | `CLI.Execute.Agent.Run` | Ran an agent from the Warp CLI | | `CLI.Execute.Agent.RunAmbient` | Ran an ambient agent from the Warp CLI | +| `CLI.Execute.ApiKey.Create` | Created an API key from the Warp CLI | +| `CLI.Execute.ApiKey.Expire` | Expired an API key from the Warp CLI | +| `CLI.Execute.ApiKey.List` | Listed API keys from the Warp CLI | | `CLI.Execute.Artifact.Download` | Downloaded an artifact from the Warp CLI | | `CLI.Execute.Artifact.Get` | Got artifact metadata from the Warp CLI | | `CLI.Execute.Artifact.Upload` | Uploaded an artifact from the Warp CLI | @@ -288,7 +302,6 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CodePanels.FileOpened` | Opened a file from code review, project explorer, or global search | | `CodeReview.AddToContext` | Content added to AI context from code review | | `CodeReview.BaseChanged` | Diff base changed in code review | -| `CodeReview.CalculateDiffMetadataFailed` | Failure when calculating diff metadata | | `CodeReview.CommentAdded` | Inline code review comment added | | `CodeReview.CommentDeleted` | Inline code review comment deleted | | `CodeReview.CommentEdited` | Inline code review comment edited | @@ -299,6 +312,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CodeReview.CommentResolved` | Inline code review comment resolved | | `CodeReview.CommentsAttached` | Newly-imported comments relocated against editor lines | | `CodeReview.CommentsReceived` | Agent insert_code_review_comments tool call received and processed | +| `CodeReview.DiffLoadCompleted` | Diff content loaded successfully | | `CodeReview.FileSaved` | File saved in code review pane | | `CodeReview.FindBarModeChanged` | Search mode changed in code review find bar | | `CodeReview.FindBarToggled` | Code review find bar opened or closed | @@ -306,6 +320,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `CodeReview.GitButtonTriggered` | User clicked a git operation button in the code review header | | `CodeReview.GitDialogCompleted` | Git operation dialog reached a terminal state (succeeded, failed, or cancelled) | | `CodeReview.LoadDiffFailed` | Failure when loading diff content | +| `CodeReview.LoadMetadataFailed` | Failure when calculating diff metadata | | `CodeReview.PaneOpened` | Code review pane opened | | `CodeReview.PaneStateChanged` | Code review pane minimized or maximized | | `CodeReview.RevertHunkClicked` | Revert hunk button clicked | @@ -488,6 +503,8 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `Quit Modal Shown` | Showed an alert modal to warn the user about closing the app/window with a running process | | `Received Subshell RC File DCS` | Spawned a subshell to be automatically Warpified | | `Recent Menu Item Selected` | User selected an item from the recents list on the new tab zero state | +| `RemoteCodebaseIndex.AutoIndexRequested` | Remote codebase auto-indexing requested one or more repositories | +| `RemoteCodebaseIndex.StatusChanged` | The remote codebase index status changed | | `RemoteServer.BinaryCheck` | Remote server binary check completed (found, not found, or error) | | `RemoteServer.ClientRequestError` | A client request to the remote server failed | | `RemoteServer.Disconnection` | An established remote server connection was dropped | diff --git a/telemetry.json b/telemetry.json index 2c550a65..47109b65 100644 --- a/telemetry.json +++ b/telemetry.json @@ -17,6 +17,7 @@ "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 SSH Tmux Wrapper Host": "Added a SSH host to the denylist for prompting for Tmux Wrapper", "Add Denylisted Subshell Command": "Explicitly prevent a command from being Warpified via Warp's subshell wrapper", @@ -78,8 +79,14 @@ "AgentMode.ExitedShellProcess": "An agent-requested command caused the shell process to exit", "AgentMode.FileGlob.Failed": "The file glob tool failed to complete", "AgentMode.FileGlob.Succeeded": "The file glob tool completed successfully", + "AgentMode.FullEmbedCodebaseContextSearch.Failed": "Failed to search full embed codebase context", + "AgentMode.FullEmbedCodebaseContextSearch.Success": "Successfully searched full embed codebase context", "AgentMode.Grep.Failed": "The grep tool failed to complete", "AgentMode.Grep.Succeeded": "The grep tool completed successfully", + "AgentMode.MerkleTreeSnapshot.Diff.Failed": "Failed to diff merkle tree snapshot", + "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", "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", @@ -93,6 +100,10 @@ "AgentMode.RequestRetrySucceeded": "Agent Mode request succeeded after retrying following an initial error", "AgentMode.SetupCreateEnvironmentAction": "User clicked a button in the Agent Mode setup create environment step", "AgentMode.SurfacedCitations": "Agent mode used and cited external sources that were used in its response", + "AgentMode.SyncCodebaseContext.BuildTree.Failed": "Failed to build merkle tree for codebase context", + "AgentMode.SyncCodebaseContext.BuildTree.Success": "Successfully built merkle tree for codebase context", + "AgentMode.SyncCodebaseContext.Failed": "Failed to sync codebase context", + "AgentMode.SyncCodebaseContext.Success": "Successfully synced codebase context", "AgentMode.ToggleAutoDetectionSetting": "Toggled the setting that enables or disables natural language auto-detection in the input. ", "AgentNotification.Shown": "An agent notification was shown to the user (toast or mailbox)", "AgentTip Clicked": "User clicked a link or action in an Agent Tip", @@ -150,6 +161,9 @@ "CLI.Execute.Agent.Profile.List": "Listed agent profiles from the Warp CLI", "CLI.Execute.Agent.Run": "Ran an agent from the Warp CLI", "CLI.Execute.Agent.RunAmbient": "Ran an ambient agent from the Warp CLI", + "CLI.Execute.ApiKey.Create": "Created an API key from the Warp CLI", + "CLI.Execute.ApiKey.Expire": "Expired an API key from the Warp CLI", + "CLI.Execute.ApiKey.List": "Listed API keys from the Warp CLI", "CLI.Execute.Artifact.Download": "Downloaded an artifact from the Warp CLI", "CLI.Execute.Artifact.Get": "Got artifact metadata from the Warp CLI", "CLI.Execute.Artifact.Upload": "Uploaded an artifact from the Warp CLI", @@ -216,7 +230,6 @@ "CodePanels.FileOpened": "Opened a file from code review, project explorer, or global search", "CodeReview.AddToContext": "Content added to AI context from code review", "CodeReview.BaseChanged": "Diff base changed in code review", - "CodeReview.CalculateDiffMetadataFailed": "Failure when calculating diff metadata", "CodeReview.CommentAdded": "Inline code review comment added", "CodeReview.CommentDeleted": "Inline code review comment deleted", "CodeReview.CommentEdited": "Inline code review comment edited", @@ -227,6 +240,7 @@ "CodeReview.CommentResolved": "Inline code review comment resolved", "CodeReview.CommentsAttached": "Newly-imported comments relocated against editor lines", "CodeReview.CommentsReceived": "Agent insert_code_review_comments tool call received and processed", + "CodeReview.DiffLoadCompleted": "Diff content loaded successfully", "CodeReview.FileSaved": "File saved in code review pane", "CodeReview.FindBarModeChanged": "Search mode changed in code review find bar", "CodeReview.FindBarToggled": "Code review find bar opened or closed", @@ -234,6 +248,7 @@ "CodeReview.GitButtonTriggered": "User clicked a git operation button in the code review header", "CodeReview.GitDialogCompleted": "Git operation dialog reached a terminal state (succeeded, failed, or cancelled)", "CodeReview.LoadDiffFailed": "Failure when loading diff content", + "CodeReview.LoadMetadataFailed": "Failure when calculating diff metadata", "CodeReview.PaneOpened": "Code review pane opened", "CodeReview.PaneStateChanged": "Code review pane minimized or maximized", "CodeReview.RevertHunkClicked": "Revert hunk button clicked", @@ -416,6 +431,8 @@ "Quit Modal Shown": "Showed an alert modal to warn the user about closing the app/window with a running process", "Received Subshell RC File DCS": "Spawned a subshell to be automatically Warpified", "Recent Menu Item Selected": "User selected an item from the recents list on the new tab zero state", + "RemoteCodebaseIndex.AutoIndexRequested": "Remote codebase auto-indexing requested one or more repositories", + "RemoteCodebaseIndex.StatusChanged": "The remote codebase index status changed", "RemoteServer.BinaryCheck": "Remote server binary check completed (found, not found, or error)", "RemoteServer.ClientRequestError": "A client request to the remote server failed", "RemoteServer.Disconnection": "An established remote server connection was dropped", From 0d417c449badc66c069d90641b8745a9047ffa5b Mon Sep 17 00:00:00 2001 From: Danny <16809145+dannyneira@users.noreply.github.com> Date: Fri, 22 May 2026 11:14:09 -0600 Subject: [PATCH 2/2] Update src/content/docs/changelog/2026.mdx Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com> --- src/content/docs/changelog/2026.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index 0c194185..0c8648e5 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -24,7 +24,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Added a "Create new branch" option to the branch switcher. ([#10610](https://github.com/warpdotdev/warp/pull/10610)) * Added CLI commands for managing API keys. ([#10998](https://github.com/warpdotdev/warp/pull/10998)) * Added a keybinding to toggle file navigation in Code Review. ([#11077](https://github.com/warpdotdev/warp/pull/11077)) -* Enabled the Cmd-O shortcut and @ context menu in remote SSH sessions. ([#11295](https://github.com/warpdotdev/warp/pull/11295)) +* Enabled the `CMD+O` shortcut and `@` context menu in remote SSH sessions. ([#11295](https://github.com/warpdotdev/warp/pull/11295)) * Added diff statistics to the diff chip in remote SSH sessions. ([#11214](https://github.com/warpdotdev/warp/pull/11214)) **Bug fixes**