-
Notifications
You must be signed in to change notification settings - Fork 21
docs: weekly release updates (2026-08-13) #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+58
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,64 @@ description: >- | |
|
|
||
| Submit bugs and feature requests on our [GitHub board!](https://github.com/warpdotdev/Warp/issues/new/choose) | ||
|
|
||
| ### 2026.08.13 (v0.2026.08.12.21.54) | ||
|
|
||
| **Improvements** | ||
|
|
||
| * Added a customizable action to cycle the active tab color from a keybinding or the Command Palette. ([#14329](https://github.com/warpdotdev/warp/pull/14329)) — [@rasitakyol](https://github.com/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](https://github.com/warpdotdev/warp/pull/14790)) | ||
| * Added completions for `vagrant`, including its nested `box`, `cloud`, `plugin`, and `snapshot` command groups plus dynamic machine and box names. ([#14775](https://github.com/warpdotdev/warp/pull/14775)) | ||
| * Added `openssl` command-line completions. ([#14771](https://github.com/warpdotdev/warp/pull/14771)) | ||
| * Added inline command completions for the Yandex Cloud CLI (`yc`) and git worktree name suggestions. ([#14767](https://github.com/warpdotdev/warp/pull/14767)) | ||
| * Tab autocomplete now follows symlinks to directories in remote/SSH sessions. ([#14746](https://github.com/warpdotdev/warp/pull/14746)) | ||
| * Added completions for `journalctl`, including units, boots, journal fields, and syslog identifiers. ([#14742](https://github.com/warpdotdev/warp/pull/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](https://github.com/warpdotdev/warp/pull/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](https://github.com/warpdotdev/warp/pull/14949)) | ||
| * Fixed long-running commands in Warp Agent CLI not accepting keyboard input. ([#14943](https://github.com/warpdotdev/warp/pull/14943)) | ||
| * Fixed an issue where an AI response could fail to render entirely if it included a citation of an unrecognized type. ([#14915](https://github.com/warpdotdev/warp/pull/14915)) | ||
| * Fixed the code review pane failing to load file content for renamed files with uncommitted changes. ([#14655](https://github.com/warpdotdev/warp/pull/14655)) | ||
| * Fixed inactive agent toolbelts continuing to run hidden context chip commands. ([#14854](https://github.com/warpdotdev/warp/pull/14854)) | ||
| * Fixed canceled background commands leaving wrapped child processes running. ([#14853](https://github.com/warpdotdev/warp/pull/14853)) | ||
| * Prevent stale shared-session links and QR codes from being exposed while a new session is pending. ([#13813](https://github.com/warpdotdev/warp/pull/13813)) — [@rasitakyol](https://github.com/rasitakyol) ✨ | ||
| * Fixed combining marks rendering at the wrong position on Linux and Windows. ([#14322](https://github.com/warpdotdev/warp/pull/14322)) — [@SS-Script](https://github.com/SS-Script) ✨ | ||
| * Fixed the Find in File field becoming unclickable after pressing Enter in Vim mode. ([#14836](https://github.com/warpdotdev/warp/pull/14836)) | ||
| * Fixed background orchestrated agents stealing input focus in Warp Agent CLI when they need user interaction. ([#14829](https://github.com/warpdotdev/warp/pull/14829)) | ||
| * Fixed the environment selector showing "New Environment" for agent runs without an environment. ([#14837](https://github.com/warpdotdev/warp/pull/14837)) | ||
| * Fixed excessive Git process creation when loading global skills. ([#14830](https://github.com/warpdotdev/warp/pull/14830)) | ||
| * Fixed window corners being rounded in fullscreen. ([#14109](https://github.com/warpdotdev/warp/pull/14109)) — [@s1ckoleg](https://github.com/s1ckoleg) ✨ | ||
| * Cmd-Up in Agent Mode now navigates user prompts and skips agent-run commands. ([#14685](https://github.com/warpdotdev/warp/pull/14685)) | ||
| * macOS Option-click on Warp's green traffic-light button now performs zoom instead of entering fullscreen. ([#14716](https://github.com/warpdotdev/warp/pull/14716)) | ||
| * Fixed the dedicated hotkey (Quake mode) window not taking keyboard focus when opened on a different monitor than the main Warp window. ([#14726](https://github.com/warpdotdev/warp/pull/14726)) | ||
| * `pkill <TAB>` now suggests running process names instead of filesystem paths. ([#14749](https://github.com/warpdotdev/warp/pull/14749)) | ||
| * Fixed Warp Agent CLI Tab completions missing desktop completion sources and supported native-shell fallback. ([#14600](https://github.com/warpdotdev/warp/pull/14600)) | ||
| * Fixed pasting rich text dropping numeric CSS font weights. ([#14512](https://github.com/warpdotdev/warp/pull/14512)) — [@fbartho](https://github.com/fbartho) ✨ | ||
| * Fixed the Warp Agent CLI input occasionally rendering without a cursor after temporary interactions. ([#14747](https://github.com/warpdotdev/warp/pull/14747)) | ||
| * Fixed the Warp Agent CLI model picker changing the default model for every session. ([#14737](https://github.com/warpdotdev/warp/pull/14737)) | ||
| * Fixed the copy-link menu action doing nothing while a cloud agent session was still setting up. ([#14431](https://github.com/warpdotdev/warp/pull/14431)) | ||
| * Running Oz from the command line on macOS no longer puts a bouncing Warp icon in the Dock. ([#14636](https://github.com/warpdotdev/warp/pull/14636)) | ||
|
|
||
| **Oz updates** | ||
|
|
||
| * Fixed background subagent sessions stealing focus from the visible Warp Agent CLI input. ([#14961](https://github.com/warpdotdev/warp/pull/14961)) | ||
| * Renamed the Oz agent UI to Warp Agent across the app and CLI. ([#11022](https://github.com/warpdotdev/warp/pull/11022)) | ||
| * Fixed keyboard input for long-running commands. ([#14943](https://github.com/warpdotdev/warp/pull/14943)) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 [SUGGESTION] This repeats several entries already listed under Bug fixes ( |
||
| * Homebrew installations now show the correct `brew upgrade` command when an update is available. ([#14899](https://github.com/warpdotdev/warp/pull/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](https://github.com/warpdotdev/warp/pull/14884)) | ||
| * Background orchestrated agents no longer take focus away from the session you are using. ([#14829](https://github.com/warpdotdev/warp/pull/14829)) | ||
| * Fixed excessive Git process creation when loading global skills. ([#14830](https://github.com/warpdotdev/warp/pull/14830)) | ||
| * Add a `/connect-grok` TUI slash command that jumps straight into connecting your Grok (X Premium / SuperGrok) account. ([#14759](https://github.com/warpdotdev/warp/pull/14759)) | ||
| * Fixed occasional transcript jitter while Agent Mode responses stream in Warp Agent CLI. ([#14750](https://github.com/warpdotdev/warp/pull/14750)) | ||
| * Shell Tab completions now share desktop ordering and native fallback behavior. ([#14600](https://github.com/warpdotdev/warp/pull/14600)) | ||
| * Fixed the input occasionally rendering without a cursor after temporary interactions. ([#14747](https://github.com/warpdotdev/warp/pull/14747)) | ||
| * Model selection now applies only to the current session and identifies the profile default. ([#14737](https://github.com/warpdotdev/warp/pull/14737)) | ||
| * Code blocks no longer include box borders, making code easier to select and copy. ([#14738](https://github.com/warpdotdev/warp/pull/14738)) | ||
| * Failed cloud agent runs now stay open and attachable for debugging instead of becoming unreachable. ([#14561](https://github.com/warpdotdev/warp/pull/14561)) | ||
| * Child agents can now be launched with repository-qualified skill references instead of absolute paths. ([#14271](https://github.com/warpdotdev/warp/pull/14271)) | ||
| * Running Oz from the command line on macOS no longer puts a bouncing Warp icon in the Dock. ([#14636](https://github.com/warpdotdev/warp/pull/14636)) | ||
|
|
||
| ### 2026.08.07 (v0.2026.08.05.09.03) | ||
|
|
||
| **Improvements** | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.