docs: update licenses and telemetry for v0.2026.05.06#35
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dannyneira
left a comment
There was a problem hiding this comment.
This PR updates the open-source licenses page (version bumps, new Alacritty dependency, format changes) and adds 3 new telemetry events to the privacy page. The privacy additions are clean and well-formatted. Two concerns in the licenses page: (1) the collapsible <details> wrapper was removed in favor of a plain code block, which renders thousands of lines of license text inline with no collapse option — a significant UX regression on an already heavy page; (2) SPDX template markers (<<beginOptional>> / <<endOptional>>) appear in the CC0 license body, likely from cargo-about output. Found: 0 critical, 1 important, 1 suggestion, 0 nits.
Co-Authored-By: Oz <oz-agent@warp.dev>
Remove conditional check for WARP_API_KEY in PR review step.
* docs: update licenses, privacy/telemetry pages for v0.2026.05.06 Co-Authored-By: Oz <oz-agent@warp.dev> * ci: skip Oz review step when WARP_API_KEY secret is not set Co-Authored-By: Oz <oz-agent@warp.dev> * Simplify PR review step by removing WARP_API_KEY check Remove conditional check for WARP_API_KEY in PR review step. --------- Co-authored-by: Oz <oz-agent@warp.dev>
Summary
Automated update of open-source licenses and privacy/telemetry documentation for Warp v0.2026.05.06.
Changes
src/content/docs/support-and-community/community/open-source-licenses.mdxsrc/content/docs/support-and-community/privacy-and-security/privacy.mdxtelemetry.jsonCo-Authored-By: Oz oz-agent@warp.dev