From 422ded8a1893eeeb6a09dffe141a18471d4b748c Mon Sep 17 00:00:00 2001 From: Oz Date: Fri, 5 Jun 2026 17:22:31 +0000 Subject: [PATCH 1/3] docs: weekly release updates (2026-06-05) Co-Authored-By: Oz --- src/content/docs/changelog/2026.mdx | 76 +++++++++++++++++++ .../community/open-source-licenses.mdx | 62 +++++++++++++-- .../privacy-and-security/privacy.mdx | 9 ++- 3 files changed, 139 insertions(+), 8 deletions(-) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index aea71495..a5fd33fb 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -6,6 +6,82 @@ description: >- Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) +### 2026.06.03 (v0.2026.06.03.09.49) + +**New features** + +* Added the installation path into de Windows App Paths Registry ([#10805](https://github.com/warpdotdev/warp/pull/10805)) — [@Cocodrulo](https://github.com/Cocodrulo) ✨ +* Queue multiple follow-up prompts while the agent is working either by using the /queue command, prompt queueing mode (activated via a chip in the warping line), and/or by changing your default prompt submission mode to "Queue until response finishes" in settings. ([#12081](https://github.com/warpdotdev/warp/pull/12081)) + +**Improvements** + +* Add configurable absolute and relative line numbers for code editors. ([#10012](https://github.com/warpdotdev/warp/pull/10012)) +* Added support for warp://action/open_file_editor URIs to open files at specific locations from external apps ([#10233](https://github.com/warpdotdev/warp/pull/10233)) +* Agent requests now include PR and repository metadata, enabling better context-aware responses ([#10391](https://github.com/warpdotdev/warp/pull/10391)) +* Cloud environment creation modal now auto-focuses the name field for quicker setup ([#11233](https://github.com/warpdotdev/warp/pull/11233)) +* Authentication secrets for agent orchestration can now be deleted directly from the selector menu ([#11241](https://github.com/warpdotdev/warp/pull/11241)) +* Conversation usage breakdown now surfaces inference vs. platform credit split ([#11441](https://github.com/warpdotdev/warp/pull/11441)) +* Added command palette entries for toggle settings that were missing across Appearance, Features, Code, Privacy, AI, and other settings pages ([#11512](https://github.com/warpdotdev/warp/pull/11512)) +* Cloud agent setup mode now uses the improved queued prompt UI ([#11547](https://github.com/warpdotdev/warp/pull/11547)) +* Cloud agent sessions can now be started without an initial prompt ([#11573](https://github.com/warpdotdev/warp/pull/11573)) +* Updated /compact-and and /fork-and-compact commands to use the new queued prompts UI ([#11575](https://github.com/warpdotdev/warp/pull/11575)) +* Polished the orchestration pill bar and segmented control UI to better match design specs ([#11578](https://github.com/warpdotdev/warp/pull/11578)) +* Remote project skill locations are now correctly propagated through the UI ([#11581](https://github.com/warpdotdev/warp/pull/11581)) +* Cloud agent conversations now always display the fast-forward chip as enabled, reflecting actual behavior ([#11690](https://github.com/warpdotdev/warp/pull/11690)) +* Added setting to control whether mid-conversation prompts interrupt or queue the agent ([#11746](https://github.com/warpdotdev/warp/pull/11746)) +* Added missing flag completions for `gh pr merge`. ([#11764](https://github.com/warpdotdev/warp/pull/11764)) +* Enabled handoff for locally orchestrated conversations. ([#11768](https://github.com/warpdotdev/warp/pull/11768)) +* Maximized orchestration pane now stays maximized when opening sub-agent conversations ([#11776](https://github.com/warpdotdev/warp/pull/11776)) +* Improved lightbox UX: background click now dismisses correctly, and light theme button rendering is fixed ([#11783](https://github.com/warpdotdev/warp/pull/11783)) +* Reordered the tools panel to show the project explorer first and conversation list second ([#11843](https://github.com/warpdotdev/warp/pull/11843)) +* Remote project skill locations are now correctly resolved in tool output ([#11863](https://github.com/warpdotdev/warp/pull/11863)) +* Added 'Send Now' button to queued prompts for immediate execution ([#11880](https://github.com/warpdotdev/warp/pull/11880)) +* Vertical tab agent icons now reflect active child-agent status for orchestration sessions. ([#11895](https://github.com/warpdotdev/warp/pull/11895)) +* Added dotnet CLI completions ([#11919](https://github.com/warpdotdev/warp/pull/11919)) +* Improved queued prompt hover behavior and drag handle UX ([#12067](https://github.com/warpdotdev/warp/pull/12067)) + +**Bug fixes** + +* Fixed custom themes not syncing correctly across machines when using Settings Sync ([#9728](https://github.com/warpdotdev/warp/pull/9728)) — [@nisavid](https://github.com/nisavid) ✨ +* Fixed MCP install/update modal primary buttons using incorrect button styling ([#10586](https://github.com/warpdotdev/warp/pull/10586)) +* AI responses that contain Markdown tables now render as structured tables in Stable instead of monospaced pipe-table blocks. ([#10683](https://github.com/warpdotdev/warp/pull/10683)) +* Fixed MCP server log files growing unbounded; logs are now rotated to cap disk usage ([#10874](https://github.com/warpdotdev/warp/pull/10874)) — [@david-engelmann](https://github.com/david-engelmann) ✨ +* Fix Windows PowerShell command discovery when localized executable names are emitted in a non-UTF-8 code page. ([#11203](https://github.com/warpdotdev/warp/pull/11203)) — [@cesaryuan](https://github.com/cesaryuan) ✨ +* Fixed 'Maximize Pane' option missing from the overflow menu in Rendered Markdown mode ([#11258](https://github.com/warpdotdev/warp/pull/11258)) — [@wzc520pyfm](https://github.com/wzc520pyfm) ✨ +* Artifact upload failures now surface actionable quota-limit details when upload limits are reached. ([#11386](https://github.com/warpdotdev/warp/pull/11386)) +* Fixed Tab configs: pressing Space while a parameter dropdown is focused now selects the item instead of switching fields ([#11412](https://github.com/warpdotdev/warp/pull/11412)) +* Fixed find highlights lingering on AI blocks after closing the find bar. ([#11458](https://github.com/warpdotdev/warp/pull/11458)) +* Fixed custom LLM models being reset to defaults during preference reconciliation on app startup ([#11655](https://github.com/warpdotdev/warp/pull/11655)) +* Fixed new model choices popup banner overflowing on mobile/thin devices ([#11685](https://github.com/warpdotdev/warp/pull/11685)) +* Shared cloud-agent session details now show a muted no-access notice when run metadata is restricted instead of displaying a raw permission error. ([#11686](https://github.com/warpdotdev/warp/pull/11686)) +* Fixed the team settings owner badge being unreadable on some themes. ([#11689](https://github.com/warpdotdev/warp/pull/11689)) +* Fixed terminal input being incorrectly active during GitHub Actions session shares ([#11691](https://github.com/warpdotdev/warp/pull/11691)) +* Fixed Windows terminal startup failures caused by REG_MULTI_SZ registry environment variables being passed to CreateProcessW ([#11714](https://github.com/warpdotdev/warp/pull/11714)) +* Fixed orchestration session restoration so the pill bar, child transcript name resolution, restored remote-child cloud transcripts, and cloud-parent panes all work correctly after a Warp restart. ([#11722](https://github.com/warpdotdev/warp/pull/11722)) +* Fixed conversation creator profiles not displaying correctly in shared conversations ([#11725](https://github.com/warpdotdev/warp/pull/11725)) +* Fixed a crash when rendering AI reasoning or summaries that contain multiple markdown images. ([#11766](https://github.com/warpdotdev/warp/pull/11766)) +* Clarify BYOK / Custom inference settings copy: API keys are stored only on your device, never on Warp's servers, and used to make requests to your chosen model provider. ([#11780](https://github.com/warpdotdev/warp/pull/11780)) +* Fixed `/app` in Warp-on-Web opening the wrong Agent experience instead of the Cloud Agent start page. ([#11781](https://github.com/warpdotdev/warp/pull/11781)) +* Fixed working directories not being cleaned up correctly after code review sessions ([#11789](https://github.com/warpdotdev/warp/pull/11789)) +* Fixed duplicate codebase indexing entries appearing for remote server connections ([#11792](https://github.com/warpdotdev/warp/pull/11792)) +* Fixed orchestration pill bar hover card showing the wrong harness for non-Warp child agents (e.g. Claude Code). ([#11800](https://github.com/warpdotdev/warp/pull/11800)) +* Fixed Continue button remaining active when the New API key form is incomplete ([#11802](https://github.com/warpdotdev/warp/pull/11802)) +* Removed built-in feedback skill; the /feedback command now consistently opens the external feedback form ([#11806](https://github.com/warpdotdev/warp/pull/11806)) +* Fixed a crash when the agent's context window limit is exceeded ([#11813](https://github.com/warpdotdev/warp/pull/11813)) +* Fixed agent conversations sometimes failing to restore after restarting Warp ([#11814](https://github.com/warpdotdev/warp/pull/11814)) +* Fix find match highlight position in initial /agent queries ([#11823](https://github.com/warpdotdev/warp/pull/11823)) — [@AndreKalberer](https://github.com/AndreKalberer) ✨ +* Fixed queued prompts panel appearing alongside inline menus, causing visual overlap ([#11848](https://github.com/warpdotdev/warp/pull/11848)) +* Fixed symlinked gitignored paths not being handled correctly in code review ([#11856](https://github.com/warpdotdev/warp/pull/11856)) +* Fixed duplicated leading characters in wrapped zsh command blocks when using the Warp prompt. ([#11868](https://github.com/warpdotdev/warp/pull/11868)) +* Fixed the Accept button staying enabled in the multi-agent run card when "New API key" was selected in the harness API key picker without a key being created. ([#11904](https://github.com/warpdotdev/warp/pull/11904)) +* Fixed billing usage display showing incorrect per-user base credit limits ([#11910](https://github.com/warpdotdev/warp/pull/11910)) +* Fixed apply-diff/edit-file sending full file contents instead of only changed ranges after accepting edits ([#11987](https://github.com/warpdotdev/warp/pull/11987)) +* Fixed duplicate command palette entries for mouse reporting. ([#12011](https://github.com/warpdotdev/warp/pull/12011)) +* Fixed project skill refreshes causing UI stalls when unrelated files change in large repositories. ([#12040](https://github.com/warpdotdev/warp/pull/12040)) +* Fixed the orchestration pill bar's scrollbar overlapping the agent chips. ([#12045](https://github.com/warpdotdev/warp/pull/12045)) +* Fixed a crash when trying to use the microphone on macOS ([#12074](https://github.com/warpdotdev/warp/pull/12074)) +* Fixed several queued prompt issues: /queue command behavior in empty conversations and other paper cuts ([#12105](https://github.com/warpdotdev/warp/pull/12105)) + ### 2026.05.27 (v0.2026.05.27.15.44) **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 161c3711..340e9f93 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 @@ -6,7 +6,6 @@ sidebar: label: "Open Source Licenses" --- - ## Dependencies | Dependency | License | @@ -24,6 +23,7 @@ sidebar: | 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 | +| fragile 2.0.0 | Apache License 2.0 | | hound 3.5.1 | Apache License 2.0 | | iri-string 0.7.8 | Apache License 2.0 | | kurbo 0.13.0 | Apache License 2.0 | @@ -125,6 +125,7 @@ sidebar: | bytecount 0.6.9 | Apache License 2.0 | | notify-rust 4.11.7 | Apache License 2.0 | | pinned 0.1.0 | Apache License 2.0 | +| predicates 3.1.3 | Apache License 2.0 | | unicode-general-category 1.1.0 | Apache License 2.0 | | winapi 0.3.9 | Apache License 2.0 | | wio 0.2.2 | Apache License 2.0 | @@ -341,8 +342,9 @@ sidebar: | markup5ever 0.35.0 | Apache License 2.0 | | markup5ever_rcdom 0.35.0+unofficial | Apache License 2.0 | | memo-map 0.3.2 | Apache License 2.0 | -| metal 0.33.0 | Apache License 2.0 | | mime 0.3.17 | Apache License 2.0 | +| mockall 0.13.1 | Apache License 2.0 | +| mockall_derive 0.13.1 | Apache License 2.0 | | num-bigint 0.4.6 | Apache License 2.0 | | num-complex 0.4.6 | Apache License 2.0 | | num-derive 0.4.2 | Apache License 2.0 | @@ -649,7 +651,8 @@ sidebar: | num_enum_derive 0.7.4 | Apache License 2.0 | | objc2-app-kit 0.3.2 | Apache License 2.0 | | objc2-audio-toolbox 0.3.0 | Apache License 2.0 | -| objc2-avf-audio 0.3.0 | Apache License 2.0 | +| objc2-av-foundation 0.3.2 | Apache License 2.0 | +| objc2-avf-audio 0.3.2 | Apache License 2.0 | | objc2-core-audio-types 0.3.2 | Apache License 2.0 | | objc2-core-audio 0.3.2 | Apache License 2.0 | | objc2-core-foundation 0.3.2 | Apache License 2.0 | @@ -670,6 +673,8 @@ sidebar: | pin-project 1.1.3 | Apache License 2.0 | | portable-atomic-util 0.2.4 | Apache License 2.0 | | portable-atomic 1.11.1 | Apache License 2.0 | +| predicates-core 1.0.6 | Apache License 2.0 | +| predicates-tree 1.0.9 | Apache License 2.0 | | prettyplease 0.2.37 | Apache License 2.0 | | proc-macro2 1.0.106 | Apache License 2.0 | | process-wrap 9.1.0 | Apache License 2.0 | @@ -823,6 +828,7 @@ sidebar: | kqueue-sys 1.0.4 | MIT License | | kqueue 1.0.8 | MIT License | | async-tungstenite 0.28.2 | MIT License | +| termtree 0.4.1 | MIT License | | memoffset 0.7.1 | MIT License | | memoffset 0.9.0 | MIT License | | redox_syscall 0.2.16 | MIT License | @@ -1031,6 +1037,7 @@ sidebar: | crossterm_winapi 0.9.1 | MIT License | | line-span 0.1.5 | MIT License | | fluent-uri 0.1.4 | MIT License | +| downcast 0.11.0 | MIT License | | endi 1.1.0 | MIT License | | is-terminal 0.4.17 | MIT License | | unsafe-libyaml 0.2.11 | MIT License | @@ -2454,6 +2461,7 @@ Apache License 2.0 - ctutils 0.4.2 - embed_plist 1.2.2 - encoding_rs 0.8.35 + - fragile 2.0.0 - hound 3.5.1 - iri-string 0.7.8 - kurbo 0.13.0 @@ -6443,6 +6451,7 @@ Apache License 2.0 - bytecount 0.6.9 - notify-rust 4.11.7 - pinned 0.1.0 + - predicates 3.1.3 - unicode-general-category 1.1.0 - winapi 0.3.9 - wio 0.2.2 @@ -12573,8 +12582,9 @@ Apache License 2.0 - markup5ever 0.35.0 - markup5ever_rcdom 0.35.0+unofficial - memo-map 0.3.2 - - metal 0.33.0 - mime 0.3.17 + - mockall 0.13.1 + - mockall_derive 0.13.1 - num-bigint 0.4.6 - num-complex 0.4.6 - num-derive 0.4.2 @@ -17725,7 +17735,8 @@ Apache License 2.0 - num_enum_derive 0.7.4 - objc2-app-kit 0.3.2 - objc2-audio-toolbox 0.3.0 - - objc2-avf-audio 0.3.0 + - objc2-av-foundation 0.3.2 + - objc2-avf-audio 0.3.2 - objc2-core-audio-types 0.3.2 - objc2-core-audio 0.3.2 - objc2-core-foundation 0.3.2 @@ -17746,6 +17757,8 @@ Apache License 2.0 - pin-project 1.1.3 - portable-atomic-util 0.2.4 - portable-atomic 1.11.1 + - predicates-core 1.0.6 + - predicates-tree 1.0.9 - prettyplease 0.2.37 - proc-macro2 1.0.106 - process-wrap 9.1.0 @@ -19424,6 +19437,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +MIT License + - termtree 0.4.1 +-------------------------------------------------------------------------------- +Copyright (c) 2017 Doug Tangren + +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 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 - memoffset 0.7.1 - memoffset 0.9.0 @@ -21859,6 +21897,20 @@ 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 + - downcast 0.11.0 +-------------------------------------------------------------------------------- +MIT License (MIT) + +Copyright (c) 2017 Felix Köpge + +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 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 f5fd1ceb..05c7ab30 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 @@ -66,7 +66,6 @@ Deletion jobs run every 24 hours, so if you deleted your account and want to sig If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow will require that you assign a team member as the new admin. ::: - ### Exhaustive Telemetry Table | Event Name | Description | @@ -176,7 +175,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `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. | +| `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 | | `AgentTip Shown` | Selected an Agent Tip to show in the Agent Mode status bar | @@ -380,6 +379,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `Dismiss Welcome Tips` | Dismissed Welcome tips | | `Don't Show Sharer Grant Modal Again` | When you check don't show again on the confirmation modal for granting a role | | `Drag and Drop Tab` | Tab dragged and dropped | +| `Drag and Drop Tab Group` | Tab group dragged and dropped | | `Duplicate Object` | Cloned a Warp Drive object | | `Edited Input Before Precmd` | Input edited before precmd hook completes | | `Edited Workflow Alias Argument` | Edited an argument in a Warp Drive workflow alias | @@ -503,6 +503,10 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `Prompt Edited` | Edited the prompt using the built-in prompt editor | | `Prompt Editor Opened` | Opened the prompt editor | | `Pty Spawned` | Tracks the manner by which we create a new shell process (new codepath vs. old codepath). Used to ensure nothing breaks as we change parts of our infrastructure. | +| `QueuedPrompt.Deleted` | User deleted a queued prompt row | +| `QueuedPrompt.Edited` | User committed a non-empty edit to a queued prompt row | +| `QueuedPrompt.PanelCollapseToggled` | User toggled the queued prompts panel collapse state | +| `QueuedPrompt.Reordered` | User reordered a queued prompt row via drag-and-drop | | `Quit Modal Cancel Pressed` | `Cancel` button on the alert modal was pressed | | `Quit Modal Disabled` | The quit modal dialog has been disabled and will not popup when a user closes Warp while a session is running | | `Quit Modal Shown` | Showed an alert modal to warn the user about closing the app/window with a running process | @@ -687,4 +691,3 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `revenue.AutoReloadModalClosed` | User closed the auto-reload modal (either dismissed or enabled auto-reload) | | `revenue.AutoReloadToggledFromBillingSettings` | User toggled auto-reload in Billing & Usage settings | | `revenue.OutOfCreditsBannerClosed` | User closed the 'Out of credits' banner (dismissed or purchased credits) | - From 13311bd5c2a35b5dbe3c4553578280e4191f5be4 Mon Sep 17 00:00:00 2001 From: dannyneira <16809145+dannyneira@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:58:25 +0000 Subject: [PATCH 2/3] docs: weekly release updates (2026-06-05) Co-Authored-By: Oz --- .../support-and-community/privacy-and-security/privacy.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 05c7ab30..382053fa 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 @@ -175,7 +175,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `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. | +| `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 | | `AgentTip Shown` | Selected an Agent Tip to show in the Agent Mode status bar | @@ -691,3 +691,4 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `revenue.AutoReloadModalClosed` | User closed the auto-reload modal (either dismissed or enabled auto-reload) | | `revenue.AutoReloadToggledFromBillingSettings` | User toggled auto-reload in Billing & Usage settings | | `revenue.OutOfCreditsBannerClosed` | User closed the 'Out of credits' banner (dismissed or purchased credits) | + From d768553b3d04861abc57d5c56b3654c142ca5eff Mon Sep 17 00:00:00 2001 From: Danny Neira <16809145+dannyneira@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:58:25 -0600 Subject: [PATCH 3/3] docs: align changelog command backticks and telemetry spacing Co-Authored-By: Oz --- src/content/docs/changelog/2026.mdx | 10 +++++----- .../privacy-and-security/privacy.mdx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/changelog/2026.mdx b/src/content/docs/changelog/2026.mdx index a5fd33fb..33149aad 100644 --- a/src/content/docs/changelog/2026.mdx +++ b/src/content/docs/changelog/2026.mdx @@ -11,7 +11,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd **New features** * Added the installation path into de Windows App Paths Registry ([#10805](https://github.com/warpdotdev/warp/pull/10805)) — [@Cocodrulo](https://github.com/Cocodrulo) ✨ -* Queue multiple follow-up prompts while the agent is working either by using the /queue command, prompt queueing mode (activated via a chip in the warping line), and/or by changing your default prompt submission mode to "Queue until response finishes" in settings. ([#12081](https://github.com/warpdotdev/warp/pull/12081)) +* Queue multiple follow-up prompts while the agent is working either by using the `/queue` command, prompt queueing mode (activated via a chip in the warping line), and/or by changing your default prompt submission mode to "Queue until response finishes" in settings. ([#12081](https://github.com/warpdotdev/warp/pull/12081)) **Improvements** @@ -24,7 +24,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Added command palette entries for toggle settings that were missing across Appearance, Features, Code, Privacy, AI, and other settings pages ([#11512](https://github.com/warpdotdev/warp/pull/11512)) * Cloud agent setup mode now uses the improved queued prompt UI ([#11547](https://github.com/warpdotdev/warp/pull/11547)) * Cloud agent sessions can now be started without an initial prompt ([#11573](https://github.com/warpdotdev/warp/pull/11573)) -* Updated /compact-and and /fork-and-compact commands to use the new queued prompts UI ([#11575](https://github.com/warpdotdev/warp/pull/11575)) +* Updated `/compact-and` and `/fork-and-compact` commands to use the new queued prompts UI ([#11575](https://github.com/warpdotdev/warp/pull/11575)) * Polished the orchestration pill bar and segmented control UI to better match design specs ([#11578](https://github.com/warpdotdev/warp/pull/11578)) * Remote project skill locations are now correctly propagated through the UI ([#11581](https://github.com/warpdotdev/warp/pull/11581)) * Cloud agent conversations now always display the fast-forward chip as enabled, reflecting actual behavior ([#11690](https://github.com/warpdotdev/warp/pull/11690)) @@ -66,10 +66,10 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Fixed duplicate codebase indexing entries appearing for remote server connections ([#11792](https://github.com/warpdotdev/warp/pull/11792)) * Fixed orchestration pill bar hover card showing the wrong harness for non-Warp child agents (e.g. Claude Code). ([#11800](https://github.com/warpdotdev/warp/pull/11800)) * Fixed Continue button remaining active when the New API key form is incomplete ([#11802](https://github.com/warpdotdev/warp/pull/11802)) -* Removed built-in feedback skill; the /feedback command now consistently opens the external feedback form ([#11806](https://github.com/warpdotdev/warp/pull/11806)) +* Removed built-in feedback skill; the `/feedback` command now consistently opens the external feedback form ([#11806](https://github.com/warpdotdev/warp/pull/11806)) * Fixed a crash when the agent's context window limit is exceeded ([#11813](https://github.com/warpdotdev/warp/pull/11813)) * Fixed agent conversations sometimes failing to restore after restarting Warp ([#11814](https://github.com/warpdotdev/warp/pull/11814)) -* Fix find match highlight position in initial /agent queries ([#11823](https://github.com/warpdotdev/warp/pull/11823)) — [@AndreKalberer](https://github.com/AndreKalberer) ✨ +* Fix find match highlight position in initial `/agent` queries ([#11823](https://github.com/warpdotdev/warp/pull/11823)) — [@AndreKalberer](https://github.com/AndreKalberer) ✨ * Fixed queued prompts panel appearing alongside inline menus, causing visual overlap ([#11848](https://github.com/warpdotdev/warp/pull/11848)) * Fixed symlinked gitignored paths not being handled correctly in code review ([#11856](https://github.com/warpdotdev/warp/pull/11856)) * Fixed duplicated leading characters in wrapped zsh command blocks when using the Warp prompt. ([#11868](https://github.com/warpdotdev/warp/pull/11868)) @@ -80,7 +80,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd * Fixed project skill refreshes causing UI stalls when unrelated files change in large repositories. ([#12040](https://github.com/warpdotdev/warp/pull/12040)) * Fixed the orchestration pill bar's scrollbar overlapping the agent chips. ([#12045](https://github.com/warpdotdev/warp/pull/12045)) * Fixed a crash when trying to use the microphone on macOS ([#12074](https://github.com/warpdotdev/warp/pull/12074)) -* Fixed several queued prompt issues: /queue command behavior in empty conversations and other paper cuts ([#12105](https://github.com/warpdotdev/warp/pull/12105)) +* Fixed several queued prompt issues: `/queue` command behavior in empty conversations and other paper cuts ([#12105](https://github.com/warpdotdev/warp/pull/12105)) ### 2026.05.27 (v0.2026.05.27.15.44) 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 382053fa..d30aa889 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 @@ -175,7 +175,7 @@ If you're a [Team](/knowledge-and-collaboration/teams/) admin, the deletion flow | `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. | +| `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 | | `AgentTip Shown` | Selected an Agent Tip to show in the Agent Mode status bar |