Skip to content

Releases: openabdev/openab

openab-0.6.4-beta.1

11 Apr 07:16
08f33fe

Choose a tag to compare

What's Changed

Features

  • Support Discord image attachments via ACP ImageContent blocks (#158)

Bug Fixes

  • Remove trailing comma in TOML inline table (#196)
  • Remove duplicate LazyLock import in src/discord.rs (#198)

CI/CD

  • Tag-driven release with native GitHub workflows — zero third-party dependencies (#154)
  • Add PR-level CI gate: cargo check + clippy + test

Version Info

  • Chart Version: 0.6.4-beta.1
  • App Version: 0.6.4-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.4-beta.1

OCI Registry

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

Full Changelog: openab-0.6.2-beta.37...openab-0.6.4-beta.1

openab-0.6.4

11 Apr 08:41
8ca2dc3

Choose a tag to compare

What's Changed (since 0.6.0)

Features

  • Support Discord image attachments via ACP ImageContent blocks (#158)
  • Add allowed_users config for per-user access control (#108)
  • Capture and display ACP error responses in Discord (#170)

Bug Fixes

  • Fix per-agent image as string, fallback to appVersion, persistence.size default 1Gi (#145)
  • Remove trailing comma in TOML inline table (#196)
  • Remove duplicate LazyLock import in src/discord.rs (#198)

CI/CD

  • Tag-driven release with native GitHub workflows — zero third-party dependencies (#154)
  • Add PR-level CI gate: cargo check + clippy + test

Docs

  • Add Discord community invite link to README
  • Add gh auth device flow guide for agent environments (#174)

Version Info

  • Chart Version: 0.6.4
  • App Version: 0.6.4

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

OCI Registry

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

Full Changelog: openab-0.6.0...openab-0.6.4

openab-0.6.3-beta.39

11 Apr 05:50
f3ea748

Choose a tag to compare

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

Version Info

  • Chart Version: 0.6.3-beta.39
  • App Version: 94253a5

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.3-beta.39

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.3-beta.39

openab-0.6.2-beta.37

10 Apr 19:28
e546d15

Choose a tag to compare

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

Version Info

  • Chart Version: 0.6.2-beta.37
  • App Version: 3be10b0

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.2-beta.37

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.2-beta.37

openab-0.6.0

08 Apr 12:38
c979078

Choose a tag to compare

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

🚨🚨🚨 Breaking Change 🚨🚨🚨

Version Info

  • Chart Version: 0.6.0
  • App Version: 78f8d2c

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

OCI Registry

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

see #54 (comment)

openab-0.6.1-beta.1

08 Apr 21:58
f490584

Choose a tag to compare

openab-0.6.1-beta.1 Pre-release
Pre-release

What's Changed

Bug Fixes

  • fix(helm): per-agent image as string, fallback to appVersion, persistence.size default 1Gi (#145) @neilkuan
    • agents.<name>.image simplified from map to string (e.g. ghcr.io/openabdev/openab-claude:tag)
    • Image tag falls back to .Chart.AppVersion when not set — no more hardcoded hash in values.yaml
    • persistence.size defaults to 1Gi when not specified
    • New agents.<name>.enabled flag (default true) — set false to skip resource creation, solving the Helm deep-merge issue where default kiro persists when only defining a different agent

Docs

  • docs: update README for 0.6.0 agents map chart (#144)
    • Fixed working_dir from /home/agent to /home/node for non-Kiro agents (Codex, Claude, Gemini)
    • Added multi-agent and Claude-only deployment examples

Full Changelog: openab-0.6.0...openab-0.6.1-beta.1

Version Info

  • Chart Version: 0.6.1-beta.1
  • App Version: 52ac30a

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

OCI Registry

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

openab-0.5.1

07 Apr 14:57
633cd75

Choose a tag to compare

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

Version Info

  • Chart Version: 0.5.1
  • App Version: 78f8d2c

Installation

Helm Repository (GitHub Pages)

helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.5.1

OCI Registry

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

openab-0.5.0

07 Apr 11:52
29da154

Choose a tag to compare

OpenAB 0.5.0 — First Stable Release 🎉

The first stable release of OpenAB (Open Agent Broker) — a Rust bridge service between Discord and any ACP-compatible coding CLI.

Highlights

  • Pluggable agent backends — Kiro CLI, Claude Code, Codex, Gemini via config
  • Thread-based multi-turn — auto-creates Discord threads with live edit-streaming
  • Non-root containers — all Dockerfiles hardened with explicit USER, HEALTHCHECK, --chown, and retry logic
  • Security-first K8s — pod + container securityContext (runAsNonRoot, drop ALL capabilities)
  • Preset-aware Helm chart — auto-resolves image, command, args, and home directory per backend
  • gh CLI pre-installed — available at build time for agent workflows
  • Emoji status reactions — visual feedback during agent processing

Installation

helm repo add openab https://openabdev.github.io/openab
helm repo update
helm install openab openab/openab --version 0.5.0

Or via OCI:

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

Version Info

  • Chart: 0.5.0
  • Image: ghcr.io/openabdev/openab:9c70cdd

openab-0.4.0-beta.30

07 Apr 11:49
9c70cdd

Choose a tag to compare

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

Version Info

  • Chart Version: 0.4.0-beta.30
  • App Version: 59d052f

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.4.0-beta.30

openab-0.3.5-beta.29

07 Apr 11:18
59d052f

Choose a tag to compare

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

Version Info

  • Chart Version: 0.3.5-beta.29
  • App Version: 5fdc891

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.3.5-beta.29