更新日志
更新日志 — 2026
# Changelog — 2026 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** * You can now hand off local Warp Agent conversations to the cloud. ([#10910](https://github.com/warpdotdev/warp/pull/10910)) **Improvements** * Cloud conversations are now accessible via `/conversations`. ([#10800](https://github.com/warpdotdev/warp/pull/10800)) * Refreshed metadata and iconography for the cloud agent view entry block. ([#11088](https://github.com/warpdotdev/warp/pull/11088)) * Blocklist search now runs asynchronously for snappier command suggestions. ([#9618](https://github.com/warpdotdev/warp/pull/9618)) * Opening a cloud agent conversation now attaches to its existing session when one is available. ([#11097](https://github.com/warpdotdev/warp/pull/11097)) * Show the cloud agent environment name and setup status alongside vertical-tabs pwd. ([#11006](https://github.com/warpdotdev/warp/pull/11006)) * Added a 'Your team is full' alert above the invite header in Settings → Team. ([#10705](https://github.com/warpdotdev/warp/pull/10705)) * Cloud Mode initial runs now automatically retry after completing GitHub authentication. ([#10973](https://github.com/warpdotdev/warp/pull/10973)) * [Tab configs] Tab configs now run their commands sequentially. ([#10698](https://github.com/warpdotdev/warp/pull/10698)) * Show server-provided `user_display_message` text in quota-limit errors. ([#10279](https://github.com/warpdotdev/warp/pull/10279)) * 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 ✨ * 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 ✨ * Skipped the SSH extension install on unsupported remote platforms. ([#10950](https://github.com/warpdotdev/warp/pull/10950)) * Skipped repo-menu git stats on startup to improve launch performance. ([#10937](https://github.com/warpdotdev/warp/pull/10937)) * Reduced unnecessary git operations on startup when the Code Review panel is closed. ([#10934](https://github.com/warpdotdev/warp/pull/10934)) **Bug fixes** * Fixed Mermaid diagram text not rendering in Warp on Web. ([#11141](https://github.com/warpdotdev/warp/pull/11141)) * Clipped the inline menu header to prevent overflow in split panes. ([#10811](https://github.com/warpdotdev/warp/pull/10811)) — @SagarSDagdu ✨ * [Windows] Inno Setup now terminates the minidump server process if it fails to exit. ([#10766](https://github.com/warpdotdev/warp/pull/10766)) * [Linux] Fixed Warp on Raspberry Pi. ([#10688](https://github.com/warpdotdev/warp/pull/10688)) * Stop waiting for file-based MCP servers we never attempted to start. ([#10969](https://github.com/warpdotdev/warp/pull/10969)) * Fixed restored command history after closing an SSH session. ([#10713](https://github.com/warpdotdev/warp/pull/10713)) — @fatsolko ✨ * Fixed local-repo session detection. ([#11019](https://github.com/warpdotdev/warp/pull/11019)) * Fixed remote-server connection failures when the socket path exceeded the sun_path limit. ([#11009](https://github.com/warpdotdev/warp/pull/11009)) * The details panel for cloud agent runs now displays any failures fetching the agent metadata ([#10765](https://github.com/warpdotdev/warp/pull/10765)) * Fixed an MCP OAuth issue by creating the authenticated client before refreshing the token. ([#10984](https://github.com/warpdotdev/warp/pull/10984)) * Fixed errant task status reporting for cloud agent conversations. ([#10977](https://github.com/warpdotdev/warp/pull/10977)) * 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)) * 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)) * Respect the Markdown Viewer preference when opening Markdown file links. ([#9483](https://github.com/warpdotdev/warp/pull/9483)) — @maro20066600 ✨ **Oz updates** * 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. * Multi-agent orchestration. Warp Agents will now orchestrate swarms of subagents, allowing you to parallelize tasks. ### 2026.05.14 (v0.2026.05.13.09.15) **New features** * Summary mode for vertical tabs provides a compact overview of tab contents ([#10793](https://github.com/warpdotdev/warp/pull/10793)) * You can now associate colors with directories so tabs automatically adopt the configured color when their working directory matches. Configure in **Settings** > **Appearance**. ([#10284](https://github.com/warpdotdev/warp/pull/10284)) **Improvements** * vim ctrl-d / ctrl-u scroll the code editor by half a page in normal and visual mode ([#10582](https://github.com/warpdotdev/warp/pull/10582)) — @bradleyjames ✨ * Added an autonomy speedbump when agents use the Ask-User-Question tool ([#10433](https://github.com/warpdotdev/warp/pull/10433)) * When viewing conversation transcripts, you can now see the run duration on shell commands and start/end timestamp on hover ([#10423](https://github.com/warpdotdev/warp/pull/10423)) * Remote server binary is now verified with `--version` after install ([#10687](https://github.com/warpdotdev/warp/pull/10687)) * SSH extension now supports amd64 architecture and tracks install source in telemetry ([#10534](https://github.com/warpdotdev/warp/pull/10534)) * vim zz centers the cursor's line vertically in the code editor ([#10581](https://github.com/warpdotdev/warp/pull/10581)) — @bradleyjames ✨ * Improved SSH extension install reliability — network failures now automatically retry via SCP fallback ([#10533](https://github.com/warpdotdev/warp/pull/10533)) * WSL sessions now prefer Linux-side git and gh binaries over Windows interop ([#10137](https://github.com/warpdotdev/warp/pull/10137)) — @JonRC ✨ * Added Raw and Rendered display controls for Mermaid code blocks in notebooks, planning documents, and rendered Markdown views. ([#10431](https://github.com/warpdotdev/warp/pull/10431)) * Unified agent status icons in the session management panel ([#10518](https://github.com/warpdotdev/warp/pull/10518)) * Tab config repo picker 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 so deeply nested saved repos stay distinguishable. ([#9451](https://github.com/warpdotdev/warp/pull/9451)) — @saucy-tech ✨ * Enabled Oz OIDC authentication on stable ([#10468](https://github.com/warpdotdev/warp/pull/10468)) * Added 'Reveal in Finder' option to the code pane overflow menu ([#10334](https://github.com/warpdotdev/warp/pull/10334)) — @wzc520pyfm ✨ * Agent Mode can now help you remap Warp keyboard shortcuts — ask it to change a shortcut and it will edit your keybindings.yaml for you. ([#9415](https://github.com/warpdotdev/warp/pull/9415)) — @sebryu ✨ * Agent Mode project rules are now re-indexed on app startup ([#10377](https://github.com/warpdotdev/warp/pull/10377)) * Performance improvement for opening the command palette when in a project with a lot of files. ([#10332](https://github.com/warpdotdev/warp/pull/10332)) * Context window size is now configurable for custom model endpoints ([#10386](https://github.com/warpdotdev/warp/pull/10386)) * Added 'Cycle Most Recent Tab' as a third Ctrl+Tab behavior option in Settings ([#9658](https://github.com/warpdotdev/warp/pull/9658)) — @Akeuuh ✨ * Rename Pane is now reachable from Settings → Keyboard shortcuts as a remappable binding (`workspace:rename_active_pane`), in addition to the existing right-click context menu. Thanks @lonexreb! ([#9712](https://github.com/warpdotdev/warp/pull/9712)) — @lonexreb ✨ * Added the installation path into the Windows Registry ([#10607](https://github.com/warpdotdev/warp/pull/10607)) — @Cocodrulo ✨ **Bug fixes** * Fixed shared session scrollback not restoring correctly ([#10780](https://github.com/warpdotdev/warp/pull/10780)) * Fixed duplicate commands rendering when restoring cloud mode conversations ([#10776](https://github.com/warpdotdev/warp/pull/10776)) * Fixed file edit diffs dropping the end of a partial trailing context line when applying multi-line replacements. ([#9623](https://github.com/warpdotdev/warp/pull/9623)) * Fixed a panic when the file watcher failed to initialize ([#10682](https://github.com/warpdotdev/warp/pull/10682)) * Hidden the sharer's cursor in cloud agent sessions ([#10480](https://github.com/warpdotdev/warp/pull/10480)) * Fixed rich input trapping arrow keys in CLI Agent sessions ([#10556](https://github.com/warpdotdev/warp/pull/10556)) — @SagarSDagdu ✨ * Cloud agent run details now include platform cost in the "Credits used" total (and no longer drop the field entirely when one cost bucket is null). ([#10672](https://github.com/warpdotdev/warp/pull/10672)) * Fix MCP OAuth servers disconnecting after access-token TTL expires; refresh tokens are now used to obtain new access tokens before expiry (#8863). ([#9460](https://github.com/warpdotdev/warp/pull/9460)) — @david-engelmann ✨ * Fix MCP servers advertising both tools and resources sometimes failing to start due to asymmetric capability handling (#6798). ([#9436](https://github.com/warpdotdev/warp/pull/9436)) — @david-engelmann ✨ * Code Review panel now remembers the manually-selected Git repository when leaving and returning to an Agent session in a multi-repo workspace. ([#10599](https://github.com/warpdotdev/warp/pull/10599)) — @wzc520pyfm ✨ * Fixed ambient agent sessions not re-opening correctly from the management view ([#10510](https://github.com/warpdotdev/warp/pull/10510)) * Right-aligned the `Open in Warp` button in the shared session snapshot footer. ([#10667](https://github.com/warpdotdev/warp/pull/10667)) * Fixed response controls and stopped-task footer visibility after cancelling agent-initiated long-running commands and MCP tool calls. ([#9695](https://github.com/warpdotdev/warp/pull/9695)) * Fixed a race condition in the run command executor ([#10666](https://github.com/warpdotdev/warp/pull/10666)) * Fixed a bug where cloud conversations were sometimes empty on-join. ([#10670](https://github.com/warpdotdev/warp/pull/10670)) * [Windows/Linux] Text selection on soft-wrapped lines fixed. ([#10445](https://github.com/warpdotdev/warp/pull/10445)) * Fixed zombie minidump server process blocking Windows auto-update ([#10528](https://github.com/warpdotdev/warp/pull/10528)) * Fixed MCP install/update modal button text color ([#10166](https://github.com/warpdotdev/warp/pull/10166)) * Child agent panes are now restored lazily when reopening a parent agent conversation. ([#10371](https://github.com/warpdotdev/warp/pull/10371)) * Fixed 'open .command' file failing to launch ([#10543](https://github.com/warpdotdev/warp/pull/10543)) — @Jackie-Tang ✨ * Fix unreadable repository switcher text in the Code Review pane after toggling between light and dark themes. ([#10601](https://github.com/warpdotdev/warp/pull/10601)) — @wzc520pyfm ✨ * Stop the GitHub PR prompt chip from polling `gh pr view` every 30 seconds when nothing has changed, preventing it from draining the user's GitHub GraphQL rate limit. ([#10307](https://github.com/warpdotdev/warp/pull/10307)) — @croaky ✨ * Fixed tmux status line colors leaking into alternate screen background rendering. ([#10132](https://github.com/warpdotdev/warp/pull/10132)) — @MeteorSkyOne ✨ * Reserved titlebar space for right-side window controls on Windows/Linux ([#10178](https://github.com/warpdotdev/warp/pull/10178)) — @gabrimatic ✨ * Fixed Mermaid diagrams showing an indefinite rendering placeholder when rendering fails or times out. ([#10432](https://github.com/warpdotdev/warp/pull/10432)) * Fixed remote file tree not updating with local file changes ([#10514](https://github.com/warpdotdev/warp/pull/10514)) * Fixed code review find bar not cleaning up on close ([#10451](https://github.com/warpdotdev/warp/pull/10451)) — @EdenBendheim ✨ * Fixed CLI agent notifications in WSL sessions by forwarding the required Warp environment variables into WSL. ([#10174](https://github.com/warpdotdev/warp/pull/10174)) — @gabrimatic ✨ * Fixed cloud conversation background and status styling ([#10511](https://github.com/warpdotdev/warp/pull/10511)) * Fixed Vietnamese characters being silently dropped on Windows when typing with Unikey or EVKey in Telex/VNI mode. ([#10442](https://github.com/warpdotdev/warp/pull/10442)) * Slash commands now correctly respect enablement checks at execution time ([#10466](https://github.com/warpdotdev/warp/pull/10466)) * Fixed file path detection for paths preceded by Unicode/CJK punctuation ([#10250](https://github.com/warpdotdev/warp/pull/10250)) — @SagarSDagdu ✨ * Fixed pacman signing key validation before allowing Arch Linux auto-update ([#9706](https://github.com/warpdotdev/warp/pull/9706)) — @Naveen-Boddepalli ✨ * Tab titles for plugin-backed CLI agents (e.g. Claude Code via claude-code-warp) no longer keep showing stale permission-prompt text after a session completes. Thanks @lonexreb! ([#9671](https://github.com/warpdotdev/warp/pull/9671)) — @lonexreb ✨ * Fixed prompt branch picker clicks for branches checked out in linked worktrees. Thanks to @JasonLovesDoggo (#9264), @tkshsbcue (#9440), and @lonexreb (#9560) for earlier fixes and investigation. ([#9905](https://github.com/warpdotdev/warp/pull/9905)) — @kranthik10 ✨ * Fix remote-server SSH wrapper failing to install the Oz agent on macOS remotes whose `bash -s` resolves to Apple bash 3.2 (the default), which surfaced as "Initialize: Response channel closed before receiving a reply" and a misplaced binary under `~/"/Users/.../"`. ([#10317](https://github.com/warpdotdev/warp/pull/10317)) — @lucasdoell ✨ * Child agent initial prompts (from orchestrator) no longer appear in the agent input completion history. ([#10304](https://github.com/warpdotdev/warp/pull/10304)) * Fixed infinite SSE retry loop on stale agent runs ([#10383](https://github.com/warpdotdev/warp/pull/10383)) * Fixed Markdown table-of-contents anchor links in rendered notebooks. ([#10143](https://github.com/warpdotdev/warp/pull/10143)) — @haikomatt ✨ * Fixed cloud conversation transcript pane getting stuck in loading state after restarting Warp ([#10385](https://github.com/warpdotdev/warp/pull/10385)) * Stop the Code Review pane from re-running `gh pr view` on every filesystem event when the current branch has no PR. ([#10361](https://github.com/warpdotdev/warp/pull/10361)) — @croaky ✨ * Fixed tree command output filenames not being detected as clickable file links ([#10004](https://github.com/warpdotdev/warp/pull/10004)) — @princepal9120 ✨ * Enabled IME input on Linux/Wayland ([#9602](https://github.com/warpdotdev/warp/pull/9602)) — @anshul-garg27 ✨ * Focused-pane notifications are now marked as read when the Warp window is re-focused ([#10082](https://github.com/warpdotdev/warp/pull/10082)) * Fixed an issue where clicking the show/hide rich input footer chip would sometimes exit the agent view. ([#10303](https://github.com/warpdotdev/warp/pull/10303)) * Fixed duplicate apt source entries on Debian/Ubuntu when .sources file exists ([#10011](https://github.com/warpdotdev/warp/pull/10011)) * Fixed RowIterator crashes for third-party agent sessions ([#10305](https://github.com/warpdotdev/warp/pull/10305)) * Fixed a deadlock in terminal view rendering that could freeze the UI ([#10308](https://github.com/warpdotdev/warp/pull/10308)) * Revised tab summary mode layout and behavior ([#10067](https://github.com/warpdotdev/warp/pull/10067)) * Fixed a race condition in git branch/diff-stats prompt chip initialization ([#10265](https://github.com/warpdotdev/warp/pull/10265)) * Fixed a race condition that could permanently lose active rule files ([#10238](https://github.com/warpdotdev/warp/pull/10238)) * Fixed 429 rate limiting in cloud agent CLI polling ([#10275](https://github.com/warpdotdev/warp/pull/10275)) * Fixed a race condition causing accepted commands to be auto-cancelled ([#10241](https://github.com/warpdotdev/warp/pull/10241)) * macOS: fix third-party IMEs (e.g. 超注音 / Yahoo Bopomofo) advancing candidate selection by 2 per arrow press during composition. ([#9711](https://github.com/warpdotdev/warp/pull/9711)) — @maxmilian ✨ **Oz updates** * Ambient agent conversations can now be restored into cloud mode panes ([#10426](https://github.com/warpdotdev/warp/pull/10426)) * Hide notification chip in ambient agent sessions ([#10299](https://github.com/warpdotdev/warp/pull/10299)) * Agent `/compact` now sends skills and environment context for better summarization ([#10274](https://github.com/warpdotdev/warp/pull/10274)) ### 2026.05.06 (v0.2026.05.06.15.42) **New features** * Added a `/set-tab-color` slash command for setting or clearing the current tab's color from the input bar. **Improvements** * Added tab context menu actions to copy visible tab and pane metadata when available. * The conversation details panel can now be opened and closed with a configurable keyboard shortcut. * 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. * Reduced memory usage and CPU work in the agent runs management view while a conversation is streaming. * Added support for drag-and-drop of image files into an active CLI agent session (e.g. Claude Code). Thanks @SagarSDagdu! * Recognize Mistral Vibe (vibe / vibe-acp) as a known CLI agent in the terminal, with brand-colored toolbar tile. Thanks @lonexreb! * Warp now renders inline local images and Mermaid diagrams in agent block output. * 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. * Tighten orchestration event subscription scope so SSE runs only for active parent and child agent runs. * HTML files using the .htm extension now open with HTML syntax highlighting in Warp's editor. * 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! * Added a `/continue-locally` slash command to continue cloud conversations locally. * Added a "Show in Finder" (macOS) / "Show containing folder" (Linux/Windows) option to the tooltip that appears when clicking a detected file link. **Bug fixes** * Stop the Code Review pane from re-running `gh pr view` on every filesystem event when the current branch has no PR. Thanks @croaky! * Fixed `/feedback` recording "Unknown" instead of the installed Warp version on packaged builds. Thanks @SagarSDagdu! * Fixed find (`⌘+F`) selection jumping to a different match when new output streams into the active block. Thanks @amazansky! * Fixed a command injection vulnerability when opening files in external editors on Linux. * Fix Japanese IME losing the last character of a phrase that ends right before a punctuation mark on macOS. Thanks @s-zaizen! * Fixed local file tree blinking/reshuffling when connected to an SSH session * Fixed terminal text selection not auto-scrolling when dragging beyond bounds * Fixed `Ctrl+G` not closing CLI agent rich input on Linux when editor is focused (fixes #9286). Thanks @nihalxkumar! * Pressing backspace in the agent view when the buffer is empty no longer resets the conversation. * Fixed unnecessary reconnect attempts for remote SSH sessions after system sleep, reducing error noise * Fixed issue with repeated TUI redraws for CLI agents on terminal pane resize. * Fix new-session "+" dropdown alignment when the Tabs Panel is placed on the right side of the header toolbar. * Copy keybinding now prioritizes selected text in the input over a selected block when both are active. * [Windows] Fix hotkey window. * [Windows] Symlink traversal fixed. * 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"). * Fixed a bug where multiple 'open skill' buttons shared hover state. * 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! * Fixed the OSS Linux desktop entry so WarpOss launches through the packaged warp-terminal-oss command. Thanks @lonexreb! * Fixed Ctrl/Cmd shortcuts (e.g. copy, paste) failing on Windows when a non-Latin keyboard layout was active. * 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! * Fixed `/open-file` handling for relative WSL paths so Unix separators are preserved before opening files on Windows hosts. * 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! * 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. * Inline .bmp, .tiff / .tif, and .ico images in agent block output now render correctly instead of falling back to plain text. Thanks @anshul-garg27! * 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! * 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. * 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. * .command shell scripts now open with shell syntax highlighting in Warp's editor. * Fix git diff chip flickering between tracked-only and all-files count when untracked files are present * Open File → Default App now opens files in the running Warp channel instead of routing to a different installed Warp. * Fixed vertical tabs settings popup items (View as, Density, Pane title as) being unclickable. Thanks @leozeli! * Fixed a macOS memory leak that occurred when Warp enumerated system fonts or built a font fallback chain. * Executable shell scripts opened from a file:// URL now run in the terminal instead of opening in the editor. Thanks @amriksingh0786! * Fixed Option+Enter, Option+Tab, and Option+Escape sending literal key names instead of correct escape sequences. Thanks @oliver-ni! * Fixed read_files tool showing an empty box when the LLM requests line ranges beyond the end of a file. * 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! * Prevent Warp from consuming too much memory when identifying filepaths in long block outputs. * Don't trigger the agent onboarding tutorial when Warp is running in headless SDK/CLI mode. * Added `--version` flag support in the Oz CLI * Fixed file tree flickering when transitioning to an SSH remote session * 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. * Fix the terminal pane background appearing darker in horizontal tabs mode when the active theme has a background image or a custom window opacity. * 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. * Reopen Closed Session is now reachable from the new-session menu on Linux and Windows. * Fixed missing syntax highlighting for C++ header files using .hpp, .hxx, or .H extensions. **Oz updates** * Add Codex as a supported harness for local child agents. * Configurable max context window per profile. ### 2026.04.29 **Improvements** * New AI setting to control whether Oz adds an attribution co-author line to commit messages and pull requests it creates. * Git operation buttons now show tooltips explaining why they're disabled (e.g. "No changes to commit", "Enter a commit message"). * Long-running shell command indicator now shows a countdown to the agent's next snapshot (e.g. "Next check in 12s") instead of how long it's been since the last one. **Bug fixes** * warp://action/new_tab?path=~/foo (and /new_window) now expand ~ to your home directory. * Tab configs in the + menu and default session mode dropdown are now sorted alphabetically by name instead of appearing in random order. * Fixed an issue where slash commands sent while an agent was still responding were silently dropped. Now, slash commands like /pr-comments run as follow-ups, just like typed messages. * Disabled the commit message editor while a git commit is being performed in the git operations dialog. * Project-scoped file-based MCP servers now spawn from the repo root by default (and global ones from ~), so configs with relative commands/args (and workspace launchers like pnpm/npm) work without an explicit working_directory. * Stopped spamming agent-run metadata fetches on the WASM shared-session viewer, eliminating a flood of 403 responses on `/api/v1/agent/runs/{id}` for non-owner viewers. * Fixed dropped keystrokes when typing into a command block that started from a queued/typeahead command. * Fixed double-line visual artifacts between workspace panels in all panel arrangements. * Fixed a small memory leak on macOS that could accumulate Core Graphics objects during text rendering. * Fixed settings popup items (View as / Density) being unclickable (thanks @leozeli!). **Oz updates** * Reduced the oz CLI tarball download size by ~60% on both macOS and Linux. * 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. ### 2026.04.27 **New features** * Warp is now open source. * Warp is now configurable via a TOML settings file. Access the file from the settings page or ask Warp's agent to update settings for you. **Improvements** * Add setting to disable suggested rules. * Added a `/feedback` slash command for submitting feedback about Warp. * The `oz run get` and `oz run list` commands now support JSON output, along with filtering via the `--jq` flag. * Feedback from the user menu, Help menu, Resource Center footer, and command palette now opens a guided `/feedback` agent flow when AI is available, and falls back to the GitHub issue form otherwise. * Middle-clicking a vertical tab now closes it, matching horizontal tabs. * Slash commands in the terminal are now available even when AI is disabled. * The network log viewer now opens as an in-app read-only pane backed by a 50-item in-memory buffer instead of writing `warp_network.log` to disk. * Added a "Check now" button next to the "Last seen by agent" indicator for long-running commands, letting users immediately deliver a fresh snapshot to the agent without waiting for its poll timer. * The agent mode input placeholder now reflects conversation state: "Warp anything" for new conversations, "Steer the running agent" while streaming, and "Ask a follow up" once finished. * The `/feedback` skill now supports attaching screenshots. When you run `/feedback` with one or more images attached, Warp drafts the issue with per-screenshot captions and opens GitHub's new-issue page so you can drop the images into the issue body before submitting. * Pasting an absolute file path (e.g. from "Copy file path" in the Code Review pane) into the Command Palette file picker now correctly finds and opens the file. **Bug fixes** * Fixed wide Markdown table scrollbars in block list responses rendering over the terminal input. * Fixed vertical tabs close button appearing on the left side when the panel is positioned on the right. * Onboarding autonomy selections (Full / Partial / None) now correctly apply to the default execution profile, and existing users' stored cloud profiles are preserved when logging in at the end of onboarding. * Fixed a crash that could occur in the project explorer while file-tree metadata was being updated. * Fixed issue where clicks in the vertical tabs settings panel were being ignored. * Fixed "View in Oz" button in the conversation details panel not responding to clicks. * \[Windows] WSL panes in restored sessions have the same PWD when you exited. * Restored the API Keys (BYOK) and AWS Bedrock sections in the Agents > Oz settings subpage. * Fixed a small memory leak on macOS when reading or writing user preferences. * Usernames with an apostrophe no longer break PowerShell sessions. * Fixed a hang that could occur when exiting an SSH session with the remote-server feature enabled. * Fixed a crash triggered by terminal output containing very long runs of zero-width characters (such as steganographic ZWJ/ZWNJ sequences embedded in HTML piped through the terminal), which could also reproduce at startup via session restoration if the offending output had been persisted into a block. * Fixed a small per-call memory leak triggered when opening a file in its default macOS application. * Fixed unreadable text in the CLI agent rich input when running alt-screen CLI agents, increasing the contrast against background (e.g. OpenCode). * Fixed a one-time startup memory leak in the macOS Services submenu setup. * Fixed a per-window memory leak of the window delegate in the macOS ObjC bridge (window.m). * Fixed file tree sidebar incorrectly showing remote SSH session directories in local tabs. * Fixed a keycode-dictionary per-bucket over-retain in the macOS ObjC bridge (keycode.m). * Fixed a small per-window memory leak in the macOS ObjC bridge (host_view.m). * Fixed a per-hotkey memory leak when registering global hotkeys on macOS. * Tab title no longer changes to an agent-executed command name (e.g. cargo) during agent validation steps. * \[macOS] Fixed a memory leak on image pasting and app-icon changes. * Reopening a closed cloud-mode tab within the undo-close grace period now restores a live view of the cloud conversation instead of a frozen snapshot with a "session ended" banner. * Fixed privacy settings for logged-out users not persisting to the settings file. **Oz updates** * The feedback skill is now available on stable — turn rough app feedback into filed GitHub issues directly from Warp. ### 2026.04.22 (v0.2026.04.22.08.46) **New features** * Toolbar chips can now be rearranged by right-clicking anywhere in the top bar and selecting "Rearrange toolbar items". * Mermaid diagrams now render in markdown notebooks. **Improvements** * Added support for pasting images into the rich input editor with CLI agents, such as Claude Code or Codex. * Typing `_text_` or `__text__` in a code review or rich-text comment now renders as italic or bold, matching the existing `*text*`/`**text**` behavior. * \[Windows] Added a "Start Warp at login" toggle under **Settings** > **Features** > **General** that registers Warp to launch automatically when you sign in to Windows. * Add View menu entries (with keyboard shortcuts) for the Global Search and Agent Conversations left panel items on macOS. * \[Windows] Added 408 new PowerShell cmdlet completions and improved suggestion quality for existing PowerShell completions. * Added completions for `pprof`. * `/fork` now opens the forked conversation in a new pane with Enter and in a new tab with Cmd+Enter. * Right-click a URL or file-path link inside an AI response to copy it directly via the context menu. * Added a setting to hide the lines added/removed counts from the code review button in the tab bar. * Reorganized settings into subpages for Agents, Code, and Cloud platform; improved settings search. * Wired branch completion into `git log` argument position. * Added notifications for OpenCode's "Ask user question" tool. * Show discount chip on models with active promotions in the model picker. * Per-query image limit bumped to 20 (from 5) and per-conversation image limit bumped to 200 (from 20). * Performance improvement preventing lagginess after logging in when you have many Warp Drive objects. * Added support for file artifacts in agent conversations with download functionality and filtering options. **Bug fixes** * \[Windows] Fixed image paste into CLI coding agents (Claude Code, OpenCode, etc.). * Fixed MCP server tags overflowing off-screen when a server has many chips (e.g. GitHub MCP with many repo scopes). * Fixed MCP gallery items not being alphabetized consistently in the MCP servers settings page. * Fixed artifacts card clipping the "Continue locally" button on narrow panes. * Fixed code review submit button being incorrectly disabled when the terminal's working directory casing didn't match the on-disk repo path on macOS. * Fixed new accounts not being marked as onboarded on the server when signing up after completing the onboarding slides from a non-login-slide entrypoint. * Fixed Project Explorer getting stuck in loading state when opened after connecting to a remote SSH session. * Fixed a bug where the agent's `read_files` tool returned extensionless text files (such as shell scripts) as binary content. * Fixed MCP settings page file-based server badges growing unbounded and incorrectly labelling Warp-scoped servers as ".warp" instead of "global". * Fixed missing in-progress indicator in agent panes when a shell command is running but no agent message has been sent yet. * Fixed MCP OAuth authentication failing with providers that enforce strict redirect URI matching (e.g. Hydra/ORY). * Fixed MCP tool calls with integer-typed parameters failing due to being serialized as floats. * Fixed file edit tool dropping the end of a line when the LLM's search block ended with a partial line match. * First find match now gets correctly selected when using the code editor with vim mode. * Fixed code review comments being silently dropped when sent after cancelling a running agent command with Ctrl+C. * Toolbar chips in the coding agent footer are no longer hard to read when running alt-screen CLI agents like OpenCode. * Fixed MCP servers (e.g. Figma) requiring re-authentication on every app restart. * \[Windows] Fixed a race condition that caused auto-updates to fail with file-in-use errors when Warp hadn't fully exited before the installer ran. * Improved reliability of the Rich Input submission flow for Copilot CLI. * \[Windows] Fixed unbounded memory growth when rendering large amounts of CJK text with a primary font that does not include CJK glyphs. * Fixed settings search bar text overflowing when typing long queries. * Fixed Oz CLI hanging after command completes when the network is unavailable. * Fixed Ctrl+C not terminating the Oz CLI during shutdown. * Fixed `~` (tilde) not being expanded to the home directory in the `/open-file` slash command. * Fixed orchestration events breaking tool call ordering when a CLI subagent is active. **Oz updates** * Added a bundled Claude API skill for Claude API and Anthropic SDK development guidance. * Added support for `--share public:{access_level}` to oz CLI to set public access level on oz cloud runs. * `/feedback` skill now adds the `in-app-feedback` label to issues it files, for tracking. * `start_agent` no longer rejects remote child agents when `environment_id` is omitted; within a remote parent, the child inherits the parent's environment automatically. ### 2026.04.15 (v0.2026.04.15.08.45) **Improvements** * Agent Mode now shows a "Last seen by agent at" indicator for long-running commands, so you can see how recently the agent received new output. * Added completions for npm package search, nx, brew, aws s3, tree, awk, sort, ip, uv, and nmap, and added pnpm workspace filter support. * Skill invocations now display with the same purple highlighted text as slash commands in the input and prompt views. * Added completions for `timedatectl`, `ack`, `watch`, `lsof`, `systemctl`, `ros2`, `nextflow`, `tsh`, `codex`, `asdf`, `sdk`, `pass`, `az`, `oc`, `scp`, `claude`, `git show`, `git rm`, `gsutil`, `aws ec2`, `docker-compose`, `yarn`, and `docker run`; improved `git switch`, `git diff`, `aws` static flags, `gt`, `kubectl`, `tf`, `pnpm`, `kubectl`, and SSH host completions; added `apt` repo package generator. * Code review comment buttons now remain visible when AI is disabled; comments can be sent to CLI agent terminals (e.g. Claude Code). * Review comments can now be sent to any available terminal in the tab, not just the focused one. If the focused terminal is busy, Warp will automatically route comments to another idle terminal in the same repo. * Skills are now searchable from the @-context menu in Agent Mode, inserting `/{skill_name}` into the prompt. * File-based MCP servers can now be configured via `~/.agents/.mcp.json` (global) or `.agents/.mcp.json` (project-local). **Bug fixes** * Fixed longer prompts for Claude Code not being fully submitted when using Rich Input in Warp. * Fixed settings being reset to defaults when a logged-out user creates a new account. * Updated openh264 dependency to resolve a heap overflow security vulnerability (GHSA-5pmw-9j92-3c4c). * Show "Resume Conversation" shortcut when agent conversations fail with transport or server errors. * Fixed `kubectl` resource completion breaking when `-n`/`--namespace` or other flags are placed before the subcommand. * Fixed markdown files with animated GIFs and WebPs using excessive memory by rendering them as first-frame previews. * Fixed autosuggestions and completions not appearing after shell bootstrap completes. * Fixed excessive CPU usage from redundant `git status` processes when multiple terminal tabs are open in the same repository. * Fixed a bug where conversations would stall if a long-running command finished while the user was in control. * Fixed thought block headers ("Thought for X >") having a click area that extended to the full width of the pane; only the text and chevron are now clickable. * Fixed global search using excessive memory when matching files with very long lines (e.g. minified JavaScript). * Window title now respects custom tab names instead of always showing the generated name. * Fixed `git push` branch completion for force-push and refspec prefixes, HTML entity rendering in completion specs, and `npm i` short-form command priority. * Fixed repeated 403 errors when indexing large codebases. * Fixed ask-question option rows changing cursor shape while hovering over option text. **Oz updates** * Local child agents now inherit the parent agent's AI profile (model and permissions). ### 2026.04.08 (v0.2026.04.08.08.36) **New features** * Vertical tabs are now available, offering a new way to organize your terminal tabs in a sidebar layout. * Tab configs allow you to save and share your workspace setup as customizable configurations. * You can easily create new worktrees with autogenerated branch names. These are saved as tab configs to then customize and edit. * New Rich Input available in third-party CLI agents (e.g. Claude Code, Codex, Gemini CLI, OpenCode, etc.). This allows you to use Warp's rich input features with these coding agents. * Released a revamped notifications UI, and support for notifications for Claude Code and OpenCode. * Added support for the coding agent toolbar for auggie and pie. * Added a settings entry for the ask question tool to configure when it pauses for user input. **Improvements** * Conversation search now shows what it is searching for and its current activity. * Added `warp://settings/appearance` deep link to open Appearance settings directly. * Improved AI @context menu to prioritize blocks from the active terminal session and rank items by recency. * Added support for rendering markdown tables in notebooks and Warp's built-in Markdown viewer. * The command palette file opener now supports `~` (tilde) expansion to the home directory when searching for files. * Added completions for `timedatectl`, `ack`, `watch`, `lsof`, `systemctl`, `ros2`, `nextflow`, `tsh`, `codex`, `asdf`, `sdk`, `pass`, `az`, `oc`, `scp`, `claude`, `git show`, `git rm`, `gsutil`, `aws ec2`, `docker-compose`, `yarn`, and `docker run`. * Improved dynamic completions for `git switch`, `git diff`, `gt`, `kubectl`, `tf`, `pnpm`, `apt` and SSH hosts. **Bug fixes** * Added prompt changes to avoid agents getting stuck navigating pagers in Full Terminal Use. * Removed the web inactivity logout that could sign out authenticated users unnecessarily while session-cookie expiration work lands. * Skip ask-user-question prompts while auto-approve is enabled in Agent Mode. * Fixed `git push` branch completion for force-push and refspec prefixes. * Fixed HTML entity rendering in completion specs. * Fixed `npm i` short-form command priority. **Oz updates** * Added an `oz whoami` command to get user information. ### 2026.04.01 (v0.2026.04.01.08.39) **New features** * \[macOS] Right-clicking on text files in Finder allows you to open in Warp's code editor. * Send code review comments, attach diff hunks as context, and send substrings as context (`cmd L`) to 3rd party CLI tools such as Claude Code, Codex, Opencode, etc. * Agents can now ask users clarifying questions during Agent Mode interactions. * Warp's agent now suggests followups when it is done. **Improvements** * Replaced warpify banner for subshell and SSH sessions with a footer to either warpify or tag an agent in. * Improved error messaging when session sharing times out via CLI `--share` flag, now suggesting that it may be disabled by a team administrator. * Added "Copy file path" option to the overflow menu in the file viewer for both code and markdown files. * Added "Sign up" option to the settings gear menu for non-logged-in users. * MCP config files edited by the agent now show an 'Open config' button in the code diff header, making it easy to jump directly to the config file. * Added `/skills` support in CLI agent rich input for browsing and invoking agent-specific skills. * Sandboxed agents now have dedicated autonomy settings, instead of inheriting the team-level defaults. * Updated settings info icon tooltips to clarify they open documentation. * Improved quality and latency of prompt suggestions and suggested code diffs. * Cloud agents can now accept images and file attachments as context. **Bug fixes** * Fixed stale fallback model messaging persisting across new user queries. * Fixed scroll behavior when editing code review comments to properly reveal the comment editor. * Fixed WebSocket proxy connections timing out when the proxy listens on port 80. * Fixed PowerShell aliases and functions to be matched case-insensitively, matching PowerShell's native behavior. * Fixed conversation search temp directory paths using mixed separators on Windows. * Fixed keyboard shortcuts settings panel being empty when first navigated to via search. * Fixed the `@` context menu dismissing after typing ~6 characters when filtering categories. * Fixed a crash with Oz CLI commands that read from stdin. * Fixed a production WebAssembly crash caused by native repository detection code being reached from shared Wasm call paths. * Fixed links in blocklist code review comments not opening when clicked. * Fixed "Out of credits" alert not dismissing when users provide their own API keys. * Fixed link detection being offset in AI conversations after conversation summaries or hidden reasoning blocks. * Simplified file explorer lazy-loaded folder handling and fixed transitions between standalone folders and indexed git repositories. * Fixed inline code snippet colors and underline colors not updating when switching editor themes in notebooks. * \[Windows] Fix rendering on an additional set of older Intel iGPU drivers. * Fixed web auth flows so session-cookie-authenticated clients can call authenticated server APIs without requiring an Authorization header. **Oz updates** * Fixed Oz session sharing failing behind HTTP proxies on port 80. * The `OZ_RUN_ID` environment variable is now available inside agent terminal sessions, set to the current task ID. * Improved error messages when agent session sharing fails, removing repetitive text and providing clearer guidance. * Agents can now ask users clarifying questions during Agent Mode interactions. ### 2026.03.25 (v0.2026.03.25.08.24) **New features** * You can now use the pr-comments skill using `/pr-comments` to fetch Pull Request comments from GitHub. * Warp now supports the Kitty Keyboard Protocol. **Improvements** * Onboarding now shows premium model tiers as disabled with an upgrade path for free users. * All inline menus are now resizable, and some inline menus now have tabs. * Adds new built-in `edit-figma-design` skill, invokable by users with Figma's remote MCP server installed. * MCP server templates can now use dropdown selectors for enums. * Added a customizable toolbelt for the agent input footer — drag and drop to rearrange context chips and controls. * \[macOS] Migrate to Apple's newest icon format. This will allow Warp's icon to adapt to the chosen "Icon & Widget Style" preference if the default icon is selected. * Code review comments can now be sent directly to running CLI agents (Claude Code, Gemini CLI, etc.) from the code review panel. * Pressing `esc` now dismisses an empty code review comment composer. * Added the ability to always show or always hide agent thinking blocks. Visit **Settings** > **AI** > **Other** to change. * Add a `/changelog` command for reopening the latest changelog, and keep the update toast visible until dismissed. * Added syntax highlighting for Dockerfiles in the file editor. * Added a setting to hide agent-executed commands from shell history, now enabled by default. * MCP servers detected from third-party agents (Claude, Codex) are now visible and spawnable from the MCP servers page in Warp's AI settings. For more, see our [docs](/agent-platform/capabilities/mcp/#file-based-mcp-servers) on file-based MCP servers. **Bug fixes** * Fixed visual jitter in agent toolbelt when opening the rich input composer. * Clarified the `/fork` slash command description. * MCP resource reads now respect autonomy settings instead of always prompting for approval. * You now get completions, syntax highlighting, and hover descriptions when your flag/value pairs are `=`-separated, e.g. `--flag=value`. * Fixed stale go-to-definition and symbol outlines when using code review with multiple tabs. * Fixed an issue where selecting a shell command from command search (`cmd-r`) while in Agent Mode with auto-detection disabled would treat the command as an agent prompt instead of executing it as a shell command. * Fixed `ctrl-c` not working during conversation search. * Fixed an issue where the follow-up prompt in `/compact-and` and `/fork-and-compact` was silently lost when summarization failed or was cancelled. * Fixed dismiss button and `ctrl-c` not working on suggested unit tests banner. * Git diff chip now appears in remote and subshell sessions. * Fixed input scrolling bug where clicks were sometimes applied one line up (instead of on the clicked line). * Fixed rendering of programs that use the synchronized output VT extension in shared sessions, such as Claude Code. **Oz updates** * Updated the `create-skill` bundled skill with the latest upstream version, adding eval/iteration workflow, benchmarking, and description optimization capabilities. * New chip in AI input mode for GitHub pull requests, whenever you have a pull request open for your current branch. ### 2026.03.18 (v0.2026.03.18.08.24) **New features** * Warp now automatically detects global and project-scoped MCP servers configured with `claude` or `codex`. Toggle **File-based MCP servers** in **Settings** > **AI** to auto-spawn servers based on your local configuration. See [docs](/agent-platform/capabilities/mcp/#file-based-mcp-servers) for more. * Added Go to Line dialog in the code editor (`CTRL-G`) with line:column support. **Improvements** * Added "Leave Agent Thinking expanded" setting to keep agent thinking blocks expanded after streaming. * Added "All" and "Current Directory" tabs to the inline conversations menu. * Updated settings copy to consistently use "Oz" instead of "the Agent" in MCP Servers and Rules sections. * Improved the performance of loading and rendering large AI conversations. * Added an inline plan selector for conversations with multiple plans. * \[macOS] The window traffic light buttons now look correct at different zoom levels. * Kitty keyboard protocol support is now available on Preview builds. * The Warp agent management view now links to associated skills for cloud agents. * `Ctrl-R` command search now includes AI query history from all past conversations, not just those currently open. * Enabled Kitty keyboard protocol support on dev builds. * Improved the ranking of items listed in @ context by considering recency. * Added new built-in skills `generate-figma-content` and `pull-figma-content` invokable by users with Figma's remote MCP server installed. * Hidden directories and files (starting with `.`) now appear at the top of the Project Explorer, matching the convention used by most editors. * Updated setup command placeholder to show `cd my-repo &&` example. **Bug fixes** * Fixed "for terminal" text in pane header becoming bold when disabled, causing a layout shift. * Fixed notebook find bar showing `?/n` instead of proper match counter. * Fixed bug where editing a tab title always started with the pane title (instead of the tab's custom title, if it existed). * Fixed "View latest changelog" action not appearing in the command palette. * Fixed issue where artifacts from cloud agent runs did not update live in the conversation details pane. * Fixed intermittent "Failed to update plan" toast appearing without user action when background plan auto-saves encountered transient failures. * Fixed tooltip for branch name in code review panel overlapping the truncated text — it now appears above the branch name. * Fixed `Ctrl+G` not being bound by default for "Go to line" in the code editor. * Fixed `cmd-O` files palette not toggling off when pressed again. * Fixed code review panel unnecessarily resetting scroll position and cached state when switching tabs. * Fixed some saved prompts not appearing in slash command menu when searching with a single character. * Fixed SSH warpification not triggering when using shell aliases for SSH commands. * Fixed a bug where SSH sessions run by the agent would incorrectly trigger warpification UI. * Fixed issue on macOS where New Window/New Tab menu items and keybindings occasionally became disabled when using global hotkey window. * Fixed code review branch dropdown only showing "Uncommitted changes" after closing and reopening the panel. * Fixed "New environment" button in Environment settings not opening the setup mode selector popup. * Fixed onboarding slides cutting off navigation buttons when the window is too short — content area is now scrollable. * \[Windows] Fixed path inconsistencies that caused codebases to fail indexing. * Show tooltip on the codebase indexing toggle when it is disabled by an admin policy, explaining why the setting cannot be changed. * \[Windows] Fixed rendering issues on old Intel UHD integrated GPUs. * Fixed a bug where only the first plan was shown inline when restoring a conversation with multiple plans created. * Fixed resume-conversation keybinding not working when a long-running command subagent is active. * Fixed broken documentation links in agent tips, settings, and onboarding content. * Fixed AI queries in `Ctrl-R` history not being sorted by time. **Oz updates** * Conversation search now uses real file tools for faster, more accurate history search. * Added `/open-repo` slash command for switching between indexed codebases. * Added tabs to the up-arrow history menu to filter to commands or prompts. * `oz agent run` now prints the run ID with a link to the Oz dashboard. ### 2026.03.11 (v0.2026.03.04.08.20) **Bug fixes** * The terminal input now automatically detects references to Figma and encourages the use of the Figma MCP. Images exported from Figma are also detected. ### 2026.03.05 (v0.2026.03.04.08.20) **New features** * Adds prompt customization for the new Warp prompt. **Improvements** * Adds new built-in skills `generate-figma-content` and `pull-figma-content` invokable by users with Figma's remote MCP server installed. * Selected text is no longer auto-attached as agent context to prevent accidental attachment, and instead requires right click > attach as agent context. * Cloud conversations now appear in the @conversations context menu. * When Settings > MCP Servers > File-based MCP servers is toggled on, we now automatically detect and spawn global and project-scoped MCP servers installed via `codex`. * Global search now pre-populates with the active text selection from code, terminal, notebook, and plan views. * Warp prompt now has separate chips for git branch and git diff stats. * Show pending prompt indicator when using `/fork-and-compact` or `/compact-and` with a follow-up prompt. * Oz permission notifications now use "Oz" branding instead of "Agent Mode". * \[macOS] The window traffic light buttons now look correct at different zoom levels. * Added "Copy plan ID" option to the plan document overflow menu. **Bug fixes** * Fixed an issue where changing directories from the prompt chip dropdown cleared the terminal input. * Fixed LSP error diagnostics (underlines) persisting on valid symbols after workspace reanalysis. * Resolved an issue where duplicate skills installed across multiple provider directories (e.g., `.claude` and `.agents`) would appear twice. * Fixed git diff stats chip incorrectly appearing in non-git directories. * Fixed global hotkey window opening on the wrong screen after sleep/wake when pinned to a specific display. * Fixed cursor position queries (`ESC[6n`) not working when connected via tmux control mode (`-CC`), which caused certain TUI applications to hang when Warpified in SSH (e.g. Codex CLI). * Fixed agent driver not waiting for automatic error retry on network failures. * Fixed incorrect ANSI colors in the Adeberry theme. * Fixed a bug where some MCP servers would fail to connect due to an unsupported `resources/list` method. * CLI now exits immediately with an error when credentials are invalid, instead of timing out while syncing Warp Drive. * Fixed a crash that could occur when selecting text during rapid terminal output. * Fixed ephemeral MCP servers not being included in multi-agent API requests. * Fixed settings page not updating profile picture after auth state changes. * Fixed the "Open in Warp" button not working for code snippets in restored and forked AI conversations. * Hide the free cloud credits banner on shared sessions and WASM builds. * Fixed a case where the newest plan created by the agent would not visually replace a previous plan that was open. * "Plan synced to Warp Drive" toast no longer appears when the synced plan is in a different tab. * Fixed "open file" button in code review diff view not working when the pane is maximized. * Fixed git metadata background operations after a terminal is closed. * Mobile soft keyboard will now work for LRCs. * Agents now report more detailed information about session-sharing failures. **Oz updates** * Agent tasks now report structured error codes to the server, enabling better error tracking and retryability handling. * Fixed cloud agent not waiting for automatic error retry on network failures. * Added support for passing arguments to skill invocations (`$ARGUMENTS`, `$N`) and for including user queries with the invocation. ### 2026.02.25 (v0.2026.02.25.08.24) **New features** * Warp now has language server support in our native code editor. For details on the languages and features we support, check [https://docs.warp.org.cn/code/code-editor/language-server-protocol](https://docs.warp.org.cn/code/code-editor/language-server-protocol) **Improvements** * Reintroduced customization support for the Warp prompt. * Maximizing the Code Review panel now opens the file list. * Docker image inputs in environment settings now show a link to the Docker Hub page when available. * Added `/compact-and` slash command to trigger conversation compaction and automatically send a follow-up prompt when it completes. * Added a new `/profile` command that allows you to switch between profiles using an inline menu. * Oz CLI now outputs a direct link to the Oz webapp run page when spawning cloud agents. **Bug fixes** * Fixed a bug where the Oz CLI would open the Warp GUI app rather than printing help output. * Fixed broken documentation links on the Referrals settings page and AI settings page. * Fix CLI agent footer detection when commands are prefixed with env var assignments. For example, `OPENCODE_EXPERIMENTAL_PLAN_MODE=1 opencode`. * Fixed rendering of codebase search tool calls when restoring conversations * Local-only slash commands such as `/open-file` are now disabled automatically in remote sessions * Fixed "View all cloud runs" button linking to a specific run instead of the runs list page * Fix tab alignment in monospace text blocks by using fixed-width tab stops. * Improve cloud-mode modal routing for concurrent-limit vs out-of-credits states. * Fix cloud-mode out-of-credits modal flicker and compact CTA alignment. * \[Linux] The `oz` CLI package is now named `oz-stable`. **Oz updates** * Add "Default mode for new sessions" setting to open new tabs and panes in agent view by default. ### 2026.02.18 (v0.2026.02.18.08.22) **New features** * Agents can now fetch and read content directly from URLs provided in your query. **Improvements** * Enabled multi-select in Notebooks and code editors. * Added a new setting under `Appearance > Tabs` to preserve the active tab's color when creating new tabs. **Bug fixes** * Fixed Escape key closing the up-arrow menu instead of transitioning to normal mode when in vim insert mode. * Fixed Option-left and Option-right keys not working for word navigation in code review comments editor. ### 2026.02.11 (v0.2026.02.11.08.23) **Improvements** * Updated the tabs UI to be cleaner, more readable, and to make tab focus clearer. **Bug fixes** * Show the Input Type setting (Warp/PS1) regardless of global AI setting. ### 2026.02.10 (v0.2026.02.10.11.37) **New features** #### Introducing Oz: orchestration for cloud agents  Oz is Warp's orchestration platform for cloud agents: launch parallel agents, automate recurring engineering work, and build apps on top of agents with full visibility and control. [Read the launch post →](https://warp.org.cn/blog/oz-orchestration-platform-cloud-agents) #### Cloud Agents * **Run Cloud Agents from anywhere with built-in tracking** — start agents from Warp or via the CLI, triggers, or schedules. Every run is auditable and steerable. [Cloud Agents docs →](https://docs.warp.org.cn/agent-platform/cloud-agents/overview) * **Cloud environments for consistent execution** — configure Docker-based environments (unlimited repos + setup commands) and run agents in isolated cloud sandboxes. [Environments docs →](https://docs.warp.org.cn/agent-platform/cloud-agents/environments) * **Track agents from the web** — manage runs, create schedules, configure environments, and set up integrations from any browser at [oz.warp.dev](https://oz.warp.dev). * **Schedule agents based on Skills** — run agents automatically on a cron schedule for code cleanup, dependency updates, and issue triage. [Scheduled Agents docs →](https://docs.warp.org.cn/agent-platform/cloud-agents/triggers/scheduled-agents) * **Programmable by default** — orchestrate agents via the CLI and integrate Oz into tools and services via the API/SDK. [API and CLI reference →](https://docs.warp.org.cn/reference) #### Warp Upgrades * **Agent Modality** — two distinct modes: a clean terminal for commands, and a dedicated conversation view for multi-turn agent workflows with full controls (model select, voice, attachments). * **Cloud-Synced Conversations** — your agent conversations sync to the cloud and persist across devices. Share with teammates via link, view on the web, or continue locally. #### Agent Capabilities * **Skills** — reusable instruction sets that agents auto-discover from your project or home directory. Invoke with `/{skill-name}` or run as scheduled cloud agents for repeatable automation. [Skills docs →](/agent-platform/capabilities/skills/) * **Computer Use** — agents can interact with desktop environments in sandboxed cloud containers—take screenshots, click, type, and test UI changes. [Computer Use docs →](/agent-platform/capabilities/computer-use/) ### 2026.02.04 (v0.2026.02.04.08.20) **New features** * Added full support for the Kitty keyboard enhancement protocol, enabling TUI applications like OpenCode to detect and use enhanced keyboard input. * Support agent footer when running Copilot CLI. * Added a new paid plan, **Max**, which comes with 12× more monthly credits than Build. Upgrade in `Settings > Billing and Usage`. **Improvements** * Improved environment update handling with better timestamp tracking and immediate UI refresh after edits. * `@` menu now shows function definitions when NLD is disabled. * Conversation deep links now open in a new tab instead of a new window. * Renamed `edit` slash command to `open`. * Fixed a race condition when using API keys with the Oz CLI. * Improved robustness of MCP connections (especially using the legacy SSE transport). "Transport closed" errors now trigger a reconnection to the server. * Added a new setting to keep the opened/closed state of the tool panel consistent across tabs in the same window ("Tools panel visibility is consistent across tabs"). **Bug fixes** * Fixed "Sharing in Warp Drive" onboarding block appearing mid-stream during agent responses. * Disabled codebase indexing on non-agent run commands. * Fixed scrolling behavior when typing in long-running commands — cursor is now scrolled into view. * Fixed sharing dialog copy link icon being slightly larger than the text. * Fixed issue where the code review panel would get stuck on "Loading open changes" when multiple repositories are open in the same tab. * Fixed a crash caused by orphaned wide character flags in the terminal grid. * Fixed clipping issue in terminal message bar. ### 2026.01.28 (v0.2026.01.28.08.14) **Improvements** * Files opened from code review panel, project explorer, and global search now respect your external editor setting. * Toggling the plan while the pane is maximized now restores the layout to show the plan. * Added "copy path" button to file headers in code review panel. * Pasting images into the input now enters Agent Mode, matching drag and drop behavior. **Bug Fixes** * Fixed an issue where conversations could break when the agent read large images from directories. * Fixed input buttons overflowing into adjacent panes in narrow layouts. * Fixed text in MCP tool call details not being copyable. * Fixed status indicator incorrectly showing for empty conversations in tab headers. * Fixed Drive team section header displaying in all caps. * Fixed Enter key not working in MCP installation modal. * Fixed slash command text not highlighting correctly in some cases. * Fixed input mode detection occasionally switching unexpectedly. * Fixed /edit command failing when filename had trailing whitespace. ### 2026.01.21 (v0.2026.01.21.08.14) **New Features** * Global search in files across your current directories. Use `CMD-F`/`CTRL-SHIFT-F` to open. * Expanded web search support to additional models. **Improvements** * Save AI prompts as Agent Mode workflows via context menu. * `/init` now generates AGENTS.md instead of WARP.md. * Added horizontal autoscrolling when jumping to line/column. * Better language detection for syntax highlighting. **Bug Fixes** * Fixed a memory leak that occurs when making an Agent Mode request. * Fixed an issue where "waiting for a password" notifications could be triggered incorrectly when launching certain terminal apps like neovim. * Fixed duplicate entries appearing in the agent management view for Slack-triggered conversations. * Fixed alias expansion being triggered in AI input when it should only apply to shell commands. * Fixed an issue where multiple shell commands could enter long-running mode in the same request batch. * Hide AI options in the command palette when AI is disabled. * Stopped highlighting search matches in reasoning blocks. * Fixed session viewer input being cleared when agent runs commands. ### 2026.01.14 (v0.2026.01.14.08.15) **New features** * Added footer for third party CLIs. * Added onboarding flow for new users. **Improvements** * Fixed duplicate rule suggestions on dismiss and save. * @-context search now matches on both name and content for notebooks, rules, and workflows. * Updated checkbox checkmark to use foreground color for better theme consistency. * Filter selections in the cloud agent management view now persist across app restarts. * MCP servers with OAuth authentication can now be used in warp agent run if previously authenticated in the desktop app. **Bug fixes** * Fixed a bug where text in the MCP tool call detail wasn't selectable. * Fixed agent thread banner text overflow on smaller screens. ### 2026.01.07 (v0.2026.01.07.08.13) **New Features** * Added agent tips under the warping indicator. **Improvements** * Users can now create team-scoped API keys. * Agent tip now leads with `WARP.md` when mentioning project-scoped rule files. * The `oz agent run-cloud` command can now create cloud agent tasks that are shared with team members. * Updated agent profile switching tip to better explain why users would want to switch profiles. * Comments in the code review flow now render full width when there are 4 or fewer comments, improving readability. * When the completions menu is opened (tab), no completion item is selected by default. Pressing enter while no completion is selected directly runs the command currently in the input. Upon selecting a completion, it now automatically shows up in the input. This more closely mirrors behavior in traditional terminals. * The `oz agent run-cloud` command now supports saved prompts. * We added a new full terminal use model selector in the agents profile page so that you can select a specific model for full terminal use work. **Bug fixes** * Improved out-of-memory handling for cloud agents. * Fixed a configuration error creating team-scoped Warp-managed secrets. * Fixed 'parameter not set' error in zsh when users have setopt nounset enabled. * Fixed an issue where up arrow history could be ordered incorrectly on quit or restart Warp.Warp 2026 年版本发布说明。更新通常在每周四发布。
请在我们的 GitHub 面板上提交 Bug 和功能建议!
2026.05.20 (v0.2026.05.20.09.21)
标题为“2026.05.20 (v0.2026.05.20.09.21)”的章节改进
- 增加了对双击窗格分隔符的支持,以便在拆分中均匀重新分配窗格。 (#11293)
- 新的“新建标签页”工作树菜单现在将主目录缩写为 ~,左截断长路径以便末尾的仓库名称保持可见,并在悬停时显示完整绝对路径 (#10862)。 (#10958)
- 在编排环境选择器中增加了创建环境的流程。 (#10857)
- 增加了一个设置来控制通过 OSC 52 进行的终端剪贴板访问,当访问被阻止时会显示警告横幅。
- 将 OSC 52 剪贴板写入访问权限限制在了一个新的用户可配置设置之后。
- 在团队离开或成员移除流程中重新加载积分时增加了确认对话框。 (#11366)
- 在稳定版中启用了针对 AI 模型的自定义推理端点配置。 (#11450)
- 云端代理运行不再支持自定义 AI 模型选择;本地代理和非云端对话仍可使用自定义端点。 (#11219)
- 启用了单用户自带密钥 (BYOK) 支持,并发布了重新设计的“账单与使用情况”页面。 (#11437)
- 更新了团队设置页面上的座位限制消息,引导用户前往升级页面。 (#11288)
- 在代码审查中的远程仓库和文件显示中增加了主机标签;移除了远程会话的“打开仓库”按钮。 (#11423, #11299)
- 在分支切换器中增加了“创建新分支”选项。 (#10610)
- 增加了用于管理 API 密钥的 CLI 命令。 (#10998)
- 增加了在代码审查中切换文件导航的快捷键。 (#11077)
- 在远程 SSH 会话中启用了 `CMD+O` 快捷键和 `@` 上下文菜单。 (#11295)
- 在远程 SSH 会话的 diff 芯片中增加了 diff 统计信息。 (#11214)
Bug 修复
- 修复了一个在 macOS 上使用绿色标题栏平铺按钮后,Warp 可能恢复为 1px 宽窗口的 Bug (#10083)。 (#10855)
- 修复了编排过程中代码审查评论被路由到不可见的子代理终端的问题。 (#11340)
- 修复了编排配置选择器菜单与其选择器字段不匹配的问题。 (#11289)
- 修复了进入仓库时 git diff 提示芯片闪烁,以及离开仓库时提示芯片和代码审查按钮上 git diff 状态陈旧的问题。 (#11242)
- 修复了 tmux warpification 流程中出现未插值会话 ID 占位符的问题。
- 修复了 DCS 序列验证错误地拒绝来自会话查看器输入的问题。
- 修复了启用了自动重载但积分余额为零的用户无法使用 AI 的问题。 (#11420)
- 修复了秘钥脱敏中的死锁问题,该问题可能导致 Warp 失去响应。 (#11428)
- 修复了关闭标签页后焦点激活右侧下一个标签页的问题。 (#11197)
- 修复了新 API 密钥创建模态框中代理模型下拉菜单的渲染问题。 (#11187)
- 修复了由陈旧的 Claude 插件版本引起的 Oz 通知损坏问题。 (#11204)
- 修复了代理详情面板中损坏的技能链接。 (#11231)
- 修复了 WASM 构建上的资源加载错误。 (#11195)
Oz 更新
- 增加了一个禁用 Warp 内置反馈技能的设置。 (#11341)
- Oz 现在会在任务运行期间刷新 GitHub 凭据,以保持 Git 操作的身份验证状态。 (#11338)
- 在编排子代理胶囊菜单中增加了“在 Oz 中查看”操作。 (#11309)
- 增加了一个 macOS 设置,可在睡眠前自动将活动的本地 Warp 代理会话切换到云端模式。 (#11049)
2026.05.18 (v0.2026.05.18.05.32)
标题为“2026.05.18 (v0.2026.05.18.05.32)”的章节新功能
- 现在可以将本地 Warp 代理对话切换到云端。 (#10910)
改进
- 现在可以通过 `/conversations` 访问云端对话。 (#10800)
- 刷新了云端代理视图入口块的元数据和图标。 (#11088)
- 黑名单搜索现在异步运行,以实现更灵敏的命令建议。 (#9618)
- 打开云端代理对话现在会连接到其现有的会话(如果可用)。 (#11097)
- 在垂直标签页 pwd 旁边显示云端代理环境名称和设置状态。 (#11006)
- 在“设置”→“团队”中的邀请标题上方增加了“您的团队已满”警报。 (#10705)
- 云端模式首次运行现在在完成 GitHub 身份验证后自动重试。 (#10973)
- [标签页配置] 标签页配置现在按顺序运行命令。 (#10698)
- 在配额限制错误中显示服务器提供的 `user_display_message` 文本。 (#10279)
- 在终端右键上下文菜单中增加了“清除”操作,以便无需使用键盘快捷键即可发现清除终端输出的功能。 (#10612) — @wzc520pyfm ✨
- 增加了 `warp://tab_config/
` 深层链接,可在活动窗口中打开保存的标签页配置(或使用 `?new_window=true` 在新窗口中打开)。 (#9379) — @haha1903 ✨ - 在不支持的远程平台上跳过 SSH 扩展安装。 (#10950)
- 在启动时跳过仓库菜单 git 统计信息,以提高启动性能。 (#10937)
- 减少了代码审查面板关闭时启动时的不必要 git 操作。 (#10934)
Bug 修复
- 修复了 Mermaid 图表文本在 Web 版 Warp 中无法渲染的问题。 (#11141)
- 裁剪了内联菜单标题,以防止拆分窗格中的溢出。 (#10811) — @SagarSDagdu ✨
- [Windows] Inno Setup 现在在 minidump 服务器进程无法退出时将其终止。 (#10766)
- [Linux] 修复了 Raspberry Pi 上的 Warp。 (#10688)
- 停止等待我们从未尝试启动的基于文件的 MCP 服务器。 (#10969)
- 修复了关闭 SSH 会话后恢复的命令历史记录。 (#10713) — @fatsolko ✨
- 修复了本地仓库会话检测。 (#11019)
- 修复了套接字路径超过 sun_path 限制时的远程服务器连接失败问题。 (#11009)
- 云端代理运行的详情面板现在会显示获取代理元数据时的任何失败情况 (#10765)
- 通过在刷新令牌之前创建经过身份验证的客户端,修复了 MCP OAuth 问题。 (#10984)
- 修复了云端代理对话错误的执行状态报告问题。 (#10977)
- 在 AppKit 中设置了最小窗口尺寸,因此窗口无法再以 1px 宽度恢复。 (#10965)
- 改进了远程服务器安装的可靠性,在远程下载失败时回退到缓存的客户端 tarball 上传。 (#10925)
- 打开 Markdown 文件链接时遵循 Markdown 查看器偏好设置。 (#9483) — @maro20066600 ✨
Oz 更新
- 在云端运行任何代理工具。使用 Oz 在云端启动 Claude Code 或 Codex 代理;Oz 将帮助你跟踪和引导这些代理。
- 多代理编排。Warp 代理现在可以编排子代理集群,允许你并行处理任务。
2026.05.14 (v0.2026.05.13.09.15)
标题为“2026.05.14 (v0.2026.05.13.09.15)”的章节新功能
改进
- vim 的 ctrl-d / ctrl-u 在普通和可视化模式下将代码编辑器滚动半页 (#10582) — @bradleyjames ✨
- 在代理使用“询问用户问题”工具时增加了自主性减速器 (#10433)
- 查看对话记录时,现在可以看到 shell 命令的运行持续时间,并在悬停时查看开始/结束时间戳 (#10423)
- 远程服务器二进制文件现在安装后会通过 `--version` 进行验证 (#10687)
- SSH 扩展现在支持 amd64 架构并在遥测中跟踪安装源 (#10534)
- vim 的 zz 将光标所在的行在代码编辑器中垂直居中 (#10581) — @bradleyjames ✨
- 改进了 SSH 扩展安装的可靠性 — 网络失败现在会自动通过 SCP 回退进行重试 (#10533)
- WSL 会话现在优先使用 Linux 端的 git 和 gh 二进制文件,而不是 Windows 互操作 (#10137) — @JonRC ✨
- 为笔记本、规划文档和渲染后的 Markdown 视图中的 Mermaid 代码块增加了原始显示和渲染显示控件。 (#10431)
- 统一了会话管理面板中的代理状态图标 (#10518)
- 标签页配置仓库选择器现在将主目录缩写为 `~`,左截断长路径以便末尾的仓库名称保持可见,并在悬停时显示完整绝对路径,以便深度嵌套的已保存仓库保持可辨识。 (#9451) — @saucy-tech ✨
- 在稳定版中启用了 Oz OIDC 身份验证 (#10468)
- 在代码窗格溢出菜单中增加了“在 Finder 中显示”选项 (#10334) — @wzc520pyfm ✨
- 代理模式现在可以帮助你重新映射 Warp 键盘快捷键 — 要求它更改快捷键,它就会为你编辑 keybindings.yaml。 (#9415) — @sebryu ✨
- 代理模式项目规则现在在应用启动时重新索引 (#10377)
- 提高了在包含大量文件的项目中打开命令面板时的性能。 (#10332)
- 自定义模型端点的上下文窗口大小现在是可配置的 (#10386)
- 在设置中增加了“循环显示最近使用的标签页”作为 Ctrl+Tab 行为的第三种选项 (#9658) — @Akeuuh ✨
- 除了现有的右键上下文菜单外,现在还可以从“设置”→“键盘快捷键”中将“重命名窗格”作为可重新映射的绑定(`workspace:rename_active_pane`)进行访问。感谢 @lonexreb! (#9712) — @lonexreb ✨
- 将安装路径添加到 Windows 注册表中 (#10607) — @Cocodrulo ✨
Bug 修复
- 修复了共享会话回滚无法正确恢复的问题 (#10780)
- 修复了恢复云端模式对话时重复命令渲染的问题 (#10776)
- 修复了在应用多行替换时,文件编辑 diff 丢弃部分尾随上下文行末尾的问题。 (#9623)
- 修复了文件监视器初始化失败时的 panic 问题 (#10682)
- 在云端代理会话中隐藏了共享者的光标 (#10480)
- 修复了富文本输入捕获 CLI 代理会话中箭头键的问题 (#10556) — @SagarSDagdu ✨
- 云端代理运行详情现在在“已使用积分”总计中包含平台成本(并且当一个成本桶为空时不再完全丢弃该字段)。 (#10672)
- 修复 MCP OAuth 服务器在访问令牌 TTL 过期后断开连接的问题;现在在过期前使用刷新令牌获取新的访问令牌 (#8863)。 (#9460) — @david-engelmann ✨
- 修复 MCP 服务器通告工具和资源时,由于不对称能力处理有时无法启动的问题 (#6798)。 (#9436) — @david-engelmann ✨
- 代码审查面板现在在多仓库工作区中离开并返回代理会话时,会记住手动选择的 Git 仓库。 (#10599) — @wzc520pyfm ✨
- 修复了环境代理会话无法从管理视图中正确重新打开的问题 (#10510)
- 将共享会话快照页脚中的“在 Warp 中打开”按钮右对齐。 (#10667)
- 修复了取消代理启动的长期运行命令和 MCP 工具调用后,响应控件和已停止任务页脚的可见性问题。 (#9695)
- 修复了运行命令执行器中的竞争条件 (#10666)
- 修复了云端对话有时在加入时为空的 Bug。 (#10670)
- [Windows/Linux] 软换行上的文本选择已修复。 (#10445)
- 修复了僵尸 minidump 服务器进程阻止 Windows 自动更新的问题 (#10528)
- 修复了 MCP 安装/更新模态框按钮文本颜色 (#10166)
- 重新打开父代理对话时,子代理窗格现在会被延迟恢复。 (#10371)
- 修复了无法启动‘open .command’文件的问题 (#10543) — @Jackie-Tang ✨
- 修复在亮色和暗色主题之间切换后,代码审查窗格中不可读的仓库切换器文本问题。 (#10601) — @wzc520pyfm ✨
- 阻止 GitHub PR 提示芯片在没有变化时每 30 秒轮询一次 `gh pr view`,防止其耗尽用户的 GitHub GraphQL 速率限制。 (#10307) — @croaky ✨
- 修复了 tmux 状态栏颜色泄漏到替代屏幕背景渲染的问题。 (#10132) — @MeteorSkyOne ✨
- 为 Windows/Linux 上右侧的窗口控件预留了标题栏空间 (#10178) — @gabrimatic ✨
- 修复了 Mermaid 图表在渲染失败或超时时显示无限渲染占位符的问题。 (#10432)
- 修复了远程文件树无法随本地文件更改而更新的问题 (#10514)
- 修复了代码审查查找栏在关闭时不清理的问题 (#10451) — @EdenBendheim ✨
- 通过将必需的 Warp 环境变量转发到 WSL 中,修复了 WSL 会话中的 CLI 代理通知问题。 (#10174) — @gabrimatic ✨
- 修复了云端对话背景和状态样式 (#10511)
- 修复了在 Windows 上以 Telex/VNI 模式使用 Unikey 或 EVKey 输入时,越南语字符被静默丢弃的问题。 (#10442)
- 斜杠命令现在在执行时正确遵循启用检查 (#10466)
- 修复了前面有 Unicode/CJK 标点符号的路径的文件路径检测问题 (#10250) — @SagarSDagdu ✨
- 修复了允许 Arch Linux 自动更新之前的 pacman 签名密钥验证问题 (#9706) — @Naveen-Boddepalli ✨
- 插件支持的 CLI 代理(例如通过 claude-code-warp 运行的 Claude Code)的标签页标题在会话完成后不再显示过时的权限提示文本。感谢 @lonexreb! (#9671) — @lonexreb ✨
- 修复了链接工作树中检出分支的提示分支选择器点击问题。感谢 @JasonLovesDoggo (#9264)、@tkshsbcue (#9440) 和 @lonexreb (#9560) 的早期修复和调查。 (#9905) — @kranthik10 ✨
- 修复远程服务器 SSH 包装器无法在 macOS 远程设备上安装 Oz 代理的问题,其 `bash -s` 解析为 Apple bash 3.2(默认值),表现为“Initialize: Response channel closed before receiving a reply”以及二进制文件被错误地放置在 `~/"/Users/.../"` 下。 (#10317) — @lucasdoell ✨
- 子代理初始提示(来自编排器)不再出现在代理输入完成历史记录中。 (#10304)
- 修复了陈旧代理运行上的无限 SSE 重试循环问题 (#10383)
- 修复了渲染后笔记本中的 Markdown 目录锚点链接。 (#10143) — @haikomatt ✨
- 修复了重启 Warp 后云端对话记录窗格卡在加载状态的问题 (#10385)
- 阻止代码审查窗格在当前分支没有 PR 时,在每次文件系统事件上重新运行 `gh pr view`。 (#10361) — @croaky ✨
- 修复了 tree 命令输出的文件名未被检测为可点击文件链接的问题 (#10004) — @princepal9120 ✨
- 在 Linux/Wayland 上启用了 IME 输入 (#9602) — @anshul-garg27 ✨
- 聚焦窗格通知现在在 Warp 窗口重新获得焦点时被标记为已读 (#10082)
- 修复了有时点击显示/隐藏富文本输入页脚芯片会导致退出代理视图的问题。 (#10303)
- 修复了当 .sources 文件存在时 Debian/Ubuntu 上的重复 apt 源条目问题 (#10011)
- 修复了第三方代理会话的 RowIterator 崩溃问题 (#10305)
- 修复了终端视图渲染中的死锁问题,该问题可能导致 UI 冻结 (#10308)
- 修订了标签页摘要模式的布局和行为 (#10067)
- 修复了 git 分支/diff-stats 提示芯片初始化中的竞争条件 (#10265)
- 修复了可能永久丢失活动规则文件的竞争条件 (#10238)
- 修复了云端代理 CLI 轮询中的 429 速率限制问题 (#10275)
- 修复了导致已接受命令被自动取消的竞争条件 (#10241)
- macOS:修复第三方 IME(如超注音 / Yahoo Bopomofo)在撰写期间每次按箭头键候选选择前进 2 个的问题。 (#9711) — @maxmilian ✨
Oz 更新
2026.05.06 (v0.2026.05.06.15.42)
标题为“2026.05.06 (v0.2026.05.06.15.42)”的章节新功能
- 增加了一个 `/set-tab-color` 斜杠命令,用于从输入栏设置或清除当前标签页的颜色。
改进
- 增加了标签页上下文菜单操作,以便在可用时复制可见的标签页和窗格元数据。
- 对话详情面板现在可以通过可配置的键盘快捷键打开和关闭。
- 对话详情侧边面板现在适用于本地 Warp 代理对话,而不只是云端 Oz 运行。点击窗格标题中的信息按钮,即可为任何活动的 AI 对话打开它。
- 减少了代理运行管理视图在对话流式传输时的内存使用和 CPU 工作。
- 增加了对将图像文件拖放到活动 CLI 代理会话(例如 Claude Code)的支持。感谢 @SagarSDagdu!
- 将 Mistral Vibe (vibe / vibe-acp) 识别为终端中的已知 CLI 代理,并带有品牌颜色的工具栏平铺。感谢 @lonexreb!
- Warp 现在在代理块输出中渲染内联本地图像和 Mermaid 图表。
- 当预构建的远程服务器二进制文件不兼容时(例如 glibc < 2.31),Warp 现在会静默回退到远程主机上的常规 SSH 会话,而不是尝试在运行时失败的安装。
- 收紧编排事件订阅范围,以便 SSE 仅针对活动的父代理和子代理运行。
- 使用 .htm 扩展名的 HTML 文件现在会在 Warp 编辑器中打开时启用 HTML 语法高亮。
- 识别 Block 的 goose CLI 代理 — 运行 goose 现在会像其他识别的第三方代理一样激活 CLI 代理工具栏、状态、品牌颜色和图标。感谢 @webdevtodayjason!
- 增加了一个 `/continue-locally` 斜杠命令,用于在本地继续云端对话。
- 在点击检测到的文件链接时出现的工具提示中,增加了“在 Finder 中显示”(macOS)/“显示包含文件夹”(Linux/Windows)选项。
Bug 修复
- 阻止代码审查窗格在当前分支没有 PR 时,在每次文件系统事件上重新运行 `gh pr view`。感谢 @croaky!
- 修复了 `/feedback` 在封装版本上记录“Unknown”而不是安装的 Warp 版本的问题。感谢 @SagarSDagdu!
- 修复了在活动块中流入新输出时,查找 (`⌘+F`) 选择跳转到不同匹配项的问题。感谢 @amazansky!
- 修复了在 Linux 上在外部编辑器中打开文件时的命令注入漏洞。
- 修复了 macOS 上日语 IME 在标点符号前丢失短语最后一个字符的问题。感谢 @s-zaizen!
- 修复了连接到 SSH 会话时本地文件树闪烁/重排的问题
- 修复了在拖动超出边界时终端文本选择无法自动滚动的问题
- 修复了在编辑器获得焦点时,Linux 上 `Ctrl+G` 无法关闭 CLI 代理富文本输入的问题(修复 #9286)。感谢 @nihalxkumar!
- 在代理视图中缓冲区为空时按退格键不再重置对话。
- 修复了系统睡眠后远程 SSH 会话不必要的重连尝试,减少了错误噪音
- 修复了终端窗格调整大小时 CLI 代理的重复 TUI 重绘问题。
- 修复了当标签页面板位于标题工具栏右侧时,新会话“+”下拉菜单对齐问题。
- 当两者都处于活动状态时,复制快捷键现在优先考虑输入中选定的文本,而不是选定的块。
- [Windows] 修复快捷键窗口。
- [Windows] 符号链接遍历已修复。
- 修复了在将 Web 对话切换到原生客户端时 Windows 上的崩溃问题(“Grid received input but did not receive Reset Grid OSC”)。
- 修复了多个“打开技能”按钮共享悬停状态的 Bug。
- 修复了提示符中的 Page Up 和 Page Down 问题,以便在建议菜单关闭时滚动终端输出;快捷键出现在键盘快捷键下,作为可编辑的滚动操作 (terminal:scroll_up_one_page / terminal:scroll_down_one_page)。感谢 @fadexadex!
- 修复了 OSS Linux 桌面条目,以便 WarpOss 通过封装的 warp-terminal-oss 命令启动。感谢 @lonexreb!
- 修复了在激活非拉丁键盘布局时,Windows 上 Ctrl/Cmd 快捷键(例如复制、粘贴)失效的问题。
- 修复了代码编辑器窗格中 macOS IME 候选弹窗定位问题,使其锚定到编辑器光标,而不是陈旧的终端/输入位置。感谢 @qubaitian!
- 修复了 `/open-file` 对 WSL 相对路径的处理,以便在 Windows 主机上打开文件之前保留 Unix 分隔符。
- 修复了 alt 屏幕程序(例如 delta, diff-so-fancy)中的背景颜色溢出问题,当彩色区域占据可见区域时,它们会错误地填充整个视口。感谢 @JamieMcMillan!
- 将 warp 指示器的操作芯片(例如“隐藏响应”、“接管”、自动批准、排队下一个提示、停止)裁剪到窄窗格上的新行,而不是溢出到相邻窗格中。
- 代理块输出中的内联 .bmp, .tiff / .tif, 和 .ico 图像现在正确渲染,而不是回退到纯文本。感谢 @anshul-garg27!
- 来自社区维护的 pi-mono 插件(Pi CLI 代理)的通知和会话 UI 现在通过 Warp 的默认会话监听器进行连接。感谢 @lonexreb!
- 修复了在块输入中附加图像没有立即锁定到代理模式的问题,这可能会导致 NLD 分类器引入不确定性。
- 当二进制文件已移动到位后,暂存目录清理遇到“目录不为空”竞争条件时,远程服务器安装不再失败。
- .command shell 脚本现在会在 Warp 编辑器中以 shell 语法高亮显示打开。
- 修复了存在未跟踪文件时,git diff 芯片在仅跟踪计数和所有文件计数之间闪烁的问题
- “打开文件 → 默认应用”现在在运行的 Warp 通道中打开文件,而不是路由到不同的已安装 Warp。
- 修复了垂直标签页设置弹出项(查看方式、密度、窗格标题为)不可点击的问题。感谢 @leozeli!
- 修复了 Warp 枚举系统字体或构建字体回退链时发生的 macOS 内存泄漏。
- 从 file:// URL 打开的可执行 shell 脚本现在会在终端中运行,而不是在编辑器中打开。感谢 @amriksingh0786!
- 修复了 Option+Enter, Option+Tab, 和 Option+Escape 发送字面键名而不是正确转义序列的问题。感谢 @oliver-ni!
- 修复了当 LLM 请求超出文件末尾的行范围时,read_files 工具显示空白框的问题。
- 修复了 Linux WarpOSS 应用程序菜单启动器指向不存在的 warp-oss 二进制文件的问题;.desktop Exec 行现在与已安装的 warp-terminal-oss 启动器匹配。感谢 @lonexreb!
- 防止 Warp 在长块输出中识别文件路径时消耗过多内存。
- 当 Warp 以无头 SDK/CLI 模式运行时,不要触发代理入职教程。
- 在 Oz CLI 中增加了 `--version` 标志支持
- 修复了转换到 SSH 远程会话时文件树闪烁的问题
- 修复了输入获得焦点时,选定块的滚动到开始/结束快捷键(macOS 上为 `⌘+Shift+↑`/`⌘+Shift+↓`,Windows/Linux 上为 `Ctrl+Shift+↑`/`Ctrl+Shift+↓`)不起作用的问题。
- 修复了当活动主题具有背景图像或自定义窗口不透明度时,终端窗格背景在水平标签页模式下看起来更暗的问题。
- 标记为 vue, xml, dockerfile, jsx, tsx, objective-c 或 starlark 的 AI 代码块现在以语法高亮显示。常见的别名如 rs, py, js, ts, yml, kt, rb, golang, terraform 和 docker 也被识别。
- “重新打开已关闭会话”现在可以从 Linux 和 Windows 上的新会话菜单中访问。
- 修复了使用 .hpp, .hxx 或 .H 扩展名的 C++ 头文件缺少语法高亮的问题。
Oz 更新
- 将 Codex 添加为本地子代理的支持工具。
- 每个配置文件的可配置最大上下文窗口。
2026.04.29
标题为“2026.04.29”的章节改进
- 新的 AI 设置,用于控制 Oz 是否在它创建的提交消息和拉取请求中添加归属共同作者行。
- Git 操作按钮现在显示工具提示,解释它们为何被禁用(例如“没有更改可提交”,“输入提交消息”)。
- 长期运行的 shell 命令指示器现在显示代理下一次快照的倒计时(例如“下次检查在 12 秒后”),而不是上次检查以来的时间。
Bug 修复
- warp://action/new_tab?path=~/foo(以及 /new_window)现在将 ~ 展开到你的主目录。
- + 菜单和默认会话模式下拉菜单中的标签页配置现在按名称字母顺序排序,而不是以随机顺序显示。
- 修复了一个在代理仍在响应时发送的斜杠命令被静默丢弃的问题。现在,像 /pr-comments 这样的斜杠命令会像输入的消息一样作为后续行动运行。
- 在 git 操作对话框中执行 git 提交时,禁用了提交消息编辑器。
- 项目范围的基于文件的 MCP 服务器现在默认从仓库根目录(以及全局的从 ~)生成,因此具有相对命令/参数(以及 pnpm/npm 等工作区启动器)的配置无需显式 working_directory 即可工作。
- 停止在 WASM 共享会话查看器上垃圾发送代理运行元数据获取,消除了非所有者查看者对 `/api/v1/agent/runs/{id}` 的 403 响应洪流。
- 修复了输入从排队/预输入命令开始的命令块时的 keystroke 丢失问题。
- 修复了所有面板排列中工作区面板之间的双线视觉伪影。
- 修复了 macOS 上一个小内存泄漏,该泄漏在文本渲染期间可能会累积 Core Graphics 对象。
- 修复了设置弹出项(查看方式 / 密度)不可点击的问题(感谢 @leozeli!)。
Oz 更新
- 在 macOS 和 Linux 上将 oz CLI tarball 下载大小减少了约 60%。
- 模型选择器不再为通过你自己的 API 密钥 (BYOK) 路由的模型显示促销折扣,因为这些折扣仅适用于 Warp 计费的使用。
2026.04.27
标题为“2026.04.27”的章节新功能
- Warp 现在是开源的。
- Warp 现在可以通过 TOML 设置文件进行配置。从设置页面访问该文件,或者让 Warp 的代理为你更新设置。
改进
- 增加禁用建议规则的设置。
- 增加了 `/feedback` 斜杠命令,用于提交有关 Warp 的反馈。
- `oz run get` 和 `oz run list` 命令现在支持 JSON 输出,以及通过 `--jq` 标志进行过滤。
- 用户菜单、帮助菜单、资源中心页脚和命令面板中的反馈现在会在 AI 可用时打开引导式 `/feedback` 代理流程,否则回退到 GitHub 问题表单。
- 中键点击垂直标签页现在会将其关闭,匹配水平标签页。
- 即使在禁用 AI 时,终端中的斜杠命令现在也可用。
- 网络日志查看器现在作为应用内只读窗格打开,由 50 项内存内缓冲区支持,而不是将 `warp_network.log` 写入磁盘。
- 在长期运行命令的“上次代理查看”指示器旁边增加了“立即检查”按钮,让用户无需等待轮询计时器即可立即向代理提供新鲜快照。
- 代理模式输入占位符现在反映对话状态:“Warp anything”用于新对话,“Steer the running agent”用于流式传输时,“Ask a follow up”用于完成后。
- `/feedback` 技能现在支持附加截图。当你附加一个或多个图像运行 `/feedback` 时,Warp 会草拟带有每张截图说明的问题,并打开 GitHub 的新建问题页面,以便你在提交前将图像拖放到问题正文中。
- 将绝对文件路径(例如从代码审查窗格中的“复制文件路径”)粘贴到命令面板文件选择器中,现在可以正确找到并打开文件。
Bug 修复
- 修复了块列表响应中宽 Markdown 表格滚动条在终端输入上方渲染的问题。
- 修复了当面板位于右侧时垂直标签页关闭按钮出现在左侧的问题。
- 入职自主性选择(全量 / 部分 / 无)现在正确应用于默认执行配置文件,并且在入职结束时登录时保留现有用户的已存储云配置文件。
- 修复了在文件树元数据更新时项目资源管理器卡在加载状态可能发生的崩溃。
- 修复了垂直标签页设置面板中点击被忽略的问题。
- 修复了对话详情面板中的“在 Oz 中查看”按钮对点击无响应的问题。
- [Windows] 恢复的会话中的 WSL 窗格具有你退出时的相同 PWD。
- 恢复了代理 > Oz 设置子页面中的 API 密钥 (BYOK) 和 AWS Bedrock 部分。
- 修复了 macOS 上读取或写入用户偏好设置时的小内存泄漏。
- 带撇号的用户名不再中断 PowerShell 会话。
- 修复了启用远程服务器功能时退出 SSH 会话可能发生的挂起问题。
- 修复了由包含超长零宽字符序列(例如嵌入在通过终端管道传输的 HTML 中的隐写 ZWJ/ZWNJ 序列)的终端输出触发的崩溃,如果违规输出已持久化到块中,这也会在会话恢复时的启动时重现。
- 修复了在默认 macOS 应用程序中打开文件时触发的每次调用的小内存泄漏。
- 修复了在运行 alt-screen CLI 代理(例如 OpenCode)时 CLI 代理富文本输入中的不可读文本,增加了对背景的对比度。
- 修复了 macOS 服务子菜单设置中的一次性启动内存泄漏。
- 修复了 macOS ObjC 桥 (window.m) 中窗口委托的每个窗口内存泄漏。
- 修复了文件树侧边栏错误地在本地标签页中显示远程 SSH 会话目录的问题。
- 修复了 macOS ObjC 桥 (keycode.m) 中每个桶的键码字典过度保留问题。
- 修复了 macOS ObjC 桥 (host_view.m) 中每个窗口的小内存泄漏。
- 修复了在 macOS 上注册全局快捷键时每个快捷键的内存泄漏。
- 标签页标题不再在代理验证步骤期间更改为代理执行的命令名称(例如 cargo)。
- [macOS] 修复图像粘贴和应用图标更改时的内存泄漏。
- 在撤消关闭宽限期内重新打开已关闭的云端模式标签页,现在会恢复云端对话的实时视图,而不是带“会话已结束”横幅的冻结快照。
- 修复已注销用户的隐私设置无法持久化到设置文件的问题。
Oz 更新
- 反馈技能现已在稳定版中可用 — 将粗略的应用反馈直接从 Warp 转化为已提交的 GitHub 问题。
2026.04.22 (v0.2026.04.22.08.46)
标题为“2026.04.22”的章节新功能
- 工具栏芯片现在可以通过右键单击顶栏中的任意位置并选择“重新排列工具栏项目”来重新排列。
- Mermaid 图表现在在 markdown 笔记本中渲染。
改进
- 增加了对将图像粘贴到带 CLI 代理(例如 Claude Code 或 Codex)的富文本输入编辑器的支持。
- 在代码审查或富文本评论中输入 `_text_` 或 `__text__` 现在呈现为斜体或粗体,匹配现有的 `*text*`/`**text**` 行为。
- [Windows] 在设置 > 功能 > 常规下增加了“登录时启动 Warp”切换开关,该开关注册 Warp 在你登录 Windows 时自动启动。
- 在 macOS 上为全局搜索和代理对话左侧面板项目增加了视图菜单条目(带有键盘快捷键)。
- [Windows] 增加了 408 个 PowerShell cmdlet 完成,并提高了现有 PowerShell 完成的建议质量。
- 增加了 `pprof` 的补全。
- `/fork` 现在用 Enter 在新窗格中打开分叉的对话,用 Cmd+Enter 在新标签页中打开。
- 右键单击 AI 响应中的 URL 或文件路径链接,可通过上下文菜单直接复制它。
- 增加了隐藏标签页栏中代码审查按钮的添加/删除行计数的设置。
- 将设置重新组织为代理、代码和云平台子页面;改进了设置搜索。
- 将分支补全连接到 `git log` 参数位置。
- 为 OpenCode 的“询问用户问题”工具增加了通知。
- 在模型选择器中为有活跃促销的模型显示折扣芯片。
- 每个查询的图像限制提升到 20(原为 5),每个对话的图像限制提升到 200(原为 20)。
- 性能改进,防止在有很多 Warp Drive 对象时登录后的滞后。
- 增加了对代理对话中文件工件的支持,带有下载功能和过滤选项。
Bug 修复
- [Windows] 修复了粘贴图像到 CLI 编码代理(Claude Code, OpenCode 等)的问题。
- 修复了当服务器有许多芯片(例如带有许多仓库范围的 GitHub MCP)时,MCP 服务器标签溢出屏幕的问题。
- 修复了 MCP 设置页面中 MCP 画廊项目未始终按字母顺序排列的问题。
- 修复了工件卡在窄窗格上裁剪“在本地继续”按钮的问题。
- 修复了在终端工作目录大小写与 macOS 上的磁盘仓库路径不匹配时,代码审查提交按钮被错误禁用的问题。
- 修复了在从非登录幻灯片入口点完成入职幻灯片后注册时,新帐户未在服务器上被标记为已入职的问题。
- 修复了连接到远程 SSH 会话后打开时项目资源管理器卡在加载状态的问题。
- 修复了代理的 `read_files` 工具将无扩展名的文本文件(例如 shell 脚本)作为二进制内容返回的 Bug。
- 修复了 MCP 设置页面基于文件的服务器徽章无限增长,并错误地将 Warp 范围的服务器标记为“.warp”而不是“global”的问题。
- 修复了当 shell 命令正在运行但尚未发送任何代理消息时,代理窗格中缺失进行中指示器的问题。
- 修复了 MCP OAuth 身份验证在强制执行严格重定向 URI 匹配的提供程序(例如 Hydra/ORY)上失败的问题。
- 修复了具有整数类型参数的 MCP 工具调用由于被序列化为浮点数而失败的问题。
- 修复了当 LLM 的搜索块以部分行匹配结束时,文件编辑工具丢弃行末尾的问题。
- 在带有 vim 模式的代码编辑器中使用时,第一个查找匹配现在被正确选中。
- 修复了在用 Ctrl+C 取消正在运行的代理命令后发送代码审查评论被静默丢弃的问题。
- 运行 alt-screen CLI 代理(如 OpenCode)时,编码代理页脚中的工具栏芯片不再难以阅读。
- 修复了 MCP 服务器(例如 Figma)在每次应用重启时都需要重新身份验证的问题。
- [Windows] 修复了一个竞争条件,该条件在 Warp 未完全退出之前运行安装程序时导致自动更新因文件正在使用错误而失败。
- 改进了 Copilot CLI 富文本输入提交流程的可靠性。
- [Windows] 修复了使用不包含 CJK 字形的初级字体渲染大量 CJK 文本时的无界内存增长问题。
- 修复了输入长查询时设置搜索栏文本溢出的问题。
- 修复了在网络不可用时命令完成后 Oz CLI 挂起的问题。
- 修复了关闭期间 Ctrl+C 未终止 Oz CLI 的问题。
- 修复了在 `/open-file` 斜杠命令中 `~`(波浪号)未被展开到主目录的问题。
- 修复了在 CLI 子代理处于活动状态时,编排事件破坏工具调用顺序的问题。
Oz 更新
- 增加了一个捆绑的 Claude API 技能,用于 Claude API 和 Anthropic SDK 开发指导。
- 增加了对 oz CLI 中 `--share public:{access_level}` 的支持,以在 oz 云运行上设置公共访问级别。
- `/feedback` 技能现在为了跟踪,将 `in-app-feedback` 标签添加到它归档的问题中。
- `start_agent` 不再在省略 `environment_id` 时拒绝远程子代理;在远程父级内,子级自动继承父级的环境。
2026.04.15 (v0.2026.04.15.08.45)
标题为“2026.04.15 (v0.2026.04.15.08.45)”的章节改进
- Agent 模式现在为长时间运行的命令显示“代理上次查看时间”指示器,以便您了解代理接收新输出的时间。
- 添加了 npm 包搜索、nx、brew、aws s3、tree、awk、sort、ip、uv 和 nmap 的补全功能,并增加了对 pnpm 工作区过滤器的支持。
- 技能调用现在在输入视图和提示视图中显示与斜杠命令相同的紫色高亮文本。
- 添加了
timedatectl、ack、watch、lsof、systemctl、ros2、nextflow、tsh、codex、asdf、sdk、pass、az、oc、scp、claude、git show、git rm、gsutil、aws ec2、docker-compose、yarn和docker run的补全功能;改进了git switch、git diff、aws静态标志、gt、kubectl、tf、pnpm、kubectl和 SSH 主机补全功能;添加了apt仓库包生成器。 - 即使在禁用 AI 时,代码审查评论按钮也会保持可见;评论可以发送到 CLI 代理终端(例如 Claude Code)。
- 审查评论现在可以发送到标签页中的任何可用终端,而不限于当前聚焦的终端。如果聚焦的终端正忙,Warp 会自动将评论路由到同一存储库中的另一个空闲终端。
- 现在可以在 Agent 模式下从 @上下文菜单中搜索技能,并将
/{skill_name}插入到提示中。 - 基于文件的 MCP 服务器现在可以通过
~/.agents/.mcp.json(全局)或.agents/.mcp.json(项目本地)进行配置。
Bug 修复
- 修复了在 Warp 中使用富文本输入(Rich Input)时 Claude Code 的较长提示无法完全提交的问题。
- 修复了注销用户创建新账户时设置重置为默认值的问题。
- 更新了 openh264 依赖项,以解决堆溢出安全漏洞 (GHSA-5pmw-9j92-3c4c)。
- 当代理对话因传输或服务器错误失败时,显示“恢复对话”快捷方式。
- 修复了在子命令之前放置
-n/--namespace或其他标志时kubectl资源补全中断的问题。 - 修复了包含动画 GIF 和 WebP 的 Markdown 文件因渲染为第一帧预览而占用过多内存的问题。
- 修复了 shell 引导完成后自动建议和补全功能不出现的问题。
- 修复了当同一存储库中打开多个终端标签页时,冗余的
git status进程导致 CPU 使用率过高的问题。 - 修复了用户处于控制状态时长时间运行的命令完成会导致对话停滞的错误。
- 修复了思考块标题(“Thought for X >”)的点击区域延伸到整个窗格宽度的问题;现在只有文本和箭头图标可点击。
- 修复了全局搜索在匹配非常长的行(例如压缩后的 JavaScript)时占用过多内存的问题。
- 窗口标题现在遵循自定义标签页名称,而不是始终显示生成的名称。
- 修复了
git push分支补全对强制推送和 refspec 前缀的支持、补全规范中的 HTML 实体渲染,以及npm i短格式命令优先级问题。 - 修复了索引大型代码库时重复出现 403 错误的问题。
- 修复了在询问问题选项行上悬停时鼠标光标形状发生变化的问题。
Oz 更新
- 本地子代理现在继承父代理的 AI 配置文件(模型和权限)。
2026.04.08 (v0.2026.04.08.08.36)
标题为“2026.04.08 (v0.2026.04.08.08.36)”的章节新功能
- 现已支持垂直标签页,提供了一种在侧边栏布局中组织终端标签页的新方式。
- 标签页配置允许您将工作区设置保存并共享为可自定义的配置。
- 您可以轻松创建带有自动生成分支名称的新工作树。这些会被保存为标签页配置,以便随后自定义和编辑。
- 第三方 CLI 代理(例如 Claude Code、Codex、Gemini CLI、OpenCode 等)现已支持新的富文本输入(Rich Input)。这使您能够在这些编码代理中使用 Warp 的富文本输入功能。
- 发布了经过改进的通知 UI,并支持 Claude Code 和 OpenCode 的通知。
- 为 auggie 和 pie 添加了对编码代理工具栏的支持。
- 在提问工具的设置中添加了一个条目,用于配置何时暂停以获取用户输入。
改进
- 对话搜索现在显示搜索内容及其当前活动状态。
- 添加了
warp://settings/appearance深层链接,可直接打开外观设置。 - 改进了 AI @上下文菜单,优先考虑来自当前活动终端会话的块,并按时间顺序对项目进行排名。
- 增加了对在笔记本(notebooks)和 Warp 内置 Markdown 查看器中渲染 Markdown 表格的支持。
- 命令面板文件打开器现在支持在搜索文件时使用
~(波浪号)扩展到主目录。 - 添加了
timedatectl、ack、watch、lsof、systemctl、ros2、nextflow、tsh、codex、asdf、sdk、pass、az、oc、scp、claude、git show、git rm、gsutil、aws ec2、docker-compose、yarn和docker run的补全功能。 - 改进了
git switch、git diff、gt、kubectl、tf、pnpm、apt和 SSH 主机的动态补全功能。
Bug 修复
- 添加了提示变更,以避免代理在完全终端使用(Full Terminal Use)模式下因翻页器导致卡死。
- 移除了网页不活动注销功能,该功能在会话 Cookie 过期工作落实之前可能会导致已认证用户不必要地注销。
- 在 Agent 模式下启用自动批准时,跳过询问用户问题的提示。
- 修复了
git push分支补全对强制推送和 refspec 前缀的支持。 - 修复了补全规范中的 HTML 实体渲染。
- 修复了
npm i短格式命令的优先级。
Oz 更新
- 添加了一个
oz whoami命令以获取用户信息。
2026.04.01 (v0.2026.04.01.08.39)
标题为“2026.04.01 (v0.2026.04.01.08.39)”的章节新功能
- [macOS] 右键单击 Finder 中的文本文件,即可在 Warp 代码编辑器中打开。
- 发送代码审查评论,附加差异块(diff hunks)作为上下文,并将子字符串作为上下文(
cmd L)发送给 Claude Code、Codex、Opencode 等第三方 CLI 工具。 - 代理现在可以在 Agent 模式交互期间向用户提出澄清问题。
- Warp 代理现在会在工作完成后建议后续操作。
改进
- 将子 shell 和 SSH 会话的 warpify 横幅替换为底部栏,可选择 warpify 或标记代理加入。
- 改进了 CLI
--share标志会话共享超时时的错误消息,现在建议这可能是由团队管理员禁用的。 - 在文件查看器(代码和 Markdown 文件)的溢出菜单中添加了“复制文件路径”选项。
- 为未登录用户在设置齿轮菜单中添加了“注册”选项。
- 由代理编辑的 MCP 配置文件现在在代码差异标题中显示“打开配置”按钮,方便直接跳转到配置文件。
- 在 CLI 代理富文本输入中添加了对
/skills的支持,用于浏览和调用代理特定技能。 - 沙箱化代理现在拥有专门的自主权设置,而不是继承团队级别的默认值。
- 更新了设置信息图标的工具提示,以澄清它们指向文档。
- 改进了提示建议和建议代码差异的质量与延迟。
- 云端代理现在可以接受图像和文件附件作为上下文。
Bug 修复
- 修复了过时的回退模型消息在用户的新查询中持续存在的问题。
- 修复了编辑代码审查评论时的滚动行为,以正确显示评论编辑器。
- 修复了代理在端口 80 上监听时 WebSocket 代理连接超时的问题。
- 修复了 PowerShell 别名和函数在匹配时忽略大小写的问题,符合 PowerShell 的原生行为。
- 修复了对话搜索临时目录路径在 Windows 上使用混合分隔符的问题。
- 修复了首次通过搜索导航到键盘快捷键设置面板时为空的问题。
- 修复了在过滤类别时键入约 6 个字符后
@上下文菜单消失的问题。 - 修复了从 stdin 读取的 Oz CLI 命令崩溃的问题。
- 修复了生产环境中因从共享 Wasm 调用路径到达原生仓库检测代码而导致的 WebAssembly 崩溃问题。
- 修复了代码块列表评论中的链接点击无法打开的问题。
- 修复了用户提供自己的 API 密钥时“积分不足”警报无法关闭的问题。
- 修复了在对话摘要或隐藏的推理块之后 AI 对话中链接检测偏移的问题。
- 简化了文件资源管理器的延迟加载文件夹处理,并修复了独立文件夹与索引 Git 仓库之间的转换。
- 修复了在笔记本中切换编辑器主题时内联代码片段颜色和下划线颜色未更新的问题。
- [Windows] 修复了在一组旧 Intel iGPU 驱动程序上的渲染问题。
- 修复了 Web 认证流程,以便通过会话 Cookie 认证的客户端可以调用认证服务器 API,而无需 Authorization 头。
Oz 更新
- 修复了 Oz 会话共享在端口 80 上的 HTTP 代理后失败的问题。
OZ_RUN_ID环境变量现在可在代理终端会话中使用,设置为当前任务 ID。- 改进了代理会话共享失败时的错误消息,移除了重复文本并提供了更清晰的指导。
- 代理现在可以在 Agent 模式交互期间向用户提出澄清问题。
2026.03.25 (v0.2026.03.25.08.24)
标题为“2026.03.25 (v0.2026.03.25.08.24)”的章节新功能
- 现在可以使用
/pr-comments技能从 GitHub 获取拉取请求评论。 - Warp 现已支持 Kitty 键盘协议。
改进
- 引导程序现在显示高级模型层级为禁用状态,并为免费用户提供升级途径。
- 所有内联菜单现在都可以调整大小,并且部分内联菜单现已支持标签页。
- 添加了新的内置
edit-figma-design技能,可供安装了 Figma 远程 MCP 服务器的用户调用。 - MCP 服务器模板现在可以为枚举使用下拉选择器。
- 为代理输入页脚添加了可自定义的工具带 —— 拖放以重新排列上下文芯片和控件。
- [macOS] 迁移到 Apple 最新的图标格式。如果选择了默认图标,Warp 的图标将能适配所选的“图标与小部件样式”偏好设置。
- 代码审查评论现在可以直接从代码审查面板发送到运行中的 CLI 代理(Claude Code、Gemini CLI 等)。
- 按
esc现在可以关闭空的代码审查评论编辑器。 - 增加了始终显示或始终隐藏代理思考块的功能。请访问设置 > AI > 其他进行更改。
- 添加了
/changelog命令用于重新打开最新的更新日志,并保持更新提示直到被关闭。 - 在文件编辑器中为 Dockerfile 添加了语法高亮。
- 添加了一个设置以在 shell 历史记录中隐藏代理执行的命令,现已默认启用。
- 从第三方代理(Claude、Codex)检测到的 MCP 服务器现在可以在 Warp AI 设置的 MCP 服务器页面中可见并可生成。更多详情,请参见关于基于文件的 MCP 服务器的文档。
Bug 修复
- 修复了打开富文本输入编辑器时代理工具带的视觉抖动问题。
- 澄清了
/fork斜杠命令的描述。 - MCP 资源读取现在尊重自主权设置,而不是总是提示批准。
- 当您的标志/值对由
=分隔时(例如--flag=value),您现在可以获得补全、语法高亮和悬停描述。 - 修复了在使用带有多个标签页的代码审查时转到定义和符号大纲过时的问题。
- 修复了在禁用自动检测的 Agent 模式下,从命令搜索(
cmd-r)选择 shell 命令会被视为代理提示而不是作为 shell 命令执行的问题。 - 修复了在对话搜索期间
ctrl-c不起作用的问题。 - 修复了当摘要失败或取消时,
/compact-and和/fork-and-compact中的后续提示静默丢失的问题。 - 修复了建议单元测试横幅上的关闭按钮和
ctrl-c不起作用的问题。 - Git diff 芯片现在出现在远程和子 shell 会话中。
- 修复了输入滚动错误,有时点击会应用于上一行(而不是点击行)。
- 修复了在共享会话(如 Claude Code)中渲染使用同步输出 VT 扩展的程序的问题。
Oz 更新
- 使用最新的上游版本更新了
create-skill捆绑技能,添加了评估/迭代工作流、基准测试和描述优化功能。 - 在 AI 输入模式中,只要您当前分支有打开的拉取请求,就会出现 GitHub 拉取请求的新芯片。
2026.03.18 (v0.2026.03.18.08.24)
标题为“2026.03.18 (v0.2026.03.18.08.24)”的章节新功能
- Warp 现在自动检测使用
claude或codex配置的全局和项目范围的 MCP 服务器。在设置 > AI 中切换基于文件的 MCP 服务器,即可根据您的本地配置自动生成服务器。更多信息请参见文档。 - 在代码编辑器中添加了转到行对话框(
CTRL-G),支持行:列格式。
改进
- 添加了“保持代理思考处于展开状态”设置,以在流式传输后保持代理思考块展开。
- 在内联对话菜单中添加了“全部”和“当前目录”标签页。
- 更新了设置文案,在 MCP 服务器和规则部分中始终统一使用“Oz”而不是“代理”。
- 提高了加载和渲染大型 AI 对话的性能。
- 为具有多个计划的对话添加了内联计划选择器。
- [macOS] 窗口交通灯按钮现在在不同缩放级别下看起来正常。
- Kitty 键盘协议支持现已在预览版本中可用。
- Warp 代理管理视图现在链接到云端代理的相关技能。
Ctrl-R命令搜索现在包括所有过去对话中的 AI 查询历史,而不仅仅是当前打开的那些。- 在开发版本中启用了 Kitty 键盘协议支持。
- 改进了 @上下文中所列项目的排名,考虑了最近使用情况。
- 添加了新的内置技能
generate-figma-content和pull-figma-content,可供安装了 Figma 远程 MCP 服务器的用户调用。 - 隐藏的目录和文件(以
.开头)现在出现在项目资源管理器的顶部,符合大多数编辑器的约定。 - 更新了设置命令占位符以显示
cd my-repo &&示例。
Bug 修复
- 修复了窗格标题中的“for terminal”文本在禁用时变为粗体导致布局偏移的问题。
- 修复了笔记本查找栏显示
?/n而不是正确匹配计数器的问题。 - 修复了编辑标签页标题总是以窗格标题开头(而不是现有标签页自定义标题)的问题。
- 修复了“查看最新更新日志”操作未在命令面板中出现的问题。
- 修复了云端代理运行的工件未在对话详情面板中实时更新的问题。
- 修复了在后台计划自动保存遇到临时失败时,无需用户操作就会出现间歇性“更新计划失败”提示的问题。
- 修复了代码审查面板中分支名称工具提示与截断文本重叠的问题 — 它现在出现在分支名称上方。
- 修复了
Ctrl+G在代码编辑器中默认未绑定“转到行”的问题。 - 修复了
cmd-O文件面板在再次按下时无法关闭的问题。 - 修复了代码审查面板在切换标签页时不必要地重置滚动位置和缓存状态的问题。
- 修复了在搜索单个字符时某些已保存的提示没有出现在斜杠命令菜单中的问题。
- 修复了使用 SSH 命令的 shell 别名时无法触发 SSH warpification 的问题。
- 修复了代理运行的 SSH 会话错误触发 warpification UI 的错误。
- 修复了 macOS 上使用全局热键窗口时,新窗口/新标签页菜单项和键绑定偶尔被禁用的问题。
- 修复了代码审查分支下拉菜单在关闭并重新打开面板后仅显示“未提交更改”的问题。
- 修复了环境设置中的“新建环境”按钮没有打开设置模式选择器弹窗的问题。
- 修复了当窗口太短时引导幻灯片切断导航按钮的问题 — 内容区域现在可滚动。
- [Windows] 修复了导致代码库索引失败的路径不一致问题。
- 当代码库索引切换开关被管理员策略禁用时显示工具提示,解释为什么该设置无法更改。
- [Windows] 修复了旧 Intel UHD 集成显卡上的渲染问题。
- 修复了恢复带有多个已创建计划的对话时,仅内联显示第一个计划的错误。
- 修复了当长时间运行的命令子代理处于活动状态时,恢复对话快捷键不起作用的问题。
- 修复了代理提示、设置和引导内容中损坏的文档链接。
- 修复了
Ctrl-R历史记录中的 AI 查询未按时间排序的问题。
Oz 更新
- 对话搜索现在使用真实的文件工具进行更快、更准确的历史搜索。
- 添加了
/open-repo斜杠命令,用于在索引的代码库之间切换。 - 在向上箭头历史菜单中添加了标签页,用于过滤命令或提示。
oz agent run现在打印运行 ID 并附带指向 Oz 仪表板的链接。
2026.03.11 (v0.2026.03.04.08.20)
标题为“2026.03.11 (v0.2026.03.04.08.20)”的章节Bug 修复
- 终端输入现在自动检测对 Figma 的引用并鼓励使用 Figma MCP。也会检测从 Figma 导出的图像。
2026.03.05 (v0.2026.03.04.08.20)
标题为“2026.03.05 (v0.2026.03.04.08.20)”的章节新功能
- 添加了新 Warp 提示的提示自定义功能。
改进
- 添加了新的内置技能
generate-figma-content和pull-figma-content,可供安装了 Figma 远程 MCP 服务器的用户调用。 - 选定的文本不再自动作为代理上下文附加,以防止意外附加,而是需要右键单击 > 附加为代理上下文。
- 云端对话现在出现在 @对话上下文菜单中。
- 当设置 > MCP 服务器 > 基于文件的 MCP 服务器开启时,我们现在自动检测并生成通过
codex安装的全局和项目范围的 MCP 服务器。 - 全局搜索现在预填充来自代码、终端、笔记本和计划视图的活动文本选择。
- Warp 提示现在为 git 分支和 git diff 统计信息提供了单独的芯片。
- 在使用带有后续提示的
/fork-and-compact或/compact-and时,显示挂起的提示指示器。 - Oz 权限通知现在使用“Oz”品牌而不是“Agent Mode”。
- [macOS] 窗口交通灯按钮现在在不同缩放级别下看起来正常。
- 在计划文档溢出菜单中添加了“复制计划 ID”选项。
Bug 修复
- 修复了从提示芯片下拉菜单更改目录时清除终端输入的问题。
- 修复了 LSP 错误诊断(下划线)在工作区重新分析后在有效符号上持续存在的问题。
- 解决了安装在多个提供程序目录(例如
.claude和.agents)中的重复技能会出现两次的问题。 - 修复了 git diff 统计芯片错误出现在非 git 目录中的问题。
- 修复了固定到特定显示器时,睡眠/唤醒后全局热键窗口在错误屏幕上打开的问题。
- 修复了光标位置查询(
ESC[6n)在通过 tmux 控制模式(-CC)连接时不工作的问题,这导致某些 TUI 应用程序在 SSH 中进行 Warpified 时挂起(例如 Codex CLI)。 - 修复了代理驱动程序在网络故障时不等待自动错误重试的问题。
- 修复了 Adeberry 主题中不正确的 ANSI 颜色。
- 修复了某些 MCP 服务器因不受支持的
resources/list方法而无法连接的错误。 - CLI 现在在凭据无效时立即退出并报错,而不是在同步 Warp Drive 时超时。
- 修复了在快速终端输出期间选择文本时可能发生的崩溃。
- 修复了临时 MCP 服务器未包含在多代理 API 请求中的问题。
- 修复了设置页面在认证状态更改后不更新个人资料图片的问题。
- 修复了“在 Warp 中打开”按钮对已恢复和分叉的 AI 对话中的代码片段不起作用的问题。
- 在共享会话和 WASM 构建中隐藏免费云积分横幅。
- 修复了代理创建的最新计划在视觉上无法替换已打开的前一个计划的情况。
- 当已同步的计划位于不同标签页时,“计划已同步到 Warp Drive”提示不再出现。
- 修复了代码审查差异视图中“打开文件”按钮在窗格最大化时不起作用的问题。
- 修复了终端关闭后的 git 元数据后台操作。
- 移动设备软键盘现在适用于 LRC。
- 代理现在报告有关会话共享失败的更详细信息。
Oz 更新
- 代理任务现在向服务器报告结构化错误代码,从而实现更好的错误跟踪和可重试性处理。
- 修复了云端代理在网络故障时不等待自动错误重试的问题。
- 添加了对向技能调用传递参数(
$ARGUMENTS,$N)的支持,并允许在调用时包含用户查询。
2026.02.25 (v0.2026.02.25.08.24)
标题为“2026.02.25 (v0.2026.02.25.08.24)”的章节新功能
- Warp 原生代码编辑器现已支持语言服务器。有关我们支持的语言和功能的详情,请查看 https://docs.warp.org.cn/code/code-editor/language-server-protocol
改进
- 重新引入了对 Warp 提示的自定义支持。
- 最大化代码审查面板现在会打开文件列表。
- 环境设置中的 Docker 镜像输入现在显示指向 Docker Hub 页面的链接(若可用)。
- 添加了
/compact-and斜杠命令,用于触发对话压缩并在完成后自动发送后续提示。 - 添加了一个新的
/profile命令,允许您使用内联菜单在配置文件之间切换。 - Oz CLI 现在在生成云端代理时输出指向 Oz Web 应用运行页面的直接链接。
Bug 修复
- 修复了 Oz CLI 打开 Warp GUI 应用而不是打印帮助输出的错误。
- 修复了推荐设置页面和 AI 设置页面上损坏的文档链接。
- 修复了当命令以环境变量赋值为前缀时的 CLI 代理页脚检测。例如,
OPENCODE_EXPERIMENTAL_PLAN_MODE=1 opencode。 - 修复了恢复对话时代码库搜索工具调用的渲染问题。
- 仅本地斜杠命令(例如
/open-file)现在在远程会话中自动禁用。 - 修复了“查看所有云端运行”按钮链接到特定运行而不是运行列表页面的问题。
- 通过使用固定宽度的制表符停止位来改善等宽文本块中的标签页对齐。
- 改进了针对并发限制与积分不足状态的云模式模态路由。
- 修复了云模式积分不足模态闪烁和压缩号召性用语(CTA)对齐问题。
- [Linux]
ozCLI 包现在命名为oz-stable。
Oz 更新
- 添加“新会话默认模式”设置,以默认在代理视图中打开新标签页和窗格。
2026.02.18 (v0.2026.02.18.08.22)
标题为“2026.02.18 (v0.2026.02.18.08.22)”的章节新功能
- 代理现在可以直接从查询中提供的 URL 获取和读取内容。
改进
- 在笔记本和代码编辑器中启用了多选功能。
- 在
外观 > 标签页下添加了一个新设置,以在创建新标签页时保留活动标签页的颜色。
Bug 修复
- 修复了在 vim 插入模式下 Escape 键关闭向上箭头菜单而不是转换为普通模式的问题。
- 修复了 Option-左键和 Option-右键在代码审查评论编辑器中无法进行单词导航的问题。
2026.02.11 (v0.2026.02.11.08.23)
标题为“2026.02.11 (v0.2026.02.11.08.23)”的章节改进
- 更新了标签页 UI,使其更简洁、更易读,并使标签页聚焦更清晰。
Bug 修复
- 无论全局 AI 设置如何,都显示输入类型设置 (Warp/PS1)。
2026.02.10 (v0.2026.02.10.11.37)
标题为“2026.02.10 (v0.2026.02.10.11.37)”的章节新功能
引入 Oz:云端代理编排平台
标题为“引入 Oz:云端代理编排平台”的章节
Oz 是 Warp 用于云端代理的编排平台:启动并行代理、自动化重复性工程工作,并构建具备完全可见性和控制力的代理应用。
云端代理
标题为“云端代理”的章节- 从任何地方运行云端代理并进行内置跟踪 — 通过 Warp、CLI、触发器或计划启动代理。每次运行均可审计且可控。云端代理文档 →
- 用于一致执行的云环境 — 配置基于 Docker 的环境(无限仓库 + 设置命令),并在隔离的云沙箱中运行代理。环境文档 →
- 从 Web 跟踪代理 — 在任何浏览器上管理运行、创建计划、配置环境并设置集成,地址为 oz.warp.dev。
- 基于技能调度代理 — 按照 cron 计划自动运行代理进行代码清理、依赖更新和问题分流。计划代理文档 →
- 默认可编程 — 通过 CLI 编排代理,并利用 API/SDK 将 Oz 集成到工具和服务中。API 和 CLI 参考 →
Warp 升级
标题为“Warp 升级”的章节- 代理模态 — 两种不同的模式:用于命令的简洁终端,以及用于多轮代理工作流的专用对话视图,具备完整控件(模型选择、语音、附件)。
- 云端同步对话 — 您的代理对话可同步到云端并跨设备保持一致。通过链接与队友共享,在 Web 上查看,或在本地继续。
代理能力
标题为“代理能力”的章节- 技能 — 可重用的指令集,代理会自动从您的项目或主目录发现它们。使用
/{skill-name}调用,或作为计划的云端代理运行以进行可重复的自动化。技能文档 → - 计算机使用 — 代理可以在沙箱化云容器中与桌面环境进行交互 — 截屏、点击、输入并测试 UI 更改。计算机使用文档 →
2026.02.04 (v0.2026.02.04.08.20)
标题为“2026.02.04 (v0.2026.02.04.08.20)”的章节新功能
- 增加了对 Kitty 键盘增强协议的全面支持,使 OpenCode 等 TUI 应用程序能够检测并使用增强的键盘输入。
- 在运行 Copilot CLI 时支持代理页脚。
- 添加了一个新的付费计划 Max,其每月积分是 Build 计划的 12 倍。在
设置 > 账单与使用中升级。
改进
- 改进了环境更新处理,具有更好的时间戳跟踪功能,并在编辑后立即刷新 UI。
@菜单现在在禁用 NLD 时显示函数定义。- 对话深层链接现在在新的标签页中打开,而不是在新窗口中。
- 将
edit斜杠命令重命名为open。 - 修复了将 API 密钥与 Oz CLI 一起使用时的竞争条件。
- 改进了 MCP 连接的稳健性(特别是使用遗留的 SSE 传输)。“传输已关闭”错误现在触发到服务器的重连。
- 添加了一个新设置,用于在同一窗口的标签页之间保持工具面板的打开/关闭状态一致(“工具面板可见性在标签页间保持一致”)。
Bug 修复
- 修复了“Warp Drive 共享”引导块在代理响应流式传输期间出现的问题。
- 在非代理运行命令上禁用代码库索引。
- 修复了在长时间运行的命令中输入时的滚动行为 — 光标现在滚动到可见视图。
- 修复了共享对话框复制链接图标比文本稍大的问题。
- 修复了当同一标签页中打开多个存储库时,代码审查面板会卡在“加载开放更改”的问题。
- 修复了因终端网格中孤立的宽字符标志导致的崩溃。
- 修复了终端消息栏中的裁剪问题。
2026.01.28 (v0.2026.01.28.08.14)
标题为“2026.01.28 (v0.2026.01.28.08.14)”的章节改进
- 从代码审查面板、项目资源管理器和全局搜索中打开的文件现在尊重您的外部编辑器设置。
- 当窗格最大化时切换计划现在会恢复布局以显示计划。
- 在代码审查面板的文件标题中添加了“复制路径”按钮。
- 将图像粘贴到输入框中现在进入 Agent 模式,匹配拖放行为。
错误修复
- 修复了当代理从目录读取大图像时对话可能会中断的问题。
- 修复了输入按钮在窄布局中溢出到相邻窗格的问题。
- 修复了 MCP 工具调用详情中的文本无法复制的问题。
- 修复了状态指示器为空白对话标签页标题错误显示的问题。
- 修复了 Drive 团队部分标题显示为全大写的问题。
- 修复了 Enter 键在 MCP 安装模态中不起作用的问题。
- 修复了斜杠命令文本在某些情况下无法正确高亮显示的问题。
- 修复了输入模式检测偶尔意外切换的问题。
- 修复了文件名带有尾随空格时 /edit 命令失败的问题。
2026.01.21 (v0.2026.01.21.08.14)
标题为“2026.01.21 (v0.2026.01.21.08.14)”的章节新功能
- 跨当前目录的文件全局搜索。使用
CMD-F/CTRL-SHIFT-F打开。 - 将 Web 搜索支持扩展到更多模型。
改进
- 通过上下文菜单将 AI 提示保存为 Agent 模式工作流。
/init现在生成 AGENTS.md 而不是 WARP.md。- 在跳转到行/列时添加了水平自动滚动。
- 更好的语法高亮语言检测。
错误修复
- 修复了进行 Agent 模式请求时发生的内存泄漏。
- 修复了在启动 neovim 等某些终端应用时可能错误触发“等待密码”通知的问题。
- 修复了 Slack 触发对话的代理管理视图中出现重复条目的问题。
- 修复了别名扩展在 AI 输入中被触发(本应仅适用于 shell 命令)的问题。
- 修复了在同一请求批次中多个 shell 命令可能进入长时间运行模式的问题。
- 在禁用 AI 时隐藏命令面板中的 AI 选项。
- 停止在推理块中高亮搜索匹配项。
- 修复了代理运行命令时会话查看器输入被清除的问题。
2026.01.14 (v0.2026.01.14.08.15)
标题为“2026.01.14 (v0.2026.01.14.08.15)”的章节新功能
- 为第三方 CLI 添加了页脚。
- 为新用户添加了引导流程。
改进
- 修复了关闭和保存时重复的规则建议。
- @-上下文搜索现在匹配笔记本、规则和工作流的名称和内容。
- 更新了复选框勾选标记以使用前景色,实现更好的主题一致性。
- 云端代理管理视图中的筛选器选择现在在应用重启后保持不变。
- 如果之前在桌面应用中进行了认证,具有 OAuth 认证的 MCP 服务器现在可以在 warp 代理运行中使用。
Bug 修复
- 修复了 MCP 工具调用详情中的文本无法选择的错误。
- 修复了小屏幕上代理线程横幅文本溢出的问题。
2026.01.07 (v0.2026.01.07.08.13)
标题为“2026.01.07 (v0.2026.01.07.08.13)”的章节新功能
- 在 warping 指示器下添加了代理提示。
改进
- 用户现在可以创建团队范围的 API 密钥。
- 提到项目范围的规则文件时,代理提示现在会引导使用
WARP.md。 oz agent run-cloud命令现在可以创建与团队成员共享的云端代理任务。- 更新了代理配置文件切换提示,以更好地解释用户为什么要切换配置文件。
- 当有 4 个或更少的评论时,代码审查流中的评论现在渲染为全宽,提高了可读性。
- 当打开补全菜单 (tab) 时,默认情况下不选择任何补全项。在未选择补全项时按回车键将直接运行当前输入中的命令。在选择补全项后,它现在会自动显示在输入中。这更贴近传统终端的行为。
oz agent run-cloud命令现在支持已保存的提示。- 我们在代理配置文件页面添加了一个新的全终端使用模型选择器,以便您可以为全终端使用工作选择特定模型。
Bug 修复
- 改进了云端代理的内存不足处理。
- 修复了创建团队范围的 Warp 管理密钥时的配置错误。
- 修复了当用户启用了 setopt nounset 时 zsh 中“参数未设置”的错误。
- 修复了在退出或重启 Warp 时向上箭头历史记录排序可能不正确的问题。