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-mentionsmode — newallow_user_messagesmode that combines the best ofinvolvedandmentions: natural conversation in single-bot threads,@mentionrequired 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
- Soft limit (
⚡ Performance
- perf(discord): eager multibot detection — detect multi-bot threads from
msg.authorwithout 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.7OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.8-beta.7Full Changelog: openab-0.7.8-beta.6...openab-0.7.8-beta.7