Skip to content

Releases: openabdev/openab

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

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