Skip to content

Releases: openabdev/openab

openab-0.7.1-beta.1

12 Apr 05:36
0c58668

Choose a tag to compare

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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.1-beta.1

openab-0.7.1

12 Apr 05:51
13cc314

Choose a tag to compare

What's Changed (since 0.7.0)

Bug Fixes

  • Remove hardcoded image.tag in Helm chart — now defaults to Chart.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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.1

Full Changelog: openab-0.7.0...openab-0.7.1

openab-0.7.0-beta.1

11 Apr 23:42
c3d7a58

Choose a tag to compare

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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.7.0-beta.1

openab-0.7.0

11 Apr 23:08
8fbbcc5

Choose a tag to compare

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 stt section in values.yaml for 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

11 Apr 22:16
a94000a

Choose a tag to compare

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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.8-beta.1

openab-0.6.7-beta.1

11 Apr 21:49
3d6951c

Choose a tag to compare

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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.7-beta.1

openab-0.6.6-beta.1

11 Apr 20:00
3489d74

Choose a tag to compare

Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini)

What's Changed

Bug Fixes

  • Deduplicate tool call display by toolCallIdclaude-agent-acp emits placeholder titles (Terminal, Edit) before streaming the real command. The renderer now tracks tool calls by toolCallId instead 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 in split_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

11 Apr 20:35
8a9924a

Choose a tag to compare

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.6

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.6

Full Changelog: openab-0.6.5...openab-0.6.6

openab-0.6.5-beta.1

11 Apr 11:32
3e7f39d

Choose a tag to compare

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.1

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.5-beta.1

openab-0.6.5

11 Apr 14:01
668219d

Choose a tag to compare

What's Changed (since 0.6.4)

Hotfix

  • Resize and compress Discord image attachments before base64 encoding to prevent ACP -32603 errors on large images (#210)

Docs

  • Replace hardcoded image SHA with :latest in 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.5

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.5

Full Changelog: openab-0.6.4...openab-0.6.5