Skip to content

openab-0.7.8-beta.7

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Apr 13:41
0ae6a4f

A lightweight, secure, cloud-native ACP harness that bridges Discord and any ACP-compatible coding CLI.

Version Info

  • Chart Version: 0.7.8-beta.7
  • App Version: 0.7.8-beta.7

What's Changed since beta.6

🚀 Features

  • feat(discord): multibot-mentions mode — new allow_user_messages mode that combines the best of involved and mentions: natural conversation in single-bot threads, @mention required in multi-bot threads. Recommended for multi-bot deployments. (#464, closes #463)
  • feat(discord): bot turn limits (soft + hard) — two-layer protection against runaway bot-to-bot mention loops (#467, closes #466):
    • Soft limit (max_bot_turns, default 10): pauses bot-to-bot conversation until a human replies
    • Hard limit (100, not configurable): permanently stops bot-to-bot conversation in a thread

⚡ Performance

  • perf(discord): eager multibot detection — detect multi-bot threads from msg.author without fetching message history, reducing API calls (4e8d9f2)

Installation

Helm Repository (GitHub Pages)

helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.7.8-beta.7

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.8-beta.7

Full Changelog: openab-0.7.8-beta.6...openab-0.7.8-beta.7