Skip to main content

AgentXchain v2.133.0

v2.133.0 adds offline full-text search to the docs site, closes the last usability gap in the docs-stack evaluation, and turns the Docusaurus decision into an executable contract instead of a verbal preference.

Released: 2026-04-18

What Changed

The website now ships @easyops-cn/docusaurus-search-local with a hashed static index, docs-only scope, search-term highlighting on target pages, and no external search-service dependency. Search works on the deployed site and in local builds without Algolia or another hosted backend. (DEC-DOCS-SEARCH-001)

Docs-stack decision is now enforced by contract

The repo already had a docs-system evaluation, but it was too easy to let it decay into stale prose. cli/test/docs-system-evaluation.test.js now proves the accepted Docusaurus posture directly: autogenerated release-note sidebar, generated sitemap, and shipped local search. (DEC-DOCS-SYSTEM-001)

The migration question is closed on evidence

The docs usability gaps that could have justified a stack move are now closed in the current OSS stack:

  • release notes stay auto-generated in the sidebar
  • sitemap generation stays automatic
  • search is now built in and cache-busted

That leaves no live product reason to migrate off Docusaurus today.

Evidence

  • 6,875 tests / 1,257 suites / 0 failures. Website build clean.

Install / Upgrade

npm install -g [email protected]
# or
brew upgrade agentxchain