Skip to content

docs: weekly release updates (2026-09-03) - #682

Merged
warp-factories[bot] merged 1 commit into
mainfrom
docs/release-updates-20260903
Sep 3, 2026
Merged

docs: weekly release updates (2026-09-03)#682
warp-factories[bot] merged 1 commit into
mainfrom
docs/release-updates-20260903

Conversation

@warp-factories

@warp-factories warp-factories Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Ran release_updates tasks in order: warp_app_update, changelog, licenses, telemetry.
  • Updated files:
    • src/content/docs/changelog/2026.mdx
    • src/content/docs/support-and-community/community/open-source-licenses.mdx
    • src/content/docs/support-and-community/privacy-and-security/privacy.mdx

Validation

  • Ran the release update scripts successfully.

Co-Authored-By: Oz oz-agent@warp.dev

Co-Authored-By: Oz <oz-agent@warp.dev>
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs Ready Ready Preview Sep 3, 2026 9:51pm UTC

Request Review

@warp-factories
warp-factories Bot enabled auto-merge (squash) September 3, 2026 21:47
@cla-bot cla-bot Bot added the cla-signed label Sep 3, 2026
@warp-for-oss

warp-for-oss Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

@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 /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@warp-for-oss warp-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR adds the 2026.09.02 changelog entry and refreshes license and telemetry documentation. No implementation spec context applies, no tests are changed, and the docs-only security pass did not find unsafe links or exposed secrets.

Concerns

  • The privacy telemetry refresh lowercases or renames canonical user-facing terms that the docs style guide preserves, including denylist, cloud agent, Agent Mode, Codebase Context, and Command Palette.
  • The telemetry table introduces keyboard shortcut formatting that conflicts with the repo's shortcut rules.
  • The license page changes a sentence-case heading to title case.

Verdict

Found: 0 critical, 8 important, 0 suggestions

Request changes

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

| GitHub Desktop | MIT |

## Full license text
## Full License Text

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Headers should use sentence case; this title-cases a heading that was already compliant.

Suggested change
## Full License Text
## Full license text

Comment on lines +85 to +87
| `AI Suggested Rule Added` | Clicked the Add Suggested Rule button in the AI blocklist |
| `AI Suggested Rule Content Changed` | Content changed by the user in the suggested rule dialog |
| `AI Suggested Rule Edited` | Clicked the Edit Suggested Rule button in the AI denylist |
| `AI Suggested Rule Edited` | Clicked the Edit Suggested Rule button in the AI blocklist |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] The docs terminology guide requires denylist, not blocklist, so this generated telemetry copy should keep the canonical term.

Suggested change
| `AI Suggested Rule Added` | Clicked the Add Suggested Rule button in the AI blocklist |
| `AI Suggested Rule Content Changed` | Content changed by the user in the suggested rule dialog |
| `AI Suggested Rule Edited` | Clicked the Edit Suggested Rule button in the AI denylist |
| `AI Suggested Rule Edited` | Clicked the Edit Suggested Rule button in the AI blocklist |
| `AI Suggested Rule Added` | Clicked the Add Suggested Rule button in the AI denylist |
| `AI Suggested Rule Content Changed` | Content changed by the user in the suggested rule dialog |
| `AI Suggested Rule Edited` | Clicked the Edit Suggested Rule button in the AI denylist |

Comment on lines +117 to +119
| `AgentManagement.DismissSetupGuide` | User dismissed the ambient agent setup guide |
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |
| `AgentManagement.OpenSetupGuide` | User opened the ambient agent setup guide |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] ambient agent is a term to avoid in published docs; use cloud agent for this setup guide copy.

Suggested change
| `AgentManagement.DismissSetupGuide` | User dismissed the ambient agent setup guide |
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |
| `AgentManagement.OpenSetupGuide` | User opened the ambient agent setup guide |
| `AgentManagement.DismissSetupGuide` | User dismissed the cloud agent setup guide |
| `AgentManagement.FilterChanged` | User changed a filter in the management view |
| `AgentManagement.OpenSetupGuide` | User opened the cloud agent setup guide |

| `AgentMode.Code.SuggestedEditReceived` | Agent Mode suggested a code edit |
| `AgentMode.Code.SuggestedEditResolved` | Agent Mode pending code edit suggestion resolved |
| `AgentMode.CreatedAIBlock` | Created an AI block in Agent Mode |
| `AgentMode.CreatedAIBlock` | Created an AI block in agent mode |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Agent Mode is a proper feature name in the docs glossary; lowercasing it creates terminology drift.

Suggested change
| `AgentMode.CreatedAIBlock` | Created an AI block in agent mode |
| `AgentMode.CreatedAIBlock` | Created an AI block in Agent Mode |

Comment on lines +153 to +154
| `AgentMode.FullEmbedCodebaseContextSearch.Failed` | Failed to search full embed codebase context |
| `AgentMode.FullEmbedCodebaseContextSearch.Success` | Successfully searched full embed codebase context |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Codebase Context is a proper feature name; keep the documented capitalization in telemetry descriptions.

Suggested change
| `AgentMode.FullEmbedCodebaseContextSearch.Failed` | Failed to search full embed codebase context |
| `AgentMode.FullEmbedCodebaseContextSearch.Success` | Successfully searched full embed codebase context |
| `AgentMode.FullEmbedCodebaseContextSearch.Failed` | Failed to search full embed Codebase Context |
| `AgentMode.FullEmbedCodebaseContextSearch.Success` | Successfully searched full embed Codebase Context |

Comment on lines +349 to +350
| `Command Palette Search Accepted` | Accepted a command palette search result |
| `Command Palette Search Exited` | Exited command palette search without accepting a result |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Command Palette is a UI name and should stay capitalized in user-facing docs.

Suggested change
| `Command Palette Search Accepted` | Accepted a command palette search result |
| `Command Palette Search Exited` | Exited command palette search without accepting a result |
| `Command Palette Search Accepted` | Accepted a Command Palette search result |
| `Command Palette Search Exited` | Exited Command Palette search without accepting a result |

| `Opened Warp AI` | Activated Warp AI |
| `Opened alt screen find bar` | Opened the Find bar in the Alt Screen |
| `Page Up/Down In Editor Pressed` | Pressed `Page Up` or `Page Down` within the Input Editor |
| `Page Up/Down In Editor Pressed` | Pressed `PAGE-UP` or `PAGE-DOWN` within the Input Editor |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Keyboard keys should use backticks and title-cased key names, not all-caps hyphenated labels.

Suggested change
| `Page Up/Down In Editor Pressed` | Pressed `PAGE-UP` or `PAGE-DOWN` within the Input Editor |
| `Page Up/Down In Editor Pressed` | Pressed `Page Up` or `Page Down` within the Input Editor |

| `Save Launch Config` | Saved current launch configuration of windows, tabs, and panes |
| `Select App Icon` | Selected app icon |
| `Select Command Palette Option` | Selected option from the Command Palette (i.e. `⌘+P`) |
| `Select Command Palette Option` | Selected option from command palette (i.e. CMD-P) |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This regresses both the Command Palette UI name and shortcut formatting; use the documented feature name and shortcut syntax.

Suggested change
| `Select Command Palette Option` | Selected option from command palette (i.e. CMD-P) |
| `Select Command Palette Option` | Selected option from the Command Palette (i.e. `⌘+P`) |

@warp-factories
warp-factories Bot merged commit 91835fc into main Sep 3, 2026
8 checks passed
@warp-factories
warp-factories Bot deleted the docs/release-updates-20260903 branch September 3, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant