Releases: openabdev/openab
openab-0.7.2-beta.2
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.7.2-beta.2
- App Version: 0.7.2-beta.2
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.2-beta.2OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.2-beta.2openab-0.7.2-beta.1
Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)
Version Info
- Chart Version: 0.7.2-beta.1
- App Version: 0.7.2-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.2-beta.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.2-beta.1openab-0.7.2
What's New in 0.7.2
🚀 Features
- GitHub Copilot CLI support — New agent backend with
Dockerfile.copilot, Helm values, and full setup guide (#265)
🐛 Fixes
- ACP dynamic permission selection — Implement dynamic permission selection and outcome wrapper (#147)
- Release workflow beta bump — Auto-bump now correctly increments beta number instead of always bumping patch (#273)
📦 CI
- Copilot image in build matrix — CI now builds and publishes
ghcr.io/openabdev/openab-copilot(#276)
📝 Docs
- README optimization — Minimal quick start in README, agent-specific guides moved to
docs/(#268)
Version Info
- Chart Version: 0.7.2
- App Version: 0.7.2
Docker Images
ghcr.io/openabdev/openab:0.7.2
ghcr.io/openabdev/openab-claude:0.7.2
ghcr.io/openabdev/openab-codex:0.7.2
ghcr.io/openabdev/openab-gemini:0.7.2
ghcr.io/openabdev/openab-copilot:0.7.2 # NEW
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.2OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.2Version Info
- Chart Version: 0.7.2
- App Version: 0.7.2
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.2OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.2openab-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