Releases: openabdev/openab
Releases · openabdev/openab
openab-0.6.4-beta.1
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.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.4-beta.1Full Changelog: openab-0.6.2-beta.37...openab-0.6.4-beta.1
openab-0.6.4
What's Changed (since 0.6.0)
Features
- Support Discord image attachments via ACP ImageContent blocks (#158)
- Add
allowed_usersconfig 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.4OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.4Full Changelog: openab-0.6.0...openab-0.6.4
openab-0.6.3-beta.39
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.39OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.3-beta.39openab-0.6.2-beta.37
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.37OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.2-beta.37openab-0.6.0
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.0OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.0see #54 (comment)
openab-0.6.1-beta.1
What's Changed
Bug Fixes
- fix(helm): per-agent image as string, fallback to appVersion, persistence.size default 1Gi (#145) @neilkuan
agents.<name>.imagesimplified from map to string (e.g.ghcr.io/openabdev/openab-claude:tag)- Image tag falls back to
.Chart.AppVersionwhen not set — no more hardcoded hash invalues.yaml persistence.sizedefaults to1Giwhen not specified- New
agents.<name>.enabledflag (defaulttrue) — setfalseto skip resource creation, solving the Helm deep-merge issue where defaultkiropersists when only defining a different agent
Docs
- docs: update README for 0.6.0 agents map chart (#144)
- Fixed
working_dirfrom/home/agentto/home/nodefor non-Kiro agents (Codex, Claude, Gemini) - Added multi-agent and Claude-only deployment examples
- Fixed
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.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.6.1-beta.1openab-0.5.1
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.1OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.5.1openab-0.5.0
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.0Or via OCI:
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.5.0Version Info
- Chart: 0.5.0
- Image:
ghcr.io/openabdev/openab:9c70cdd
openab-0.4.0-beta.30
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.30OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.4.0-beta.30openab-0.3.5-beta.29
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.29OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.3.5-beta.29