docs: add changelog entry for 2026.05.06 release#47
Merged
dannyneira merged 4 commits intomainfrom May 8, 2026
Merged
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add missing blank line before ### header - Wrap slash commands in backticks (/set-tab-color, /continue-locally, /feedback, /open-file) - Wrap gh pr view and --version flag in backticks - Fix keyboard shortcut formatting: cmd+f → `⌘+F`, Ctrl-G → `Ctrl+G` - Add Linux capitalization - Fix verb tense: Fixes → Fixed - Rewrite internal ticket copy to user-facing prose - Expand Cmd/Ctrl+Shift+Up/Down to platform-split format with symbols Co-Authored-By: Oz <oz-agent@warp.dev>
dannyneira
commented
May 8, 2026
Member
Author
dannyneira
left a comment
There was a problem hiding this comment.
All issues addressed in follow-up commit: blank line before ### header, slash commands in backticks (/set-tab-color, /continue-locally, /feedback, /open-file), gh pr view and --version in backticks, keyboard shortcut formatting (⌘+F, Ctrl+G with + separator, Linux capitalized), Fixes → Fixed, internal ticket copy rewritten as user-facing prose, Cmd/Ctrl+Shift+Up/Down split into platform-specific variants. ✅
* Apply glossary terminology fixes * Replace 'AI agent(s)' with 'agent(s)' across 15 guide pages — the glossary calls out the redundant AI prefix. * Capitalize 'agent mode' to 'Agent Mode' in two guides and the privacy telemetry table. * Replace 'whitelist' with 'allowlist' in the customize-appearance guide. Note: 'blocklist' references in src/content/ were intentionally left as-is. Most refer to Warp UI element names (e.g. 'Blocklist' subshell feature, 'Hide secrets in blocklist' setting) or to the list-of-Blocks UX, not security denylists. A separate content rewrite pass would be needed to bring those into glossary alignment. Co-Authored-By: Oz <oz-agent@warp.dev> * Fix build noise and broken style_lint script * astro.config.mjs: Map 'promql' to 'text' through Expressive Code's shiki.langAlias config. Shiki doesn't bundle a PromQL grammar, so every build emitted six 'language could not be found' warnings for the PromQL examples in monitoring.mdx. Aliasing keeps the semantic 'promql' tag in the source MDX while silencing the warnings. * .agents/skills/style_lint/style_lint.py: Update DOCS_ROOT from 'docs' to 'src/content/docs' so the script actually scans Astro Starlight content. Previously '--all' silently scanned 0 files and reported 'No issues found'. Also include .mdx alongside .md in the file walk and fix a stale 'docs/' path in the changed-files and PR helpers. Co-Authored-By: Oz <oz-agent@warp.dev> * Restore "AI" in PM guide title for SEO Per Rachael's review comment: keep "AI" in the title intentionally for SEO even though our style guide treats "AI agents" as redundant. Co-Authored-By: Oz <oz-agent@warp.dev> --------- Co-authored-by: Oz <oz-agent@warp.dev>
…entries Co-Authored-By: Oz <oz-agent@warp.dev>
danielpeng2
approved these changes
May 8, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds the changelog entry for the 2026.05.06 (v0.2026.05.06.15.42) stable release.
Changes
src/content/docs/changelog/2026.mdx
Co-Authored-By: Oz oz-agent@warp.dev