Skip to content

feat: add 6 tips from Zed v0.221.4 release#19

Merged
godruoyi merged 4 commits into
mainfrom
feat/tips-zed-v0.221.4
Jan 29, 2026
Merged

feat: add 6 tips from Zed v0.221.4 release#19
godruoyi merged 4 commits into
mainfrom
feat/tips-zed-v0.221.4

Conversation

@godruoyi
Copy link
Copy Markdown
Contributor

Summary

Add 6 high-value tips extracted from Zed v0.221.4 release (published 2026-01-28).

Tips Added

AI/Agent Features (4 tips)

  • acp-registry-install-agents: Install specialized agents from ACP Registry (#47470)

    • New registry for discovering and installing AI agents
    • One-click installation with no configuration needed
  • agent-edit-queued-messages: Edit queued agent messages with Cmd+E (#47234)

    • Includes video demo from the PR
    • Major UX improvement for agent workflow
  • agent-per-tool-permissions: Granular tool permission controls (#46284)

    • Set per-tool allow/deny rules with regex patterns
    • Smart permission buttons for one-click policy updates
    • Includes screenshots from the PR
  • agent-diagnostics-context: @diagnostics mention for LSP errors (#42270)

    • Feed compiler errors directly into agent context
    • Includes screenshot from the PR

Vim Features (1 tip)

  • vim-tag-stack-navigation: Tag stack for "Go to Definition" navigation (#46002)
    • Dedicated stack for definition jumps, separate from browser history
    • New commands: pane::GoToOlderTag and pane::GoToNewerTag

Configuration (1 tip)

  • editorconfig-parent-directories: EditorConfig inheritance from parent directories (#46332)
    • Traverse parent directories for organization-wide settings
    • Support for root = true to stop inheritance

Quality Assurance

✅ All tips passed npm run validate:tips
✅ No duplicate tips (checked existing collection)
✅ Focused on valuable new features (ignored most bug fixes)
✅ All tips include PR references and proper attribution
✅ Media URLs extracted from PRs where available
✅ Clear, concise descriptions without unnecessary complexity

Test Plan

  • Validation script passes for all 6 tips
  • Each tip has required frontmatter (title, subtitle, category, difficulty, tags)
  • PR URLs point to correct Zed repository PRs
  • Media URLs (video/image) are accessible
  • Author attribution included where available from PR

🤖 Generated with Claude Code

godruoyi and others added 2 commits January 29, 2026 09:22
Add valuable tips from Zed v0.221.4 stable release:

AI/Agent Features:
- acp-registry-install-agents: Install agents from ACP Registry (#47470)
- agent-edit-queued-messages: Edit queued messages with Cmd+E (#47234)
- agent-per-tool-permissions: Granular tool permission controls (#46284)
- agent-diagnostics-context: @diagnostics mention for error context (#42270)

Vim Features:
- vim-tag-stack-navigation: Tag stack for Go to Definition jumps (#46002)

Configuration:
- editorconfig-parent-directories: EditorConfig inheritance from parent dirs (#46332)

All tips include PR references, proper categories, and clear explanations.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@godruoyi
Copy link
Copy Markdown
Contributor Author

IMG_ADCC1D08AB2D-1
Install AI Agents from ACP Registry

@godruoyi godruoyi merged commit 7ecd766 into main Jan 29, 2026
@godruoyi godruoyi deleted the feat/tips-zed-v0.221.4 branch January 29, 2026 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant