Skip to content

openab-0.8.2-beta.6

Choose a tag to compare

@github-actions github-actions released this 01 May 01:40
c32fe4b

What's Changed since beta.5

✨ Features

  • Global slash commands + /reset for DM sessions — register slash commands globally (not per-guild) and add /reset to clear DM session history (#666)
  • Helm: expose allow_dmallow_dm is now a first-class Helm value under agents.<name>.discord.allowDm, no more manual ConfigMap patching (#662)

🔧 Refactor

  • Gateway adapter modules — split gateway main.rs into separate adapter modules for better maintainability (#550)

📖 Docs

  • Add cleanup phase for stale backups to the upgrade guide (#664)

Installation

Helm Repository (GitHub Pages)

helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.8.2-beta.6 --devel

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.2-beta.6

Full Changelog: openab-0.8.2-beta.5...openab-0.8.2-beta.6