Skip to content

Add RC Warning to Agent Network#817

Closed
TechHutTV wants to merge 1 commit into
mainfrom
docs/agent-network-rc-eval-notes
Closed

Add RC Warning to Agent Network#817
TechHutTV wants to merge 1 commit into
mainfrom
docs/agent-network-rc-eval-notes

Conversation

@TechHutTV

@TechHutTV TechHutTV commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator
Screenshot From 2026-06-28 09-44-24

Summary by CodeRabbit

  • Documentation
    • Added prominent warnings to the Agent Network overview and quickstart pages.
    • Clarified that Agent Network is currently available only as a release candidate for evaluation, not production use.
    • Noted that it can’t yet be enabled on existing self-hosted installations and requires a fresh deployment for now.
    • Updated guidance to set expectations about future upgrade support and migration steps.

@TechHutTV TechHutTV requested review from braginini and mlsmaycon June 28, 2026 16:46
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Two Agent Network MDX pages (index.mdx and quickstart.mdx) now import and display a Warning component. The warning states that Agent Network is available only as a release candidate (v0.74.0-rc.2), is for evaluation only, and cannot be enabled on existing self-hosted instances.

Changes

Agent Network RC Warning Callouts

Layer / File(s) Summary
RC warning callouts
src/pages/agent-network/index.mdx, src/pages/agent-network/quickstart.mdx
Both pages import the Warning MDX component and add a callout block at the top stating Agent Network is RC-only, evaluation-only, and unsupported on existing self-hosted instances.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • netbirdio/docs#813: Initially added src/pages/agent-network/index.mdx with a beta/open-source Note callout, directly preceding this change.
  • netbirdio/docs#816: Also updates Agent Network docs to mark the feature as RC/beta and evaluation-only in the intro callouts.

Suggested reviewers

  • mlsmaycon

Poem

🐇 A warning hops onto the page,
"RC only!" it declares with sage,
No prod deploys, fresh installs only,
The rabbit ensures you won't feel lonely—
GA arrives with minor migration stage! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding a release-candidate warning to the Agent Network docs.
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/agent-network-rc-eval-notes

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/pages/agent-network/index.mdx

Oops! Something went wrong! :(

ESLint: 9.39.4

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)

src/pages/agent-network/quickstart.mdx

Oops! Something went wrong! :(

ESLint: 9.39.4

TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'configs' -> object with constructor 'Object'
| property 'flat' -> object with constructor 'Object'
| ...
| property 'plugins' -> object with constructor 'Object'
--- property 'react' closes the circle
Referenced from:
at JSON.stringify ()
at file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:308:45
at Array.map ()
at ConfigValidator.formatErrors (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:299:23)
at ConfigValidator.validateConfigSchema (file:///node_modules/@eslint/eslintrc/lib/shared/config-validator.js:330:84)
at ConfigArrayFactory._normalizeConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:676:19)
at ConfigArrayFactory._loadConfigData (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:641:21)
at ConfigArrayFactory._loadExtendedShareableConfig (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:946:21)
at ConfigArrayFactory._loadExtends (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:814:25)
at ConfigArrayFactory._normalizeObjectConfigDataBody (file:///node_modules/@eslint/eslintrc/lib/config-array-factory.js:752:25)


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.

@TechHutTV TechHutTV closed this Jun 28, 2026

@coderabbitai coderabbitai 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.

🧹 Nitpick comments (1)
src/pages/agent-network/index.mdx (1)

12-19: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Align Warning wording with quickstart.mdx for consistency.

The RC warning on this page differs slightly from the one in quickstart.mdx:

  • This page says "available only as a release candidate"; quickstart says "currently available only as a release candidate".
  • This page says "This documentation will be updated on release"; quickstart specifies "with the required variables and full upgrade and migration instructions".

Consider aligning both callouts so readers see identical restrictions regardless of which page they land on.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/pages/agent-network/index.mdx` around lines 12 - 19, The Agent Network
warning copy in the `Warning` block should be aligned with the wording used in
`quickstart.mdx` for consistency. Update the message in the Agent Network page
to match the same phrasing about being “currently available only as a release
candidate” and the same closing sentence about “the required variables and full
upgrade and migration instructions,” keeping the restriction details identical
across both docs.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@src/pages/agent-network/index.mdx`:
- Around line 12-19: The Agent Network warning copy in the `Warning` block
should be aligned with the wording used in `quickstart.mdx` for consistency.
Update the message in the Agent Network page to match the same phrasing about
being “currently available only as a release candidate” and the same closing
sentence about “the required variables and full upgrade and migration
instructions,” keeping the restriction details identical across both docs.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d62a9f10-5e69-448f-ab3d-32a7b559e7fe

📥 Commits

Reviewing files that changed from the base of the PR and between e21f92f and 87b685e.

📒 Files selected for processing (2)
  • src/pages/agent-network/index.mdx
  • src/pages/agent-network/quickstart.mdx

@TechHutTV TechHutTV deleted the docs/agent-network-rc-eval-notes branch June 28, 2026 17:13
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