Skip to content

docs: drop release-candidate framing ahead of the 4.5 GA#4100

Merged
ericallam merged 2 commits into
mainfrom
docs/skills-command-stable-install
Jul 2, 2026
Merged

docs: drop release-candidate framing ahead of the 4.5 GA#4100
ericallam merged 2 commits into
mainfrom
docs/skills-command-stable-install

Conversation

@ericallam

@ericallam ericallam commented Jul 1, 2026

Copy link
Copy Markdown
Member

Removes the release-candidate framing from the docs for the 4.5 GA: the @rc install caveats on the skills CLI command, and the AI Agents and Prompts release-candidate banner (a shared snippet used across the ai-chat and prompts pages) plus the >=4.5.0-rc.0 compatibility pin in the AI reference.

@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b0382da

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 1ab0ceb5-c4ce-48b4-937f-f78e98e7c628

📥 Commits

Reviewing files that changed from the base of the PR and between d8724af and b0382da.

📒 Files selected for processing (40)
  • docs/ai-chat/actions.mdx
  • docs/ai-chat/anatomy.mdx
  • docs/ai-chat/backend.mdx
  • docs/ai-chat/background-injection.mdx
  • docs/ai-chat/chat-local.mdx
  • docs/ai-chat/client-protocol.mdx
  • docs/ai-chat/compaction.mdx
  • docs/ai-chat/custom-agents.mdx
  • docs/ai-chat/error-handling.mdx
  • docs/ai-chat/fast-starts.mdx
  • docs/ai-chat/frontend.mdx
  • docs/ai-chat/how-it-works.mdx
  • docs/ai-chat/lifecycle-hooks.mdx
  • docs/ai-chat/mcp.mdx
  • docs/ai-chat/overview.mdx
  • docs/ai-chat/patterns/branching-conversations.mdx
  • docs/ai-chat/patterns/code-sandbox.mdx
  • docs/ai-chat/patterns/database-persistence.mdx
  • docs/ai-chat/patterns/human-in-the-loop.mdx
  • docs/ai-chat/patterns/large-payloads.mdx
  • docs/ai-chat/patterns/oom-resilience.mdx
  • docs/ai-chat/patterns/persistence-and-replay.mdx
  • docs/ai-chat/patterns/recovery-boot.mdx
  • docs/ai-chat/patterns/skills.mdx
  • docs/ai-chat/patterns/sub-agents.mdx
  • docs/ai-chat/patterns/tool-result-auditing.mdx
  • docs/ai-chat/patterns/trusted-edge-signals.mdx
  • docs/ai-chat/patterns/version-upgrades.mdx
  • docs/ai-chat/pending-messages.mdx
  • docs/ai-chat/prompt-caching.mdx
  • docs/ai-chat/quick-start.mdx
  • docs/ai-chat/reference.mdx
  • docs/ai-chat/server-chat.mdx
  • docs/ai-chat/sessions.mdx
  • docs/ai-chat/testing.mdx
  • docs/ai-chat/tools.mdx
  • docs/ai-chat/types.mdx
  • docs/ai-chat/upgrade-guide.mdx
  • docs/ai/prompts.mdx
  • docs/snippets/ai-chat-rc-banner.mdx
💤 Files with no reviewable changes (39)
  • docs/ai-chat/patterns/persistence-and-replay.mdx
  • docs/ai-chat/pending-messages.mdx
  • docs/ai-chat/chat-local.mdx
  • docs/ai-chat/server-chat.mdx
  • docs/ai-chat/quick-start.mdx
  • docs/ai-chat/mcp.mdx
  • docs/ai-chat/patterns/sub-agents.mdx
  • docs/ai-chat/compaction.mdx
  • docs/ai-chat/patterns/skills.mdx
  • docs/ai-chat/patterns/human-in-the-loop.mdx
  • docs/ai-chat/types.mdx
  • docs/ai/prompts.mdx
  • docs/ai-chat/patterns/trusted-edge-signals.mdx
  • docs/ai-chat/background-injection.mdx
  • docs/ai-chat/patterns/database-persistence.mdx
  • docs/ai-chat/sessions.mdx
  • docs/ai-chat/frontend.mdx
  • docs/ai-chat/patterns/tool-result-auditing.mdx
  • docs/snippets/ai-chat-rc-banner.mdx
  • docs/ai-chat/tools.mdx
  • docs/ai-chat/lifecycle-hooks.mdx
  • docs/ai-chat/upgrade-guide.mdx
  • docs/ai-chat/client-protocol.mdx
  • docs/ai-chat/how-it-works.mdx
  • docs/ai-chat/backend.mdx
  • docs/ai-chat/patterns/code-sandbox.mdx
  • docs/ai-chat/prompt-caching.mdx
  • docs/ai-chat/overview.mdx
  • docs/ai-chat/error-handling.mdx
  • docs/ai-chat/patterns/recovery-boot.mdx
  • docs/ai-chat/patterns/version-upgrades.mdx
  • docs/ai-chat/testing.mdx
  • docs/ai-chat/anatomy.mdx
  • docs/ai-chat/patterns/oom-resilience.mdx
  • docs/ai-chat/actions.mdx
  • docs/ai-chat/patterns/large-payloads.mdx
  • docs/ai-chat/custom-agents.mdx
  • docs/ai-chat/fast-starts.mdx
  • docs/ai-chat/patterns/branching-conversations.mdx
✅ Files skipped from review due to trivial changes (1)
  • docs/ai-chat/reference.mdx

Walkthrough

This pull request updates documentation to remove release-candidate guidance for the skills command and to remove RcBanner imports and renders from multiple AI chat and prompts pages. It also updates the AI chat compatibility table to use >=4.5.0 for @trigger.dev/sdk instead of the release-candidate minimum. Several pages now start directly with their main content instead of rendering the banner snippet.

Changes

Related Issues: None provided.
Related PRs: None provided.
Suggested labels: documentation
Suggested reviewers: None specified.

Sequence Diagram(s)

Not applicable.

Poem
Docs shed their rc and banner glow,
With latest paths the pages flow.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the change but does not follow the required template or include issue, testing, changelog, or screenshot sections. Add the required template sections: Closes #issue, checklist, testing steps, changelog summary, and screenshots if applicable.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the main docs change: removing release-candidate framing before the 4.5 GA.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/skills-command-stable-install

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ericallam ericallam changed the title docs: drop the release-candidate caveat from the skills command docs: drop release-candidate framing ahead of the 4.5 GA Jul 1, 2026
@ericallam ericallam marked this pull request as ready for review July 2, 2026 10:07

@devin-ai-integration devin-ai-integration 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@ericallam ericallam merged commit 4536ede into main Jul 2, 2026
20 checks passed
@ericallam ericallam deleted the docs/skills-command-stable-install branch July 2, 2026 10:11
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.

2 participants