Skip to content

Release v2026.7.3-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:43
81a7b90

Fixed issues with supervisor crashes, language regressions, and sync errors. Added features such as multi-agent supervisor, page-aware chatbots, and the ability to display sync errors in chatbot sync output and filter chatbots by namespace.

What's Changed

Pull Requests

  • fix(ai): invoke_rpc nil-deref crash + supervisor router panic recovery (#252) @bartcode
  • fix(ai+cli): supervisor crash, language regression, thought streaming, sync tenant_id (#251) @bartcode
  • fix(cli): add --namespace flag to chatbots list (#250) @bartcode
  • feat(ai): multi-agent supervisor + page-aware chatbots (#249) @bartcode
  • fix(cli): display sync errors in chatbot sync output (#248) @bartcode
  • chore(deps): update all dependencies (#247) @app/renovate
  • feat: service-key revocation audit, export React hooks, widen SDK type, guides, config cleanup (#246) @bartcode

Commits

Features:

  • b2b6652 feat(ai): multi-agent supervisor + page-aware chatbots (#249)

Bug Fixes:

  • 81a7b90 fix(ai): invoke_rpc nil-deref crash + supervisor router panic recovery (#252)
  • fb4ff52 fix(ai+cli): supervisor crash, language regression, thought streaming, sync tenant_id (#251)
  • e5b0e5d fix(cli): add --namespace flag to chatbots list (#250)
  • 89dd3a3 fix(docs): wrap autogenerate sidebar items per Starlight 0.39+ schema
  • d8cfe2d fix(cli): display sync errors in chatbot sync output (#248)

Other Changes:

Stats

  • 10 commits
  • 3 contributors

Installation

Docker:

docker pull ghcr.io/nimbleflux/fluxbase:2026.7.3-rc.3

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.7.3-rc.3

Helm:

helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.3-rc.3

CLI:

curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.7.3-rc.3

Release automatically generated by GitHub Actions


Smoke Test Results

Component Status
Docker Image ✅ Verified
NPM SDK ✅ Verified
NPM React SDK ✅ Verified

Smoke tests completed at 2026-07-18 20:51:16 UTC