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
docs: add changelog entry for 2026.05.06 release (#47)
* docs: add changelog entry for 2026.05.06 release
Co-Authored-By: Oz <oz-agent@warp.dev>
* fix: address review comments on 2026.05.06 changelog entry
- Add missing blank line before ### header
- Wrap slash commands in backticks (/set-tab-color, /continue-locally, /feedback, /open-file)
- Wrap gh pr view and --version flag in backticks
- Fix keyboard shortcut formatting: cmd+f → `⌘+F`, Ctrl-G → `Ctrl+G`
- Add Linux capitalization
- Fix verb tense: Fixes → Fixed
- Rewrite internal ticket copy to user-facing prose
- Expand Cmd/Ctrl+Shift+Up/Down to platform-split format with symbols
Co-Authored-By: Oz <oz-agent@warp.dev>
* docs: glossary terminology + build hygiene cleanup (#46)
* Apply glossary terminology fixes
* Replace 'AI agent(s)' with 'agent(s)' across 15 guide pages — the
glossary calls out the redundant AI prefix.
* Capitalize 'agent mode' to 'Agent Mode' in two guides and the
privacy telemetry table.
* Replace 'whitelist' with 'allowlist' in the customize-appearance
guide.
Note: 'blocklist' references in src/content/ were intentionally left
as-is. Most refer to Warp UI element names (e.g. 'Blocklist'
subshell feature, 'Hide secrets in blocklist' setting) or to the
list-of-Blocks UX, not security denylists. A separate content
rewrite pass would be needed to bring those into glossary alignment.
Co-Authored-By: Oz <oz-agent@warp.dev>
* Fix build noise and broken style_lint script
* astro.config.mjs: Map 'promql' to 'text' through Expressive Code's
shiki.langAlias config. Shiki doesn't bundle a PromQL grammar, so
every build emitted six 'language could not be found' warnings for
the PromQL examples in monitoring.mdx. Aliasing keeps the semantic
'promql' tag in the source MDX while silencing the warnings.
* .agents/skills/style_lint/style_lint.py: Update DOCS_ROOT from
'docs' to 'src/content/docs' so the script actually scans Astro
Starlight content. Previously '--all' silently scanned 0 files
and reported 'No issues found'. Also include .mdx alongside .md
in the file walk and fix a stale 'docs/' path in the changed-files
and PR helpers.
Co-Authored-By: Oz <oz-agent@warp.dev>
* Restore "AI" in PM guide title for SEO
Per Rachael's review comment: keep "AI" in the title intentionally
for SEO even though our style guide treats "AI agents" as redundant.
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
* docs: add Oz updates sections to 2026.05.06 and 2026.04.29 changelog entries
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>
Co-authored-by: Hong Yi Chen <hongyi@warp.dev>
Copy file name to clipboardExpand all lines: src/content/docs/changelog/2026.mdx
+83-2Lines changed: 83 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,83 @@ 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.04.29 (v0.2026.04.29.08.57)
9
+
### 2026.05.06 (v0.2026.05.06.15.42)
10
+
11
+
**New features**
12
+
13
+
* Added a `/set-tab-color` slash command for setting or clearing the current tab's color from the input bar.
14
+
15
+
**Improvements**
16
+
17
+
* Added tab context menu actions to copy visible tab and pane metadata when available.
18
+
* The conversation details panel can now be opened and closed with a configurable keyboard shortcut.
19
+
* Conversation details side panel is now available for local Warp Agent conversations, not just cloud Oz runs. Click the info button in the pane header to open it for any active AI conversation.
20
+
* Reduced memory usage and CPU work in the agent runs management view while a conversation is streaming.
21
+
* Added support for drag-and-drop of image files into an active CLI agent session (e.g. Claude Code). Thanks @SagarSDagdu!
22
+
* Recognize Mistral Vibe (vibe / vibe-acp) as a known CLI agent in the terminal, with brand-colored toolbar tile. Thanks @lonexreb!
23
+
* Warp now renders inline local images and Mermaid diagrams in agent block output.
24
+
* Warp now silently falls back to a regular SSH session on remote hosts where the prebuilt remote-server binary is incompatible (e.g. glibc < 2.31), instead of attempting an install that would fail at runtime.
25
+
* Tighten orchestration event subscription scope so SSE runs only for active parent and child agent runs.
26
+
* HTML files using the .htm extension now open with HTML syntax highlighting in Warp's editor.
27
+
* Recognize Block's goose CLI agent — running goose now activates the CLI-agent toolbar, status, brand color, and icon like other recognized third-party agents. Thanks @webdevtodayjason!
28
+
* Added a `/continue-locally` slash command to continue cloud conversations locally.
29
+
* Added a "Show in Finder" (macOS) / "Show containing folder" (Linux/Windows) option to the tooltip that appears when clicking a detected file link.
30
+
31
+
**Bug fixes**
32
+
33
+
* Stop the Code Review pane from re-running `gh pr view` on every filesystem event when the current branch has no PR. Thanks @croaky!
34
+
* Fixed `/feedback` recording "Unknown" instead of the installed Warp version on packaged builds. Thanks @SagarSDagdu!
35
+
* Fixed find (`⌘+F`) selection jumping to a different match when new output streams into the active block. Thanks @amazansky!
36
+
* Fixed a command injection vulnerability when opening files in external editors on Linux.
37
+
* Fix Japanese IME losing the last character of a phrase that ends right before a punctuation mark on macOS. Thanks @s-zaizen!
38
+
* Fixed local file tree blinking/reshuffling when connected to an SSH session
39
+
* Fixed terminal text selection not auto-scrolling when dragging beyond bounds
40
+
* Fixed `Ctrl+G` not closing CLI agent rich input on Linux when editor is focused (fixes #9286). Thanks @nihalxkumar!
41
+
* Pressing backspace in the agent view when the buffer is empty no longer resets the conversation.
42
+
* Fixed unnecessary reconnect attempts for remote SSH sessions after system sleep, reducing error noise
43
+
* Fixed issue with repeated TUI redraws for CLI agents on terminal pane resize.
44
+
* Fix new-session "+" dropdown alignment when the Tabs Panel is placed on the right side of the header toolbar.
45
+
* Copy keybinding now prioritizes selected text in the input over a selected block when both are active.
46
+
*[Windows] Fix hotkey window.
47
+
*[Windows] Symlink traversal fixed.
48
+
* Fixed a crash on Windows when handing off a Web conversation to the native client ("Grid received input but did not receive Reset Grid OSC").
49
+
* Fixed a bug where multiple 'open skill' buttons shared hover state.
50
+
* Fixed Page Up and Page Down from the prompt so they scroll terminal output when the suggestion menu is closed; shortcuts appear under Keyboard Shortcuts as editable scroll actions (terminal:scroll_up_one_page / terminal:scroll_down_one_page). Thanks @fadexadex!
51
+
* Fixed the OSS Linux desktop entry so WarpOss launches through the packaged warp-terminal-oss command. Thanks @lonexreb!
52
+
* Fixed Ctrl/Cmd shortcuts (e.g. copy, paste) failing on Windows when a non-Latin keyboard layout was active.
53
+
* Fix macOS IME candidate popup positioning in code editor panes so it anchors to the editor caret instead of stale terminal/input positions. Thanks @qubaitian!
54
+
* Fixed `/open-file` handling for relative WSL paths so Unix separators are preserved before opening files on Windows hosts.
55
+
* Fixed background colour bleeding in alt screen programs (e.g. delta, diff-so-fancy) where coloured regions would incorrectly fill the entire viewport when they dominated the visible area. Thanks @JamieMcMillan!
56
+
* Clip the warping indicator's action chips (e.g. "Hide responses", "Take over", auto-approve, queue-next-prompt, stop) onto a new line on narrow panes instead of overflowing into the adjacent pane.
57
+
* Inline .bmp, .tiff / .tif, and .ico images in agent block output now render correctly instead of falling back to plain text. Thanks @anshul-garg27!
58
+
* Notifications and session UI from the community-maintained pi-mono plugin (Pi CLI agent) are now wired through Warp's default session listener. Thanks @lonexreb!
59
+
* Fixed an issue where attaching an image in block input did not immediately lock into Agent Mode, which could cause the NLD classifier to introduce uncertainty.
60
+
* Remote-server installs no longer fail when the staging-directory cleanup hits a "Directory not empty" race after the binary has already been moved into place.
61
+
* .command shell scripts now open with shell syntax highlighting in Warp's editor.
62
+
* Fix git diff chip flickering between tracked-only and all-files count when untracked files are present
63
+
* Open File → Default App now opens files in the running Warp channel instead of routing to a different installed Warp.
64
+
* Fixed vertical tabs settings popup items (View as, Density, Pane title as) being unclickable. Thanks @leozeli!
65
+
* Fixed a macOS memory leak that occurred when Warp enumerated system fonts or built a font fallback chain.
66
+
* Executable shell scripts opened from a file:// URL now run in the terminal instead of opening in the editor. Thanks @amriksingh0786!
67
+
* Fixed Option+Enter, Option+Tab, and Option+Escape sending literal key names instead of correct escape sequences. Thanks @oliver-ni!
68
+
* Fixed read_files tool showing an empty box when the LLM requests line ranges beyond the end of a file.
69
+
* Fixed Linux WarpOSS application-menu launcher pointing to a non-existent warp-oss binary; the .desktop Exec line now matches the installed warp-terminal-oss launcher. Thanks @lonexreb!
70
+
* Prevent Warp from consuming too much memory when identifying filepaths in long block outputs.
71
+
* Don't trigger the agent onboarding tutorial when Warp is running in headless SDK/CLI mode.
72
+
* Added `--version` flag support in the Oz CLI
73
+
* Fixed file tree flickering when transitioning to an SSH remote session
74
+
* Fixed scroll-to-start/end of selected block keybinding (`⌘+Shift+↑`/`⌘+Shift+↓` on macOS, `Ctrl+Shift+↑`/`Ctrl+Shift+↓` on Windows/Linux) not working when the input is focused.
75
+
* Fix the terminal pane background appearing darker in horizontal tabs mode when the active theme has a background image or a custom window opacity.
76
+
* AI code blocks tagged vue, xml, dockerfile, jsx, tsx, objective-c, or starlark now render with syntax highlighting. Common aliases like rs, py, js, ts, yml, kt, rb, golang, terraform, and docker are also recognized.
77
+
* Reopen Closed Session is now reachable from the new-session menu on Linux and Windows.
78
+
* Fixed missing syntax highlighting for C++ header files using .hpp, .hxx, or .H extensions.
79
+
80
+
**Oz updates**
81
+
82
+
* Add Codex as a supported harness for local child agents.
83
+
* Configurable max context window per profile.
84
+
85
+
### 2026.04.29
10
86
11
87
**Improvements**
12
88
@@ -27,7 +103,12 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
27
103
* Fixed a small memory leak on macOS that could accumulate Core Graphics objects during text rendering.
28
104
* Fixed settings popup items (View as / Density) being unclickable (thanks @leozeli!).
29
105
30
-
### 2026.04.27 (v0.2026.04.27.15.32)
106
+
**Oz updates**
107
+
108
+
* Reduced the oz CLI tarball download size by ~60% on both macOS and Linux.
109
+
* Model selector no longer shows promotional discounts for models routed through your own API key (BYOK), since those discounts only apply to Warp-billed usage.
0 commit comments