Releases: openabdev/openab
openab-0.7.1-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.7.1-beta.1
- App Version: 0.7.1-beta.1
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.1-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.1-beta.1openab-0.7.1
What's Changed (since 0.7.0)
Bug Fixes
- Remove hardcoded
image.tagin Helm chart — now defaults toChart.AppVersion(#239)
Version Info
- Chart Version: 0.7.1
- App Version: 0.7.1
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.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.1Full Changelog: openab-0.7.0...openab-0.7.1
openab-0.7.0-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.7.0-beta.1
- App Version: 0.7.0-beta.1
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.0-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.0-beta.1openab-0.7.0
What's Changed (since 0.6.6)
Features
- Voice message STT (Speech-to-Text) for Discord — Discord voice messages are now automatically transcribed to text before being sent to the ACP agent, enabling voice-driven coding workflows (#225)
- First-class STT config in Helm chart — New
sttsection invalues.yamlfor configuring the speech-to-text provider and model directly from the chart (#228)
Version Info
- Chart Version: 0.7.0
- App Version: 0.7.0
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.0
OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.0
Full Changelog: openab-0.6.6...openab-0.7.0
openab-0.6.8-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.6.8-beta.1
- App Version: 0.6.8-beta.1
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.8-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.8-beta.1openab-0.6.7-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.6.7-beta.1
- App Version: 0.6.7-beta.1
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.7-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.7-beta.1openab-0.6.6-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
What's Changed
Bug Fixes
-
Deduplicate tool call display by toolCallId —
claude-agent-acpemits placeholder titles (Terminal,Edit) before streaming the real command. The renderer now tracks tool calls bytoolCallIdinstead of substring matching, eliminating orphaned placeholder lines. Multi-line commands are sanitized into single-line inline-code spans so they render correctly in Discord. (#138 by @marvin-69-jpg) -
Prevent Discord message fragmentation during streaming (fixes #81) — Long agent replies (>1900 chars) no longer produce cascading duplicate messages. The streaming phase now truncates to a single message and only splits on the final edit. Also fixes UTF-8 boundary corruption in
split_message()that garbled CJK/emoji content at chunk boundaries. (#135 by @wangyuyan-agent)
Performance
- O(1) char counting in message splitting — Replaced O(n²)
chars().count()calls insplit_message()with an incremental counter for the hard-split loop. (#135)
Version Info
- Chart Version: 0.6.6-beta.1
- App Version: 0.6.6-beta.1
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.6-beta.1
OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.6-beta.1
openab-0.6.6
What's Changed (since 0.6.5)
Bug Fixes
- Dedupe tool call display by toolCallId and sanitize titles (#138)
- Prevent Discord message fragmentation during streaming (#135)
Version Info
- Chart Version: 0.6.6
- App Version: 0.6.6
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.6OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.6Full Changelog: openab-0.6.5...openab-0.6.6
openab-0.6.5-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.6.5-beta.1
- App Version: 0.6.5-beta.1
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.5-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.5-beta.1openab-0.6.5
What's Changed (since 0.6.4)
Hotfix
- Resize and compress Discord image attachments before base64 encoding to prevent ACP
-32603errors on large images (#210)
Docs
- Replace hardcoded image SHA with
:latestin README (#208)
Version Info
- Chart Version: 0.6.5
- App Version: 0.6.5
Installation
Helm Repository (GitHub Pages)
helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.6.5OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.5Full Changelog: openab-0.6.4...openab-0.6.5