docs: weekly release updates (2026-08-18) - #575
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @warp-factories[bot] on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@warp-factories[bot] I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR adds the 2026.08.18 changelog entry for the weekly release updates. I found docs-style and rendering issues in the new entry; there is no applicable implementation spec context and the changelog-only diff does not introduce code or configuration security concerns.
Concerns
- Several release-note entries drift from the docs style guide for descriptive links, product terminology, and UI path formatting.
- One shell-related bug-fix entry has adjacent code spans that will render awkwardly and read as a typo.
Verdict
Found: 0 critical, 5 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
|
||
| **New features** | ||
|
|
||
| * Warp Factories are now live in Early Access! Check out more details [here](https://www.warp.dev/blog/open-infrastructure-for-building-a-software-factory). |
There was a problem hiding this comment.
Warp Factories product name.
| * Warp Factories are now live in Early Access! Check out more details [here](https://www.warp.dev/blog/open-infrastructure-for-building-a-software-factory). | |
| * Warp Factories is now live in Early Access! Read the [Warp Factories announcement](https://www.warp.dev/blog/open-infrastructure-for-building-a-software-factory). |
| **Improvements** | ||
|
|
||
| * Added completions for `mpv` and `ruff`, and refreshed `deno` completions. ([#15248](https://github.com/warpdotdev/warp/pull/15248)) | ||
| * Teamless users in a native workspace now see an admin panel link and joinable teams on the Teams settings page instead of team creation. ([#15246](https://github.com/warpdotdev/warp/pull/15246)) |
There was a problem hiding this comment.
Admin Panel is a proper feature name in the docs glossary.
| * Teamless users in a native workspace now see an admin panel link and joinable teams on the Teams settings page instead of team creation. ([#15246](https://github.com/warpdotdev/warp/pull/15246)) | |
| * Teamless users in a native workspace now see an Admin Panel link and joinable teams on the Teams settings page instead of team creation. ([#15246](https://github.com/warpdotdev/warp/pull/15246)) |
|
|
||
| * Fixed a memory leak where repeatedly re-parsing and deep-cloning `.gitignore` matchers during file-tree watcher updates could allocate an unbounded number of regex caches in large repositories. ([#15240](https://github.com/warpdotdev/warp/pull/15240)) | ||
| * Fixed billing copy that described add-on credit purchases as going to your personal balance instead of the team's shared pool. ([#15207](https://github.com/warpdotdev/warp/pull/15207)) | ||
| * Fixed the client failing to load an ambient agent task list that included an orchestration-sourced task. ([#15164](https://github.com/warpdotdev/warp/pull/15164)) |
There was a problem hiding this comment.
| * Fixed the client failing to load an ambient agent task list that included an orchestration-sourced task. ([#15164](https://github.com/warpdotdev/warp/pull/15164)) | |
| * Fixed the client failing to load a cloud agent task list that included an orchestration-sourced task. ([#15164](https://github.com/warpdotdev/warp/pull/15164)) |
| * Fixed a runaway loop of duplicate network requests that could fire while viewing a completed cloud agent conversation. ([#15138](https://github.com/warpdotdev/warp/pull/15138)) | ||
| * Fixed the Teams settings page showing an invite-by-link option for Private and Hidden teams, which don't support it. ([#15129](https://github.com/warpdotdev/warp/pull/15129)) | ||
| * Fixed the Teams settings page showing another team's pending email invites in a multi-team workspace. ([#15121](https://github.com/warpdotdev/warp/pull/15121)) | ||
| * Fixed zsh sessions occasionally echoing Warp's own shell-integration bootstrap script into the terminal when `cursor_mode``/prezto`'s `init.zsh` was loaded. ([#15118](https://github.com/warpdotdev/warp/pull/15118)) |
There was a problem hiding this comment.
cursor_mode``/prezto read as a typo; keep only the command/config token in code formatting.
| * Fixed zsh sessions occasionally echoing Warp's own shell-integration bootstrap script into the terminal when `cursor_mode``/prezto`'s `init.zsh` was loaded. ([#15118](https://github.com/warpdotdev/warp/pull/15118)) | |
| * Fixed zsh sessions occasionally echoing Warp's own shell-integration bootstrap script into the terminal when `cursor_mode`/prezto's `init.zsh` was loaded. ([#15118](https://github.com/warpdotdev/warp/pull/15118)) |
| * Fixed `ip` completions not appearing for iproute2's bare keyword arguments, along with missing `ip addr`/`ip a`/`ip neighbor` aliases. ([#15101](https://github.com/warpdotdev/warp/pull/15101)) | ||
| * Fixed missing product logos for MCP servers with decorated titles (e.g. "Sentry (OAuth)") in MCP settings. ([#15037](https://github.com/warpdotdev/warp/pull/15037)) | ||
| * Cancelling a conversation while an orchestration tool call was still streaming left the card stuck on "Configuring agents…"; it now shows a cancelled state. ([#14972](https://github.com/warpdotdev/warp/pull/14972)) | ||
| * Fixed an issue where removing a team member from Settings > Teams would fail silently with no error shown if the removal was rejected by the server. ([#14964](https://github.com/warpdotdev/warp/pull/14964)) |
There was a problem hiding this comment.
> separators.
| * Fixed an issue where removing a team member from Settings > Teams would fail silently with no error shown if the removal was rejected by the server. ([#14964](https://github.com/warpdotdev/warp/pull/14964)) | |
| * Fixed an issue where removing a team member from **Settings** > **Teams** would fail silently with no error shown if the removal was rejected by the server. ([#14964](https://github.com/warpdotdev/warp/pull/14964)) |
Summary
release_updatestasks in order: warp_app_update, changelog, licenses, telemetry.src/content/docs/changelog/2026.mdxValidation
Co-Authored-By: Oz oz-agent@warp.dev