Warp Release Notes
54 release notes curated from 10 sources by the Releasebot Team. Last updated: Sep 4, 2026
- Sep 2, 2026
- Date parsed from source:Sep 2, 2026
- First seen by Releasebot:Sep 4, 2026
2026.09.02 (v0.2026.09.02.08.27)
Warp adds debug agents for failed cloud runs, smoother agent conversations, faster restores, better file tools and custom inference settings, plus Oz and cloud agent improvements and a long list of crash and connection fixes.
New features
- Start a debug agent inside the retained session of a cloud run that failed during environment setup. The run keeps its original failure record.
Improvements
- Text inside “Thought” dropdowns in agent conversations can now be selected and copied.
- Show the live cloud connection indicator on third-party agent rich input.
- Faster conversation restore for conversations containing plan documents.
- oz run get --conversation and oz run conversation get now print the raw transcript for third-party harness runs instead of failing with operation_not_supported.
- Hovering over the profile icon on user messages in agent conversations now shows message timestamps, along with a “Copy timestamp” affordance in the overflow menu.
- The create_file tool can now fully replace an existing file’s contents in one step (allow_overwrite: true) instead of failing and requiring a separate edit.
- Custom inference endpoint definitions now use validated file-backed settings shared by Warp and Warp Agent CLI.
Bug fixes
- Fixed MCP servers that reject a configured credential being reported as though they required OAuth sign-in. Warp now distinguishes a rejected token from a genuine OAuth challenge, and refuses to send a credential header whose secret placeholder was never filled in.
- Fixed a crash when Agent streamed an empty update into a plan document.
- Prevent a crash on Linux/X11 when Warp requests user attention over a dead display connection.
- Fix a crash that could occur when extending a shared session after its terminal window had already closed.
- Fixed a crash when selecting some Windows fonts, such as Noto Sans Mono CJK SC, that expose a glyph advance without an outline bounding box.
- Fixed the built-in Factory MCP failing to reconnect during credential refresh.
- Fixed a race that could make a single local Oz run_agents child appear as two orchestration pills.
- Avoid repeated share-modal rendering when no terminal session is available.
- Fixed animated GIF background images freezing on their first frame in the terminal window.
- Fixed the SuperGrok / X Premium connect button getting stuck when the browser was closed mid-authentication, and added a Cancel button to recover without waiting for a timeout.
- Fixed onboarding interrupting a workspace opened from a shared session or agent-conversation link.
Oz updates
- Cloud agents now report why an MCP server failed to connect — a rejected credential, or a secret that was not available to the run — instead of asking you to authenticate in the desktop app.
- Mixed GitHub and GitLab environments clone each repository from its own host and keep credentials for both forges on refresh.
- Aug 27, 2026
- Date parsed from source:Aug 27, 2026
- First seen by Releasebot:Aug 28, 2026
2026.08.27 (v0.2026.08.26.17.59)
Warp launches Warp Factories in Early Access and adds a wide set of improvements, bug fixes, and cloud agent reliability updates, including better Windows and Linux input, richer usage cost breakdowns, smarter completions, and smoother web, terminal, and transcript experiences.
New features
- Warp Factories is now live in Early Access. Read the Warp Factories launch announcement for details.
Improvements
- Removed unnecessary first-time-user banners and prompts (credits, notifications, desktop download) when viewing a shared session or conversation transcript on the web. (#15515)
- Disabled team/workspace members are now shown grayed out with an explanatory tooltip instead of appearing active. (#15258)
- Renamed the “Oz Cloud API Keys” settings page to “API keys” under Cloud platform. (#15424)
- Enabled IME marked text (composition) input on Windows and Linux, previously macOS-only. (#15395)
- Added a setting to make bare right-click paste from the clipboard, with Shift+right-click still opening the context menu. (#15365)
- Added a setting to stop ‘#’ at the start of terminal input from opening AI Command Search, so shell comments aren’t interrupted. (#15340)
- Usage displays (agent block usage, conversation footer, usage history, and task details) now show a per-category dollar cost breakdown alongside credits. (#15148)
- Added a “Paste” item to the terminal block list’s right-click context menu. (#15346)
- The markdown viewer now preserves your scroll position when switching between Rendered and Raw view modes. (#13967) — @slash9494 ✨
- Holding a modifier now shows each tab’s switch-to-tab keyboard shortcut on the tab itself. (#15221) — @JJack27 ✨
Bug fixes
- Fixed bash sessions never reporting detected shell plugins (e.g. Starship) back to Warp. (#15518)
- Fixed mismatched Shift/Command/Option key icons in keybinding chips (Command Palette, context menus, tooltips) on the web build. (#15569)
- [Windows] Fixed Warp becoming unresponsive after disconnecting and reconnecting a Remote Desktop session. (#15566) — @bbbiggest ✨
- Fixed the Teams settings confirmation dialogs (remove member, transfer ownership, leave/delete team) landing at the top or bottom edge of the window depending on the page’s scroll position instead of staying centered. (#15542)
- Fixed automatic CLI plugin installation failing in Windows PowerShell 5.1. (#15544)
- Fixed a multi-gigabyte memory spike when editing very large files, caused by unbounded parallel text-layout work. (#15128)
- Fixed cloud agent runs occasionally getting stuck showing in progress when a child agent finished right as the parent run began tearing down. (#15432)
- Pressing Ctrl-C in an attached third-party agent harness session (e.g. Claude Code) now correctly resolves it to cancelled instead of leaving it stuck showing in progress. (#15506)
- Cloud agent runs now always report a terminal status (succeeded, failed, or error) when the agent process exits, instead of occasionally being left stuck in progress after sandbox deadlines, SIGTERM shutdowns, or exit races. (#15387)
- Fixed a memory spike when opening large files in the code editor caused by an unnecessary full-file clone. (#13508)
- Fixed completions for many commands’ multi-argument options that were mis-modelled (e.g. git branch/git switch, rsync --info/--debug, rustc -L, dart format, hugo new, date), so they no longer offer the wrong arguments. (#15487)
- Fixed ln -s and ln -F/-f/-i not offering file path completions. (#15480)
- Fixed shell command completions resolving the wrong argument for options that take multiple arguments of differing types (such as cargo fmt -- --print-config and jq --rawfile), where a value before the last received a later argument’s suggestions. (#15475)
- Fixed PowerShell sessions using PSReadLine’s vi edit mode submitting mangled commands. (#15476)
- Cloud agent environments no longer hang with runaway “cloning” output when running git log, git blame, or other path-limited history commands. (#15281)
- Fixed several latent shell-integration bugs, including a crash from slicing spans on non-UTF-8 character boundaries. (#15428)
- Fixed the usage footer’s conversation-total dollar amount reading higher than the per-response breakdown by aligning both with the same charged-usage figures. (#15423)
- Fixed the agent grep tool returning a parse error, or in rare cases a wrong file/line, when a matched file path contained a colon (e.g. Windows paths, some Go module paths). (#15422)
- Retry transient server errors when resolving a managed MCP server’s connection, instead of permanently failing the agent run on the first blip. (#15426)
- Fixed a hidden Alt+1 (Ctrl+1 on Mac) binding for Project Explorer that could not be remapped or disabled from Settings > Keyboard shortcuts. (#15310)
- Fixed stdio MCP servers failing to start on a fresh oz agent run with “Unknown PATH when trying to launch MCP command.” (#15396)
- Fixed zsh tab completions losing their descriptions for commands using clustered short options. (#15313)
- Fixed unbounded memory growth from rebuilding the launch-config search index on every rapid configuration-file change. (#15119)
- Tab autocomplete now follows symlinks to directories in WSL sessions. (#14755)
- Improved scrolling performance in transcripts with many Agent Mode blocks. (#15280)
- Fixed a “double cursor” issue where a finished background block kept showing a cursor alongside the input editor or the next block. (#15322)
- Fixed a stray “(1)” badge appearing on the Code Indexing and Profiles settings sub-pages during search. (#15319)
- Fixed cloud agent runs having too small a recovery budget to retry a mid-stream connection reset, sometimes failing runs instead of automatically retrying. (#15293)
Oz updates
- Fixed handoff snapshot files not reaching a rebuilt cloud sandbox, which left the agent referencing files that were never downloaded. (#15505)
All of your release notes in one feed
Join Releasebot and get updates from Warp and hundreds of other software products.
- Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 24, 2026
2026.08.19 (v0.2026.08.19.08.15)
Warp releases Warp Factories in Early Access and adds an inline /usage command in Warp Agent CLI for plan, credit usage, and billing links. It also fixes memory, web UI, and cloud agent issues for a smoother experience.
New features
- Warp Factories is now live in Early Access! Read the Warp Factories launch announcement for more details.
- Added an inline /usage command to the Warp Agent CLI showing plan, credit usage, and billing links. (#14968)
Bug fixes
- Fixed an unbounded memory leak in the terminal completions engine where large or unusual input (e.g. pasting a large blob of text) could permanently grow memory usage over a session. (#15181)
- Fixed a font-fallback bug on web that made the ⇧ (Shift) key glyph in keyboard shortcut hints render heavier, larger, and misaligned compared to neighboring ⌘/⌥ glyphs. (#15261)
- Removed a stray 1px border around the workspace on Warp Web that could get clipped by rounded browser corners. (#15259)
Oz updates
- Fixed intermittent “MCP server not found” errors after a cloud agent sandbox is rebuilt mid-task.
- Aug 13, 2026
- Date parsed from source:Aug 13, 2026
- First seen by Releasebot:Aug 14, 2026
2026.08.13 (v0.2026.08.12.21.54)
Warp improves Agent CLI and cloud workflows with better focus handling, richer completions, clearer run details, and smoother model and session controls. It also renames Oz agent UI to Warp Agent and fixes a wide range of input, rendering, and session issues.
Improvements
- Added a customizable action to cycle the active tab color from a keybinding or the Command Palette. (#14329) — @rasitakyol ✨
- Cloud agent run details now show the platform the run executes on, with a macOS or Linux icon alongside the architecture and runner. (#14790)
- Added completions for vagrant, including its nested box, cloud, plugin, and snapshot command groups plus dynamic machine and box names. (#14775)
- Added openssl command-line completions. (#14771)
- Added inline command completions for the Yandex Cloud CLI (yc) and git worktree name suggestions. (#14767)
- Tab autocomplete now follows symlinks to directories in remote/SSH sessions. (#14746)
- Added completions for journalctl, including units, boots, journal fields, and syslog identifiers. (#14742)
Bug fixes
- Fixed a crash in the AI @ context menu when a workflow’s content included multi-byte characters (emoji, CJK, accented Latin) near the preview truncation boundary. (#14933)
- Fixed the MCP tool-call JSON viewer’s key/chevron being vertically centered against a tall expanded multi-line string value instead of aligned to its top. (#14949)
- Fixed long-running commands in Warp Agent CLI not accepting keyboard input. (#14943)
- Fixed an issue where an AI response could fail to render entirely if it included a citation of an unrecognized type. (#14915)
- Fixed the code review pane failing to load file content for renamed files with uncommitted changes. (#14655)
- Fixed inactive agent toolbelts continuing to run hidden context chip commands. (#14854)
- Fixed canceled background commands leaving wrapped child processes running. (#14853)
- Prevent stale shared-session links and QR codes from being exposed while a new session is pending. (#13813) — @rasitakyol ✨
- Fixed combining marks rendering at the wrong position on Linux and Windows. (#14322) — @SS-Script ✨
- Fixed the Find in File field becoming unclickable after pressing Enter in Vim mode. (#14836)
- Fixed background orchestrated agents stealing input focus in Warp Agent CLI when they need user interaction. (#14829)
- Fixed the environment selector showing “New Environment” for agent runs without an environment. (#14837)
- Fixed excessive Git process creation when loading global skills. (#14830)
- Fixed window corners being rounded in fullscreen. (#14109) — @s1ckoleg ✨
- Cmd-Up in Agent Mode now navigates user prompts and skips agent-run commands. (#14685)
- macOS Option-click on Warp’s green traffic-light button now performs zoom instead of entering fullscreen. (#14716)
- Fixed the dedicated hotkey (Quake mode) window not taking keyboard focus when opened on a different monitor than the main Warp window. (#14726)
- pkill now suggests running process names instead of filesystem paths. (#14749)
- Fixed Warp Agent CLI Tab completions missing desktop completion sources and supported native-shell fallback. (#14600)
- Fixed pasting rich text dropping numeric CSS font weights. (#14512) — @fbartho ✨
- Fixed the Warp Agent CLI input occasionally rendering without a cursor after temporary interactions. (#14747)
- Fixed the Warp Agent CLI model picker changing the default model for every session. (#14737)
- Fixed the copy-link menu action doing nothing while a cloud agent session was still setting up. (#14431)
- Running Oz from the command line on macOS no longer puts a bouncing Warp icon in the Dock. (#14636)
Oz updates
- Fixed background subagent sessions stealing focus from the visible Warp Agent CLI input. (#14961)
- Renamed the Oz agent UI to Warp Agent across the app and CLI. (#11022)
- Fixed keyboard input for long-running commands. (#14943)
- Homebrew installations now show the correct brew upgrade command when an update is available. (#14899)
- The Warp Agent CLI’s Agents bar now mirrors the GUI’s multi-level orchestration: drill into an orchestrating child’s level, follow breadcrumbs back up, and see subtree rollup badges. (#14884)
- Background orchestrated agents no longer take focus away from the session you are using. (#14829)
- Fixed excessive Git process creation when loading global skills. (#14830)
- Add a /connect-grok TUI slash command that jumps straight into connecting your Grok (X Premium / SuperGrok) account. (#14759)
- Fixed occasional transcript jitter while Agent Mode responses stream in Warp Agent CLI. (#14750)
- Shell Tab completions now share desktop ordering and native fallback behavior. (#14600)
- Fixed the input occasionally rendering without a cursor after temporary interactions. (#14747)
- Model selection now applies only to the current session and identifies the profile default. (#14737)
- Code blocks no longer include box borders, making code easier to select and copy. (#14738)
- Failed cloud agent runs now stay open and attachable for debugging instead of becoming unreachable. (#14561)
- Child agents can now be launched with repository-qualified skill references instead of absolute paths. (#14271)
- Running Oz from the command line on macOS no longer puts a bouncing Warp icon in the Dock. (#14636)
- Aug 7, 2026
- Date parsed from source:Aug 7, 2026
- First seen by Releasebot:Aug 9, 2026
2026.08.07 (v0.2026.08.05.09.03)
Warp improves agent and terminal workflows with extra skill directory support, UI fixes for onboarding and tabs, crash and shortcut fixes, better file preview jumps, and smoother Linux computer use with continuous cursor tracking in recordings.
Improvements
- Support SKILLS_DIRS env var in agent-driver mode to index extra skill directories at personal-skill precedence (#14394)
Bug fixes
- Onboarding no longer shows the smallest AI credit pack as selected when the “Buy AI credits” option isn’t the one chosen. (#14712)
- The vertical tab layout now shows the synced-inputs indicator on tabs with Synchronized Inputs enabled. (#14697)
- Fixed a crash that could happen when typing immediately after a CLI agent session ended with completions-while-typing enabled. (#14709)
- The tab bar background now matches the terminal background instead of rendering as a lighter strip. (#14701)
- Opening a file from an agent conversation’s code-block preview now jumps to the first line of the shown range instead of the top of the file. (#14702)
- Fixed Cmd and Option shortcuts for Backspace, Delete, and arrow keys being dropped in apps using the Kitty keyboard protocol. (#14012) — @FreddieMcHeart ✨
Oz updates
- Fixed background (window-scoped) computer use on Linux dropping the mouse button between actions, which broke drag gestures like text selection. (#14686)
- Computer-use video recordings now render a smooth synthetic cursor that glides between actions and tracks drags continuously, consistently across window- and screen-scoped captures. (#14681)
Similar to Warp with recent updates:
- Perplexity release notes30 release notes · Latest Aug 24, 2026
- n8n release notes66 release notes · Latest Aug 25, 2026
- Zed release notes166 release notes · Latest Sep 4, 2026
- Obsidian release notes109 release notes · Latest Sep 2, 2026
- xAI release notes232 release notes · Latest Sep 3, 2026
- Ubiquiti release notes914 release notes · Latest Sep 5, 2026
- Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Jul 31, 2026
2026.07.31 (v0.2026.07.29.09.05)
Warp improves agent workflows, editor usability, and cloud agent setup with new custom model endpoint schema options, broader third-party harness support, automatic GCP sign-in, better recording overlays, and settings-based execution profiles. It also adds Oz CLI prompt and harness updates plus multiple bug fixes.
Improvements
- Custom model endpoints can now select an OpenAI Chat Completions, OpenAI Responses, or Anthropic Messages schema. (#13938)
- Third-party agent harnesses can now report non-PR work products back to Warp. (#14072)
- gcloud is now signed in automatically during GCP provider setup for cloud agents. (#14132)
- Computer-use recording overlays now stay on screen long enough to read after recordings are trimmed to action segments. (#14148)
- Managed secrets are now validated against the 128 KB environment variable limit before an agent run starts. (#14219)
- The oz CLI can now set a named agent’s prompt when creating or updating agents. (#14261)
- Added Vim < and > indent and dedent operators to the code editor. (#14268)
- Code-block file references now open in your configured editor, with a Warp fallback. (#14275)
- Logging out now also signs out of Warp web and avoids immediate re-authorization. (#14284)
- MCP tool confirmations now show which tool is running and which server it came from. (#14298)
- Replace Oz armadillo icon with theme-adaptive Warp “W” logo (Icon::Agent) app-wide across all agent/Oz interactive surfaces. (#14344)
- Agent execution profiles can now be configured from settings files for all users. (#14418)
Bug fixes
- Updated a bundled dependency to resolve CVE-2026-50185. (#13357)
- Fixed the cloud agent Execution host dropdown not appearing when self-hosted workers were connected. (#13875)
- Markdown content no longer renders HTML comments as visible text. (#14009) — @maxmilian ✨
- Cap and expand the shared desktop toast stack to keep error floods bounded and readable. (#14028)
- Settings search now filters widgets on AI and Code subpages correctly — only matching widgets are shown instead of all widgets on the subpage. (#14116)
- Fixed the Runner dropdown missing from the agent orchestration approval card. (#14133)
- Remove shell selection from warpctrl tab/window create so local control cannot spawn caller-chosen shell binaries. (#14158)
- Fixed misaligned zsh prompts caused by explicit-width prompt constructs. (#14166)
- Report accurate video recording durations after post-processing. (#14172)
- Fixed Vim d%, c%, and y% being no-ops in the code editor. (#14176)
- Fixed click and drag annotations in computer-use recordings being offset or split across calls. (#14191)
- Open recording artifacts in the authenticated viewer using the client-built Oz run URL. (#14210)
- Warp now reports a server outage instead of blaming your model ID when the agent model list is unavailable. (#14227)
- Fixed New Worktree tab configs breaking when the repository path contained spaces. (#14296)
- Order the authenticated user’s team first in freshly fetched multi-team workspace metadata. (#14301)
- Fixed voice input submitting partial transcriptions to Hermes. (#14367)
Oz updates
- The oz CLI now accepts harness-specific model IDs with --harness claude and --harness codex. (#14011)
- Jul 23, 2026
- Date parsed from source:Jul 23, 2026
- First seen by Releasebot:Jul 26, 2026
2026.07.23 (v0.2026.07.22.09.01)
Warp adds native omp CLI-agent integration, pinned tabs, and major Warp TUI upgrades with richer agent workflows, Markdown rendering, voice and image prompt support, better permissions, and smoother shell navigation. It also expands Cloud Runners availability and ships many fixes.
New features
- Add native oh-my-pi (omp) CLI-agent integration with Rich Input. (#13766)
- Pin individual tabs and tab groups to keep them at the front of the tab bar. (#13767)
Improvements
- Agent read_files tool now returns partial results when files are truncated, rather than failing. (#12054)
- Slash command hints are now hidden when the slash command is not active. (#12896) — @SkyNotSilent ✨
- Aligned git branch status chip styling and behavior with the built-in branch chip. (#13349) — @BobbyWang0120 ✨
- Excluded directories from Command Palette file search results so files are not crowded out. (#13433) — @maxmilian ✨
- Added an opt-in “Auto save” setting for the Warp text editor (Settings > Code > Code Editor and Review) that saves changes as you type and when the editor loses focus, and flushes edits automatically when closing instead of prompting. (#13435)
- Async find is now enabled for all users. (#13515)
- Added a dismiss button to the shared object storage limit banner. (#13620) — @maxmilian ✨
- Warp TUI now renders alt-screen applications (vim, htop, etc.) and forwards input to the PTY. (#13626)
- Warp TUI now supports mouse interactions in alt-screen applications (e.g. vim, htop). (#13696)
- Add a Speech Language setting for voice input so multilingual users can force transcription language instead of relying only on auto-detect. (#13722)
- Render formatted Markdown in Agent Mode output in the TUI. (#13730)
- Show create and edit document plans inline in the TUI transcript. (#13731)
- Hide the redundant agent bar when running the Warp TUI inside Warp. (#13738)
- Added You.com product icon to the MCP server gallery. (#13749) — @hongyi-chen ✨
- Added oz runner CLI commands for creating, listing, and managing cloud runners. (#13760)
- Added agent_identity_uid support for remote child agent execution in orchestration. (#13773)
- Added Ctrl+P to expand and collapse inline plans in the TUI. (#13781)
- Pressing Left on an empty Warp TUI input now opens the conversation list. (#13797)
- Excluded directories from the files command palette filter so files are not crowded out. (#13801)
- Added natural language detection to the headless TUI input, with Agent-biased mode switching and automatic Shell command detection. (#13826)
- Added up-arrow prompt history navigation to the Warp TUI. (#13827)
- Warp’s TUI can now answer interactive agent questions, including multiple-choice and custom responses. (#13830)
- Failed tool calls in the TUI now use a cleaner × symbol for clarity. (#13838)
- The Warp TUI binary has been renamed from warp-tui to warp. (#13904)
- Added support for attaching images to prompts in Warp’s TUI. (#13908)
- Added a /exit slash command and ctrl-d support for quitting the Warp TUI. (#13915)
- Added a /view-logs slash command to the Warp TUI for viewing application logs. (#13932)
- Agent now includes pull request URL and repository host in Git context for better code awareness. (#13936)
- TUI now shows a “Starting shell…” indicator during session bootstrap. (#13958)
- Agent read_files tool now reports accurate errors for oversized or unprocessable files. (#13966)
- Cloud Runners and Cloud Agent Runners are now enabled for all users. (#14010)
- TUI prompt history is now persisted across sessions. (#14015)
- Generic tool call permission requests are now shown in the Warp TUI. (#14019)
- File edit permission requests are now surfaced in the Warp TUI for agent tool calls. (#14020)
- Shell command permission requests in the TUI are now editable before confirming. (#14021)
- Added a status line to the TUI showing shell, cwd, and agent mode context. (#14034)
- Natural language detection is now opt-in via /enable and /disable slash commands in the TUI. (#14035)
- The Warp TUI input now shows ghosted keybinding hints that adapt to your mode — agent mode, ! shell mode, and while a long-running command is in progress. (#14038)
- Show actionable Agent Mode request failures in the headless TUI. (#14044)
- Improved TUI Markdown block spacing for better readability. (#14049)
- Add a GUI and TUI /fast-forward slash command for toggling per-conversation autoexecute mode. (#14057)
- TUI orchestration tab bar now uses Down (instead of Shift+Down) to focus the input, and Escape to return to the main agent. (#14064)
- Shell commands are now cleared when starting a new TUI conversation. (#14074)
- TUI footer model label is now clickable to open the inline model selection menu. (#14076)
- Improved TUI shell-command readability with distinct command styling. (#14101)
- TUI ask-question footer now reads “Ctrl + C to cancel question” instead of “Ctrl + C to skip all”, making it clear that Ctrl-C stops the conversation. (#14105)
- Improved TUI thinking block formatting with better spacing and left-aligned body text. (#14108)
- Added a /logout command to the Warp TUI. (#14117)
Bug fixes
- Cancel in-flight repo metadata tree walks when repository file-tree state is removed. (#12328) — @chinmaydwivedi ✨
- Fixed local child agent conversations from orchestrated conversations sometimes appearing in the conversation list (including being shown as cloud agents). (#13059)
- Fixed Vim gg command ignoring a count prefix (e.g. 5gg now correctly jumps to line 5). (#13167) — @Jason-Shen2 ✨
- Fixed the tab configs menu overflowing past the terminal window when many tab configs are available. (#13224) — @fabiSwDevBeg ✨
- Fixed stale classic completions remaining visible after the user edits input. (#13606) — @maxmilian ✨
- Fixed copying multi-line text from the TUI inserting extra newlines and dropping trailing text (#13741)
- Fixed asymmetric padding on MCP tool chips in the settings view. (#13750)
- Fixed background computer use on macOS leaving keyboard focus stuck on the controlled window after a session ended. (#13752)
- Local images embedded in Markdown now refresh after their files change on disk. (#13764) — @rasitakyol ✨
- Fixed interactive input and cursor rendering for long-running commands in the headless TUI. (#13774)
- Fixed the TUI remaining stuck on the sign-in screen after browser login completed. (#13780)
- Fixed Shift+Enter in the TUI not inserting a newline due to missing Kitty keyboard protocol. (#13782)
- Fixed Claude Code agent stop handling to properly recover from StopFailure hook errors. (#13784)
- Fixed a crash that could occur when a CLI sub-agent block was opened for a long-running command. (#13789)
- Fixed Windows PTY cleanup to properly terminate the ConPTY root process and close the pseudoconsole. (#13802)
- Fixed PowerShell command history failing to load on Windows (regression that produced a ParserError when reading the history file). (#13803)
- Fixed a parse error when passing global CLI flags --api-key, --debug before a subcommand. (#13816)
- Fixed IME (input method editor) support on Linux Wayland and addressed KDE cursor-area loops. (#13819) — @Detritalw ✨
- Fixed pane header incorrectly showing a cloud sync icon for shared local conversations. (#13823)
- Fixed the headless TUI footer/prompt rendering flush against the bottom terminal edge with no padding. (#13850)
- Fixed shell startup prompts in Warp TUI sending input to both the shell and Warp Agent. (#13901)
- Fixed file tree / project explorer failing to load on Windows when OSC 7 reports a drive-path cwd. (#13920)
- Fixed TUI copy to correctly use the native clipboard and provide accurate feedback. (#13929)
- Fixed the Warp Agent welcome screen not appearing after shell startup in the TUI. (#13999)
- Fixed an issue where agent conversations could get stuck in a loading state. (#14027)
- Fixed Ctrl+Shift+C forwarding to the PTY on Linux in fullscreen TUI when there is no selection. (#14046)
- Fixed background focus suppression on macOS to scope correctly to the activation window. (#14061)
- Fixed input focus being lost in the TUI when the agent is drafting tool calls. (#14073)
- Agent request failures in the TUI now use consistent warning styling and out-of-credits actions. (#14092)
- Fixed inverted colors on selected text in the TUI editor. (#14102)
- Fixed Ctrl-V in the TUI to paste text when the clipboard does not contain an image. (#14107)
- Fixed the redundant Agent footer appearing when Warp Preview or Dev TUI runs inside Warp. (#14112)
Oz updates
- Added a TUI-only skill for migrating compatible Warp GUI settings and global file-based MCP servers. (#13877)
- Jul 16, 2026
- Date parsed from source:Jul 16, 2026
- First seen by Releasebot:Jul 17, 2026
2026.07.16 (v0.2026.07.15.08.55)
Warp adds cloud agent session indicators, richer Agent Mode previews, new appearance and tools panel controls, and quicker access to upgrades from out-of-credits errors. It also improves startup speed, billing views, diff expansion, and ships a long list of bug fixes across Markdown, cloud, git, and macOS workflows.
New features
- Added a connection indicator for cloud agent sessions.
Improvements
- MCP tool-call request/response previews in Agent Mode now render in monospace font.
- Added toggles in Settings → Appearance to control which tabs appear in the tools panel.
- Added a Subscribe button to the out-of-credits AI error for quick upgrade access.
- The run details Status chip now links directly to the run in Oz web.
- Double-click a collapsed hidden section in the diff editor to fully expand it. — @bradleyjames ✨
- Agent conversations now respect your theme's background color instead of a lightened overlay.
- Faster app startup: persisted agent conversations are now loaded lazily instead of fully decoded at launch.
- Highlighted the currently selected period in the Billing & Usage dropdown.
- Added a Copy action to the locked initial queued prompt in cloud mode.
- Suppressed passive suggestions for cloud-agent session viewers.
- Added a 'Copy current path' command palette action. — @elviskahoro ✨
- Added Resend and Sentry product icons to the MCP gallery.
- Matched MCP Servers search field sizing to standard search fields.
- Replaced the /pr-comments slash command with the bundled PR Comments skill.
Bug fixes
- Fixed an issue where you could not continue a conversation after the sandbox shut down.
- Fixed link detection incorrectly including fullwidth/CJK punctuation after URLs and file paths. — @rhinoc ✨
- Fixed git status completion parsing for paths with spaces and renames, and completion of nested untracked files for git add.
- Fixed forking an agent conversation resetting the working directory instead of keeping the current one.
- Fixed unmodified-lines hover styles flickering while scrolling over the code review gutter.
- Fixed launch configuration tab-level commands not running when opened via warp://launch/. — @AndreKalberer ✨
- Fixed Markdown files opening in Warp's Markdown Viewer from macOS file URLs even when the Markdown Viewer preference is disabled. — @fadexadex ✨
- Fixed bold/italic Markdown links breaking before trailing punctuation.
- Fixed extra border gap on agent tool-call banners.
- Fixed text selection not starting correctly over Markdown tables.
- Fixed custom endpoint model selections not persisting across device sync.
- Fixed code review pinned file header showing diff content behind its rounded corners.
- Fixed missing macOS permission descriptions for Reminders and Calendar access (resolves icalBuddy failures).
- Fixed imported PR comments on context lines being wrongly marked as outdated.
- Fixed repo-gated slash commands lingering after leaving a repository.
- Fixed crash when deserializing cloud environments without a Docker image.
- Fixed group header not rendering for every multi-pane vertical tab. — @lonexreb ✨
- Fixed the queued prompts panel not reappearing when an inline menu closes.
- Fixed an orchestration pill bar panic when dragging panes.
- Fixed a crash when opening Custom Routers settings with an invalid router file.
- Fixed agent requests failing during Grok OAuth token refresh.
- Fixed local-to-cloud handoff failing to start with an invalid model ID.
- Fixed a macOS computer-use crash when building the keycode cache off the main thread.
- Fixed directory account resolution for Linux builds using musl libc.
- Jul 9, 2026
- Date parsed from source:Jul 9, 2026
- First seen by Releasebot:Jul 10, 2026
2026.07.09 (v0.2026.07.08.17.54)
Warp improves editor, SSH, terminal, and Agent Mode workflows with Markdown syntax highlighting, re-enabled cross-window tab dragging, a file path copy shortcut, and a range of stability fixes and UX polish across macOS, Windows, and remote sessions.
Improvements
- Markdown files now have syntax highlighting in the editor. (#13034) — @bradleyjames ✨
- Cross-window tab dragging has been re-enabled on macOS and Windows. (#13411)
- "Copy file path" is now available from the file viewer pane right-click menu. (#13145) — @elviskahoro ✨
- Made custom inference model lists scrollable. (#12647)
- Added a command palette action to write a heap profile to disk. (#13107) — @AndreKalberer ✨
Bug fixes
- Fixed a crash when changing the Agent Mode model if cached model preferences were stale. (#13443)
- Fixed some glyphs misrendering on macOS when a user-installed font was set as the default. (#13317)
- Fixed the conversation details credits breakdown not showing which models were used. (#13438)
- Fixed a case where taking over an agent-monitored long-running command with Ctrl-C could cause it to hang. (#12738)
- Web search and web page fetch now show a clear failed state instead of appearing to complete successfully. (#13185)
- Fixed cmd+←/→ (and Home/End) jumping to the start/end of the current visual (soft-wrapped) line in the input editor. (#13195)
- Fixed faint, hard-to-read item labels in the Settings “Header toolbar layout” editor in light themes. (#13209)
- [Windows] Fixed new terminal sessions and background work being starved due to a priority inversion in the Windows PTY. (#13151)
- Fixed /pr-comments returning a 404 for pull requests opened from a fork. (#13284)
- Fixed a terminal crash when a clear-driven resize truncated the spacer row. (#12726) — @ChanlerDev ✨
- Custom PS1 prompt text is now included when copying terminal blocks. (#13076) — @SkyNotSilent ✨
- Added a “Don’t show me again” option to the SSH “completions are not working” banner. (#12969) — @s1ckoleg ✨
- Fixed duplicated leading characters in rendered multi-line command blocks. (#12619) — @MX48Live ✨
- Fixed the inline /repos menu briefly flashing “No results” before the list populated. (#13454)
- Fixed a crash during cross-window tab drag when entering macOS full-screen mode. (#13409)
- Fixed a panic in the SSH remote server daemon on hosts where the current user has no passwd entry. (#13382)
- Warp SSH now falls back to plain SSH when ~/.ssh/config sets RemoteCommand, preventing session startup failures. (#13315)
- Fixed clicking a link or file path in Agent Mode output not showing the “Open link” tooltip on a plain click. (#13280)
- Fixed conversation rewind re-sending rewound-away prompts and triggering stale sub-agent tasks. (#13072)
- Fixed a tab-rename action being incorrectly offered for tabs inside tab groups in pane view. (#13289)
- Fixed a crash when /compact-and ran while a queued prompt was active. (#13236)
- Fixed the model fallback logic incorrectly selecting admin-disabled models. (#13331)
- [Windows] Fixed secure storage reporting missing keys as a generic error instead of NotFound. (#13278)
- Jul 3, 2026
- Date parsed from source:Jul 3, 2026
- First seen by Releasebot:Jul 4, 2026
2026.07.03 (v0.2026.07.01.09.21)
Warp adds native support for the agy (Antigravity) CLI agent, custom model routers, and Tab Groups for organizing tabs. It also improves agent onboarding, deep links, and key usability fixes across CLI, Windows, macOS, and AI workflows.
New features
- Add native support for the agy (Antigravity) CLI agent. (#12380) — @jgfurlan ✨
- Custom model routers - define your own routing rules to send agent requests to different models. (#13052)
- Tab Groups - organize tabs into named, collapsible groups in both the horizontal and vertical tab bars. Drag tabs into groups and reorder groups within the tab bar. Customize groups with colors and names, and use keyboard shortcuts to manage them. (#13230)
Improvements
- Add Droid rich status listener support for structured CLI agent notifications. (#12640) — @senseFy ✨
- The Warp CLI and warpctl binaries are now statically compiled on Linux for better compatibility. (#12813)
- New File can now be assigned a custom keyboard shortcut from Settings -> Keybindings. (#12979) — @SkyNotSilent ✨
- Improved PowerShell startup time on Windows by deferring cmdlet loading during bootstrap. (#12981)
- Code review comments can now be sent to the agent with the keyboard (Ctrl/Cmd+Enter), and the shortcut is shown on the "Send to Agent" button. (#12982)
- Streamlined the new agent-onboarding flow — removed the post-setup "I don't want AI" buttons, moved the progress dots inline with the Back/Next controls, and simplified the "don't want AI" confirmation dialog. (#12991)
- Agent onboarding now ties AI features to having a Warp account — creating an account (including when you use third-party agents) keeps AI on, while skipping sign-in defers it; the login screen no longer has a "disable AI" option. (#12992)
- The onboarding "Choose how to access AI" step now offers "Subscription" or "Set up later" and can be skipped without subscribing; choosing Subscription and pressing Next opens the upgrade page directly. (#12993)
- Custom model routers can now be created and edited directly in Warp Agent settings, without manual YAML file editing. (#13010)
- After saving a BYOK API key, Warp now suggests a provider-appropriate default model. (#13018)
- Custom models are no longer shown in the inline model picker for cloud agent panes. (#13023)
- Add a Copy as Markdown action to AI planning document menus. (#13082) — @SkyNotSilent ✨
- Artifact download notifications now include links to open the file or its location. (#13096)
- The agent context window indicator now shows how much context remains instead of how much is used. (#13097)
- Clearer command palette labels for installing/uninstalling the Oz and Warp Control CLIs (they now describe global, outside-Warp use vs. in-Warp use). (#13155)
- The Billing & Usage legend no longer lists credit buckets that have zero credits. (#13181)
- Added warp://settings deep links - open settings, pre-fill the search bar with ?q=, or jump to a specific setting with ?widget=. (#13232)
Bug fixes
- Fixed MCP server configuration failing to save when secret redaction was enabled. (#10839) — @david-engelmann ✨
- Fixed tab titles getting stuck on "Wants to run AskUserQuestion: ..." after answering a Claude Code question. (#12341) — @christophercolumbusdog ✨
- Warp no longer blocks system-initiated logout, shutdown, or scheduled OS updates while a process is running. (#12480) — @maxmilian ✨
- Fixed the profile switcher clearing typed terminal input. (#12714)
- Fixed a crash when rejecting and then confirming a requested command. (#12747)
- Fixed terminal file links capturing a trailing sentence period, which prevented Markdown files referenced at the end of a sentence from opening in the Markdown viewer. (#12965)
- Fixed quota and credit errors being misclassified as Warp faults. (#12966)
- Fixed long file paths split across wrapped terminal lines not being detected as clickable file links. (#12968)
- Fixed unreadable agent toolbelt chip text after changing themes. (#12970)
- Fixed double-click and drag text selection running past word boundaries into the next word. (#12985)
- Fixed conversation-list hover tooltips showing through modal dialogs. (#13011)
- Fixed /open-file not allowing the argument to be cleared when the current directory contains a single file. (#13017) — @AndreKalberer ✨
- Fixed inline-code links in agent output having their underline hidden by the block background. (#13030)
- Slash commands that emit an action (like /fork) now run immediately instead of being captured as a queued prompt when queued-prompts mode is on. (#13060)
- Fixed /fork-and-compact so its new pane / new tab options match /fork (Enter opens a new pane, Cmd/Ctrl+Enter opens a new tab). (#13061)
- Fixed clicking Markdown links in AI block output doing nothing. (#13065)
- Fixed "New group with tab" being offered for a tab that is already in a group. (#13080)
- Fixed a crash when viewing shared sessions that used conversation search. (#13108)
- Fixed Claude Code cloud agents not reporting successful completion. (#13110)
- Warp no longer registers itself as an alternate handler for common file types on macOS. (#13121)
- Fix the rotating agent tips not appearing below the "Warping..." indicator in Agent Mode. (#13122)
- Closing the active vertical tab now activates the tab below it instead of the one above. (#13142) — @elviskahoro ✨
- Fixed Vim visual-mode paste losing the selection after recalling a command from history. (#13152)
- Fixed grep and file-glob tool-call headers in the agent view showing doubled file separators (e.g. C:\Users...) on Windows. (#13160)
- Fixed cloud agent follow-up messages creating a local session instead of continuing in the cloud. (#13162)
- Fixed agent chips overflowing the orchestrate "start additional agents" card; they now wrap onto multiple lines. (#13197)
- Fixed ? opening the help panel instead of being typed when editing a queued prompt. (#13202)
- Fixed severe UI lag on Windows systems with Intel UHD Graphics 770 by downranking that GPU adapter. (#13204)
- Fixed local Oz/ambient agent runs reporting "Cancelled by user" when an agent-issued command exited the shell; the run now reports as failed with an explanation. (#13210)
Oz updates
- Added Oz CLI commands for memory store management: list/get/update stores, list store agents, list/create/update/delete memories, and view memory version history. (#12973)
- Agent responses now surface fetched memories as citations. (#13199)
- Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 27, 2026
2026.06.24 (v0.2026.06.24.09.19)
Warp adds custom model routers for Agent, with complexity-based or rule-based routing, plus macOS dock hiding, more searchable and consistent agent settings, smoother cloud-to-local continuation, and a long list of fixes for tabs, AI blocks, SSH sessions, and startup stability.
New features
- Warp Agent now supports custom model routers. Custom routers can be complexity-based, where tasks are routed based on how difficult they are, or rule-based, where they are routed based on a set of natural language prompts. (#13052)
- [macOS] Added an option to hide Warp from the Dock while using the dedicated hotkey window (Settings → Features → Global hotkey). (#9926) — @ShankyJS ✨
Improvements
- A richer notifications plugin for Codex is now supported. (#12978) — @liliwilson ✨
- Made the Agent picker in the New API key modal searchable. (#12972)
- Unified legacy and SSH warpification settings for a more consistent experience. (#12946)
- PR chips in vertical tabs Summary mode are now clickable. (#12945)
- Third-party agent harnesses (Codex, Claude Code) now support local continuation when a cloud run is interrupted. (#12076)
- Connected AI provider labels are now shown in the host picker when choosing between available agents. (#12214) — @dmichelin ✨
- Shell integration now passes command completion metadata via Precmd for more accurate completions. (#12853) — @vorporeal ✨
- The Maximize / Minimize pane action now shows its keyboard shortcut in the pane-header overflow menu. (#12811) — @roor0 ✨
- Made the cloud credits banner in Agent Conversations dismissible. (#11975)
- Updated Claude Code agent to use the public Claude platform plugin for multi-harness support. (#12879) — @liliwilson ✨
- Remote SSH Agent conversations now use bundled skills, home skills, and file-based global rules from the remote host. (#12669) — @moirahuang ✨
- Applied a file size limit on tree-sitter parsing to prevent memory spikes with very large files. (#12696) — @acarl005 ✨
- Added a Git Branch Status prompt chip that shows branch name with ahead/behind commit counts. (#11938) — @BobbyWang0120 ✨
- Shipped channel-specific warpctrl CLI wrappers with PATH install/uninstall support on macOS. (#12705) — @zachlloyd ✨
- Enabled cross-window tab dragging on stable for Windows and macOS. (#12795) — @peicodes ✨
- Added eza completions. (#12798) — @acarl005 ✨
- Deferred PowerShell function name loading in the bootstrap to reduce startup latency. (#12764) — @acarl005 ✨
- Agent run CLI now resolves managed MCPs correctly. (#12754) — @Legoben ✨
- Added a setting to auto-queue prompts until the end of a long-running command, preventing premature agent steering (enabled by default). (#12587) — @harryalbert ✨
- Suppressed transient “lost connection” banners during auto-recovery to reduce noise. (#12757)
- Agent sessions now fail fast with specific error messages when PTY spawning fails. (#12663) — @seemeroland ✨
- Added a "Show hidden files" toggle to the Settings UI. (#12710) — @moirahuang ✨
- Local orchestration subagents now render with the local agent icon for clearer visual distinction. (#12608) — @vkodithala ✨
- Added a "Continue locally" button for in-progress cloud Oz runs so you can seamlessly switch to local execution. (#12626) — @vkodithala ✨
Bug fixes
- Fixed copying selected text from AI response blocks producing an empty clipboard. (#12892)
- Fixed Ctrl+C not cancelling an in-progress AI stream. (#12944)
- Fixed a panic when processing OSC 1337 escape sequences with a missing second parameter. (#12889)
- Fixed a panic that could occur when restoring a conversation due to an invalid grid assertion. (#12761) — @acarl005 ✨
- Fixed a bug with cross-window drag and pinned tabs. (#12926) — @peicodes ✨
- Fixed Codex plugin installation failing in some cases. (#12919) — @liliwilson ✨
- Re-displaying a local image in an AI response now reflects edits made to the file on disk instead of showing a stale cached copy. (#12840) — @zachlloyd ✨
- Prevented auto-update from using a 0-byte corrupted installer file. (#12806) — @acarl005 ✨
- Fixed strong model handle captures in subscriptions that could cause memory leaks. (#12914) — @acarl005 ✨
- Fixed the Ctrl+Tab switcher to show tab colors on icons and lead with the tab title. (#12776) — @GeekLuffy ✨
- Fixed focus stealing when a prompt is queued. (#12833) — @harryalbert ✨
- Fixed mouse down events being dispatched even when already handled by a child element. (#12079) — @adrawbond-alto ✨
- Fixed AI being unavailable on the free plan for users whose only credential was a connected SuperGrok (xAI/Grok) subscription. (#12831) — @jefflloyd ✨
- Fixed fork button tooltip, command insertion behavior, and /continue-locally button visibility in AI blocks. (#12704) — @harryalbert ✨
- Fixed opening a markdown file always creating a new pane instead of focusing an existing one. (#12489)
- Fixed several cross-window tab dragging bugs. (#12746) — @peicodes ✨
- Fixed Cmd+K (clear conversation) not cancelling in-progress agent tasks and tool calls. (#12555) — @acarl005 ✨
- Fixed cross-window tab dragging incorrectly splitting tab groups. (#12753) — @johnturcoo ✨
- Fixed rewind restoring an empty input after slash/skill-command agent prompts. (#12149) — @vkodithala ✨
- Fixed missing LC_RPATH in the macOS standalone CLI binary causing dyld failures on startup. (#12739)
- Fixed file saves not working in remote sessions. (#12742) — @MaggieShan ✨
- Fixed editor find/replace not matching non-ASCII text (e.g. Chinese characters). (#12547) — @maxmilian ✨
- Fixed up/down arrow keys not being captured inside the queued-prompt inline editor. (#12591) — @harryalbert ✨
- Fixed an issue where focus would not return to the input box after running a command while blocks were selected in the block list. (#12583)
Oz updates
- Support cloning GitLab repositories during cloud environment setup. (#12659) — @captainsafia ✨
- Jun 17, 2026
- Date parsed from source:Jun 17, 2026
- First seen by Releasebot:Jun 20, 2026
Changelog — 2026
Warp adds new git chip support over remote environments, a Format on Save setting, and conversation renaming, while improving SSH, agent workflows, network recovery, and Windows performance. It also ships a broad set of bug fixes for tabs, prompts, formatting, auth, and rendering.
New features
- Adds support for git chips over remote environments. (#12542)
- Added a “Format on save” setting (Settings → Code) to disable automatic LSP formatting on save while keeping other LSP features enabled. (#12254)
- Conversations can now be renamed using the /rename-conversation command. (#12323)
Improvements
- Added a warp://settings/warp_agent deep link that opens the Warp Agent settings page directly. (#12720)
- Added hover tooltips to all git dialog action buttons (Commit, Push, Publish, Create PR, View PR) so their purpose is clear at a glance. (#12709)
- Transient network error banners now surface the underlying error details to aid in debugging connection issues. (#12497)
- Warp now offers a one-time prompt to enable automatic local-to-cloud handoff when your computer sleeps during a local agent run, and shows a confirmation toast when an automatic handoff completes. (#12514)
- [Windows] Reduced lag when switching tabs to a WSL tab. (#12492)
- The experimental tmux-based SSH warpification flow has been removed in favor of Warp’s SSH extension. Users who had opted into the tmux wrapper see a one-time notice on their next SSH session. (#12478)
- Hitting enter with an empty input and queued prompt(s) now automatically sends your top queued prompt. (#12536)
- Conversations can now be renamed by double-clicking their title in the conversation list. (#12409)
- Double-click the empty area of the vertical tabs panel to open a new tab. (#12506)
- Added an opt-in setting warpify.ssh.reuse_existing_control_master that makes Warp’s SSH wrapper attach to an existing SSH ControlMaster for the destination host instead of always creating its own, preserving user-managed masters and their port forwards. (#12465)
- Mermaid diagrams in AI responses now scale to the full available width instead of being constrained to a fixed height. (#12488)
- Agent completion notifications are no longer shown when a follow-up prompt is queued to auto-send. (#12461)
- SuperGrok: connecting an xAI Grok subscription to use Grok models in the agent is now available on stable (previously dogfood only). (#12494)
- Agent questions now size to their content, allowing a single question to use more vertical room. (#11719)
- Cloud agents that pause to wait for inbound events from child agents are now correctly held in a “waiting” state instead of being prematurely treated as completed. (#12084)
Bug fixes
- Added a fallback to paste the xAI authorization code when connecting a SuperGrok subscription, so sign-in can complete even when the browser can’t reach the loopback redirect. (#12599)
- Fixed several tab group bugs affecting special system-managed tabs. (#12706)
- Fixed macOS native window chrome events (e.g. window close/minimize) being dropped in certain situations. (#12557)
- Project explorer now sorts numbered files in natural (numeric-aware) order — e.g. file2 before file10. (#11991)
- Cloud agent runs and local agent conversations now automatically recover from transient network failures mid-turn (showing a “Reconnecting” status) instead of failing the run. (#12431)
- Fixed an issue where pressing Ctrl-C to stop a command monitored by Warp Agent could leave the conversation stuck showing Warping…. (#12623)
- Warp now immediately surfaces a clear error message when a required platform plugin is not installed correctly, instead of silently failing. (#12471)
- Fixed child agent status chips lingering in the UI when agent runs fail immediately on start. (#12649)
- Fixed a crash and mis-rendering when parsing certain Markdown content with very long delimiter runs. (#12644)
- Fixed vertical tabs toolbar buttons appearing underneath macOS traffic light buttons when the tools panel is open. (#12660)
- Fixed a regression where pane layout was not saved correctly when closing the app. (#12672)
- Fixed double-slash prefix (e.g. //home/user/...) shown in the read_skill action header when the skill is not yet indexed by Warp. (#12668)
- [Windows] Fixed pasted CRLF line endings breaking multi-line commands in POSIX shells. (#12446)
- Fixed attaching files or context blocks via CLI rich input not working correctly. (#11509)
- Command search in the terminal (Ctrl-R) now prioritizes commands in your history. (#12600)
- Fixed a rare reversed line range when an AI file read truncated a file whose first line exceeded the remaining byte budget. (#12642)
- Fixed queued prompts in sub-agent conversations sometimes not being sent when a sibling agent block obscured the turn-end signal. (#12573)
- Fixed the code review file section header rendering opaque square corners behind its rounded background. (#12447)
- Fixed inline images emitted during shell startup (e.g. fastfetch) being dropped instead of rendered. (#10478)
- Fixed git diff status chips not appearing in the prompt when untracked directories (e.g. nested repos or worktrees) are present. (#12590)
- Fixed custom inference endpoint and BYO API key settings inputs becoming unreadable after switching themes. (#12521)
- Fixed the theme picker causing the top tab bar to pass underneath macOS traffic light buttons. (#11052)
- Fixed header text alignment in markdown viewer — headers now share the same left edge as paragraph text. (#12371)
- Fixed “Open skill” buttons sharing hover and click state when multiple skills are read in one agent block. (#12429)
- Fixed code review “attach as context” actions (diff hunk, selection, and diff set) sometimes targeting a different agent conversation than the one in focus when using orchestrated agents. (#12524)
- Fixed Cmd+Enter incorrectly starting new agent conversations instead of submitting the current prompt. (#12540)
- Fixed launch crashes on Macs with legacy Metal driver stacks by pinning the Metal AIR bytecode target to the app’s minimum macOS deployment target. (#12496)
- Fixed CLI environment updates resetting secret selection to “All Secrets”. (#12280)
- Fixed Shift+Backspace deleting a whole word instead of one character on Windows. (#11563)
- Fixed connected SuperGrok subscriptions silently failing to authenticate once the OAuth access token expired; tokens are now refreshed automatically. (#12516)
- Fixed user-installed CLIs (e.g. gcloud, gh) and language servers failing to resolve when shell startup files print output on launch. (#12473)
- Fixed commands rendering with duplicated or missing characters when using the Warp prompt with zsh themes (e.g. oh-my-zsh’s robbyrussell) alongside plugins such as zsh-syntax-highlighting. (#12438)
- Fixed /fork with an attached image — attachments are now sent with the initial prompt in the new forked conversation. (#12376)
- [Windows] Fixed terminal response sequences getting dropped, which caused edit.exe to hang indefinitely and NeoVim 0.12 to start slowly. (#11906)
- Orchestrated child agents can now correctly read plans from parent agents. (#12359)
- Fixed MCP tool argument coercion not applying integer conversion recursively to nested object, array, and oneOf schemas. (#10640)
Oz updates
- By default, cloud agent runs now continue without configured MCP servers that fail to start within the 20-second startup window, instead of failing the run. (#12470)
- June 2026
- No date parsed from source.
- First seen by Releasebot:Jun 16, 2026
- Modified by Releasebot:Jul 1, 2026
Changelog
Warp shares its weekly changelog and invites bug reports and feature requests.
CHANGELOG
Warp ships weekly updates, typically on Thursdays.
Submit bugs and feature requests on our GitHub board!
Original source - Jun 10, 2026
- Date parsed from source:Jun 10, 2026
- First seen by Releasebot:Jun 16, 2026
- Modified by Releasebot:Jun 19, 2026
2026.06.10 (v0.2026.06.10.09.27)
Warp adds Git operations in remote sessions, hidden-file toggles in Project Explorer, richer Agent Mode controls, queued terminal commands, and better remote project rule support. It also brings major stability, search, memory, and Linux input fixes across large projects and Oz workflows.
New features
- Git operations are now supported on remote sessions (#12230).
Improvements
- Added a toggle to show hidden files in the Project Explorer. (#9532)
- Remote sessions now discover and apply project rules such as WARP.md and AGENTS.md. (#11460)
- Added a setting to submit Rich Input on Ctrl+Enter, so Enter inserts a newline for easier multi-line prompt composition with CLI agents. (#11723)
- Added keyboard shortcuts for cycling through orchestrator and subagent sessions in Agent Mode. (#11760)
- Added a way to jump directly to the latest agent message in the terminal. (#11924)
- Mermaid diagrams now tolerate and apply supported frontmatter formatting directives when rendered in Warp. (#12155)
- Queued prompt rows now render at the same text size as the prompt input. (#12171)
- Added a setting to hide the title bar search bar in the vertical tab layout. (#12249)
- Terminal commands can now be queued in addition to prompts. (#12259)
- Improved detection of natural-language input versus shell commands in the input editor. (#12273)
- Enabled input method editor (IME) support on Linux X11 for composing non-Latin text. (#12277)
- Improved the error message shown when Warp loses connection while receiving an agent response. (#12382)
Bug fixes
- Fixed terminal secret redaction when multibyte UTF-8 characters appear before a custom redaction regex match. (#9521)
- Fix block navigation with arrow keys, when focused a block (no longer triggers input editor dropdown navigation). Introduced a setting for this as well, to configure whether input takes back focus. (#10095)
- Fixed the IME composition cursor area not refreshing after a terminal redraw. (#10443)
- Fixed the MCP server “+ Add” flow bypassing the secret redaction check. (#11297)
- Fixed browser keyboard shortcuts being intercepted in WASM (browser) sessions. (#11778)
- Fixed focus reporting events not being emitted for normal-screen terminal applications. (#11946)
- Fixed latency between commands caused by the Node.js version prompt chip running node --version on every prompt; detection is now skipped when the chip is disabled and cached otherwise. (#11986)
- Fix discovery and refresh of symlinked project skills in remote repositories. (#12051)
- Fixed the Nix flake build by correcting the enabled build features. (#12070)
- Fixed a crash that could occur after clearing and resizing a terminal with scrollback. (#12085)
- Fixed focus jumping to the prompt input while navigating an AI block’s code diff hunks with the arrow keys during an agent turn. (#12107)
- Reduced memory usage of the file watcher on large projects by no longer watching gitignored directories (e.g. node_modules, build output). (#12122)
- Fixed a “cannot detect diffs” error in the code review view for some repositories. (#12126)
- Fixed excessive memory usage (and inotify watch exhaustion) on Linux when a Warp session navigated into a large non-git directory; lazy directory roots are now watched incrementally as folders are expanded instead of recursively up front. (#12176)
- Fixed the app hanging when switching tabs in very large repositories. (#12221)
- Fixed file search returning no results for very large repositories. (#12226)
- Discover project skills under force-included paths when repo metadata is lazily loaded. (#12235)
- Fixed skill path normalization on Windows when paths use backslash separators. (#12281)
- Fixed incorrect results in file search filtering. (#12379)
- Applied the latest security patches. (#12411)
Oz updates
- Agent handoff surfaces now accept empty prompts and support handing off in a single click. (#11576)
- Added a setting to control whether orchestration messages are expanded or collapsed by default. (#12219)
- Long-running command agent boxes can now be resized by dragging their top or left edge. (#12236)
- Fixed CLI subagent interactions being unexpectedly cancelled for Oz agents. (#12384)
- Jun 3, 2026
- Date parsed from source:Jun 3, 2026
- First seen by Releasebot:Jun 6, 2026
2026.06.03 (v0.2026.06.03.09.49)
Warp adds queued prompts, richer agent and cloud workflows, better editor and URI support, and a long list of fixes spanning Windows, orchestration, billing, sync, and markdown rendering.
New features
- Added the installation path into de Windows App Paths Registry (#10805) — @Cocodrulo ✨
- Queue multiple follow-up prompts while the agent is working either by using the /queue command, prompt queueing mode (activated via a chip in the warping line), and/or by changing your default prompt submission mode to “Queue until response finishes” in settings. (#12081)
Improvements
- Add configurable absolute and relative line numbers for code editors. (#10012)
- Added support for warp://action/open_file_editor URIs to open files at specific locations from external apps (#10233)
- Agent requests now include PR and repository metadata, enabling better context-aware responses (#10391)
- Cloud environment creation modal now auto-focuses the name field for quicker setup (#11233)
- Authentication secrets for agent orchestration can now be deleted directly from the selector menu (#11241)
- Conversation usage breakdown now surfaces inference vs. platform credit split (#11441)
- Added command palette entries for toggle settings that were missing across Appearance, Features, Code, Privacy, AI, and other settings pages (#11512)
- Cloud agent setup mode now uses the improved queued prompt UI (#11547)
- Cloud agent sessions can now be started without an initial prompt (#11573)
- Updated /compact-and and /fork-and-compact commands to use the new queued prompts UI (#11575)
- Polished the orchestration pill bar and segmented control UI to better match design specs (#11578)
- Remote project skill locations are now correctly propagated through the UI (#11581)
- Cloud agent conversations now always display the fast-forward chip as enabled, reflecting actual behavior (#11690)
- Added setting to control whether mid-conversation prompts interrupt or queue the agent (#11746)
- Added missing flag completions for gh pr merge. (#11764)
- Enabled handoff for locally orchestrated conversations. (#11768)
- Maximized orchestration pane now stays maximized when opening sub-agent conversations (#11776)
- Improved lightbox UX: background click now dismisses correctly, and light theme button rendering is fixed (#11783)
- Reordered the tools panel to show the project explorer first and conversation list second (#11843)
- Remote project skill locations are now correctly resolved in tool output (#11863)
- Added ‘Send Now’ button to queued prompts for immediate execution (#11880)
- Vertical tab agent icons now reflect active child-agent status for orchestration sessions. (#11895)
- Added dotnet CLI completions (#11919)
- Improved queued prompt hover behavior and drag handle UX (#12067)
Bug fixes
- Fixed custom themes not syncing correctly across machines when using Settings Sync (#9728) — @nisavid ✨
- Fixed MCP install/update modal primary buttons using incorrect button styling (#10586)
- AI responses that contain Markdown tables now render as structured tables in Stable instead of monospaced pipe-table blocks. (#10683)
- Fixed MCP server log files growing unbounded; logs are now rotated to cap disk usage (#10874) — @david-engelmann ✨
- Fix Windows PowerShell command discovery when localized executable names are emitted in a non-UTF-8 code page. (#11203) — @cesaryuan ✨
- Fixed ‘Maximize Pane’ option missing from the overflow menu in Rendered Markdown mode (#11258) — @wzc520pyfm ✨
- Artifact upload failures now surface actionable quota-limit details when upload limits are reached. (#11386)
- Fixed Tab configs: pressing Space while a parameter dropdown is focused now selects the item instead of switching fields (#11412)
- Fixed find highlights lingering on AI blocks after closing the find bar. (#11458)
- Fixed custom LLM models being reset to defaults during preference reconciliation on app startup (#11655)
- Fixed new model choices popup banner overflowing on mobile/thin devices (#11685)
- Shared cloud-agent session details now show a muted no-access notice when run metadata is restricted instead of displaying a raw permission error. (#11686)
- Fixed the team settings owner badge being unreadable on some themes. (#11689)
- Fixed terminal input being incorrectly active during GitHub Actions session shares (#11691)
- Fixed Windows terminal startup failures caused by REG_MULTI_SZ registry environment variables being passed to CreateProcessW (#11714)
- Fixed orchestration session restoration so the pill bar, child transcript name resolution, restored remote-child cloud transcripts, and cloud-parent panes all work correctly after a Warp restart. (#11722)
- Fixed conversation creator profiles not displaying correctly in shared conversations (#11725)
- Fixed a crash when rendering AI reasoning or summaries that contain multiple markdown images. (#11766)
- Clarify BYOK / Custom inference settings copy: API keys are stored only on your device, never on Warp’s servers, and used to make requests to your chosen model provider. (#11780)
- Fixed /app in Warp-on-Web opening the wrong Agent experience instead of the Cloud Agent start page. (#11781)
- Fixed working directories not being cleaned up correctly after code review sessions (#11789)
- Fixed duplicate codebase indexing entries appearing for remote server connections (#11792)
- Fixed orchestration pill bar hover card showing the wrong harness for non-Warp child agents (e.g. Claude Code). (#11800)
- Fixed Continue button remaining active when the New API key form is incomplete (#11802)
- Removed built-in feedback skill; the /feedback command now consistently opens the external feedback form (#11806)
- Fixed a crash when the agent’s context window limit is exceeded (#11813)
- Fixed agent conversations sometimes failing to restore after restarting Warp (#11814)
- Fix find match highlight position in initial /agent queries (#11823) — @AndreKalberer ✨
- Fixed queued prompts panel appearing alongside inline menus, causing visual overlap (#11848)
- Fixed symlinked gitignored paths not being handled correctly in code review (#11856)
- Fixed duplicated leading characters in wrapped zsh command blocks when using the Warp prompt. (#11868)
- Fixed the Accept button staying enabled in the multi-agent run card when “New API key” was selected in the harness API key picker without a key being created. (#11904)
- Fixed billing usage display showing incorrect per-user base credit limits (#11910)
- Fixed apply-diff/edit-file sending full file contents instead of only changed ranges after accepting edits (#11987)
- Fixed duplicate command palette entries for mouse reporting. (#12011)
- Fixed project skill refreshes causing UI stalls when unrelated files change in large repositories. (#12040)
- Fixed the orchestration pill bar’s scrollbar overlapping the agent chips. (#12045)
- Fixed a crash when trying to use the microphone on macOS (#12074)
- Fixed several queued prompt issues: /queue command behavior in empty conversations and other paper cuts (#12105)
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.