Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: openabdev/openab

openab-0.8.5-beta.9

13 Jun 13:15
@chaodu-agent chaodu-agent
494b1e6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

openab-0.8.5-beta.9 Pre-release
Pre-release

What's Changed

Full Changelog: openab-0.8.5-beta.8...openab-0.8.5-beta.9

Contributors

brettchien, dogzzdogzz, and 2 other contributors
Loading

openab-0.8.5-beta.8

11 Jun 05:50
@github-actions github-actions
35eb570
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed since beta.7

🏗️ Refactoring

Restructure agentcore directory (#1077)

  • agentcore-acp/agentcore/acp/ (adapter)
  • New agentcore/runtimes/kiro/ with ready-to-build Dockerfile, healthcheck.py, run.sh, and steering
  • Placeholder directories for codex/ and opencode/ runtimes
  • Updated path references in Dockerfile.agentcore, config.rs synthesis, and docs

🐛 Bug Fixes

  • agentcore/kiro: prevent argument injection in run.sh (#1081)

Version Info

  • Chart Version: 0.8.5-beta.8
  • App Version: 0.8.5-beta.8

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.5-beta.8

Version Info

  • Chart Version: 0.8.5-beta.8
  • App Version: 0.8.5-beta.8

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.5-beta.8
Assets 7
Loading

openab-0.8.5-beta.7

10 Jun 22:20
@github-actions github-actions
6952f1c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed since beta.6

🚀 Features

AgentCore Runtime Backend — route coding agents to AWS Bedrock AgentCore microVMs (#1069, #1071)

  • agentcore-acp adapter: single-file Python ACP↔AgentCore bridge
  • [agentcore] config sugar: one-line setup, region auto-extracted from ARN
  • Dockerfile.agentcore: minimal ~50MB image (OAB + adapter, no coding CLI)
  • CI builds for amd64 + arm64
  • Full docs: docs/agentcore.md

Slack Assistant Mode — native streaming + assistant status (#995)

  • Default-on for AI apps with assistant:write scope
  • Block Kit markdown rendering in finalized messages
  • Deduplicated stream finalize (#1056)

Workspace Aliases in Helmworkspace.aliases rendered from values.yaml (#1049)

Slack PR Review Workflow — auto-label + team-based review tracking (#1062)

🐛 Bug Fixes

  • codex: OPENAB_AGENT_COMMAND now correctly uses codex-acp (not bare codex) (#1048)
  • codex docs: fix sandbox TOML shape + drop dead extraConfig examples (#1048)
  • slack: dedupe native-stream finalize + Block Kit markdown (#1056)
  • chart: quote workspace alias keys, add map guards, helm-unittest (#1049)
  • ci: skip closing-soon PRs in pending-maintainer (#1059)
  • ci: PR discussion URL deadline 3d → 24h, exempt maintainers (#1060, #1061)
  • ci: team API permissions for reviewer checks (#1066, #1068)

📖 Documentation

  • docs/agentcore.md — full AgentCore setup guide
  • docs/slack.md — renamed from slack-bot-howto.md
  • README: AgentCore Runtime section with ASCII diagram
  • CONTRIBUTING: updated 24h deadline for Discord URL

Contributors

@clsung @dogzzdogzz @JARVIS-coding-Agent @chaodu-agent @pahud


Version Info

  • Chart Version: 0.8.5-beta.7
  • App Version: 0.8.5-beta.7

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.5-beta.7

Contributors

clsung, pahud, and 3 other contributors
Loading

openab-0.8.5-beta.6

09 Jun 01:11
@github-actions github-actions
14096dc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed since beta.5

🚀 Features

  • Secrets management — AWS Secrets Manager + exec:// provider (#1042)
    • aws-sm:// URI for native AWS Secrets Manager resolution
    • exec:// URI for universal external script support
    • Fail-closed: unresolved secrets prevent startup
    • Integrated into boot sequence (after pre_boot hooks)
    • Comprehensive docs, ADR, and config-reference updates

🐛 Bug Fixes

  • Show helpful message when agent returns -32603 with no error details (#1041, closes #1000)
  • Add pending-decision reusable workflow, fix needs-rebase label conflict (#1040)
  • Pin kiro-cli to 2.5.0 to avoid libasound.so.2 regression in 2.6.0 (#1043)
  • Guard chmod on /root/.local/share/uv path in hermes install script

📦 CLI Version Bumps (#1039)

CLI Version Note
kiro 2.6.0 → pinned 2.5.0 libasound regression in 2.6.0
codex 0.137.0+acp 0.15.0 fix output buffer resend + detach pending tasks
gemini 0.44.1 capped — 0.45.2 has history deletion bug
copilot 1.0.60
cursor 06.04
opencode 1.16.2
pi 0.78.1
agy 1.0.6
grok 0.1.220 9 patches, SHA256 verified
hermes a5c12f5f fix broken checkout, re-clone recovery
claude-code HELD at 2.1.146 multiple Linux/headless regressions from 2.1.161+

Full Changelog: openab-0.8.5-beta.5...openab-0.8.5-beta.6

Loading

openab-0.8.5-beta.5

08 Jun 03:57
@github-actions github-actions
d9d4a9f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's New in 0.8.5-beta.5

Features

  • Control Directives Phase 1[[ws:@alias]] and [[title:...]] directives in the first message of a session (#1029)
    • [[ws:@alias]] switches the agent working directory to a configured workspace alias
    • [[title:...]] renames the Discord thread
    • Directives parsed on first message only; ignored when session already active
    • Workspace paths validated against bot home subtree (symlink escape prevention)

Config

New [workspace] section for defining workspace aliases:

[workspace.aliases]
openab = "/home/agent/projects/openab"
infra = "/home/agent/projects/infra"

Fixes

  • openab-agent — use static model lists for /models command (removes broken runtime discovery) (#1033)
  • pool — stored workspace takes priority over override (immutability); has_active_session covers suspended/persisted sessions
  • directives[[title:xxx]] applies before workspace failure abort; minimize TOCTOU window on failure path

Docs

  • Add [workspace] section to config-reference.md
  • New user guides: control-directives.md and workspaces.md

Full Changelog: openab-0.8.5-beta.4...openab-0.8.5-beta.5

Loading

openab-0.8.5-beta.4

08 Jun 00:24
@github-actions github-actions
ed2225c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's New in 0.8.5-beta.4

Features

  • LINE @mention gating — native mention detection via LINE webhook mentionees, no regex needed (#1026)
  • openab-agent /models supportconfigOptions enables runtime model switching with session history preservation (#977)
  • agy-acp narration filterOPENAB_TOOL_DISPLAY=compact suppresses intermediate thinking text from agy (Gemini CLI) responses (#1030)
  • Control Directives ADR — design for typed slash commands and workspace aliases (#978)

Fixes

  • Teams webhook — bound body size to prevent OOM on large payloads (#948)
  • Telegram — retry sendMessage as plain text on Markdown parse failure; scope retry to parse errors only (#957)
  • openab-agent — replace unsafe set_var with safe config store; pass model to provider on rebuild + atomic session swap (#977)
  • openab-agent — stabilize model switching options; serialize env-mutating ACP tests
  • Gatewayavailable_models() queries APIs instead of credential sniffing
  • CI workflow — flip to pending-contributor when CI fails (#1028)

Docs

  • Add ecsctl deployment option to ECS Fargate Spot refarch (#1023)
  • Comment out optional command and working_dir in README (#1021)
  • Add OPENAB_TOOL_DISPLAY to antigravity env var table

Gateway Releases Included

  • gateway-v0.5.3
  • gateway-v0.5.4

Full Changelog: openab-0.8.5-beta.3...openab-0.8.5-beta.4

Loading

Gateway v0.5.4

07 Jun 20:01
@github-actions github-actions
11da193
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

OpenAB Custom Gateway v0.5.4

Standalone gateway service — bridges webhook-based platforms to OAB via WebSocket.

Docker

docker pull ghcr.io/openabdev/openab-gateway:0.5.4

Multi-arch: linux/amd64 + linux/arm64

Links

Loading

openab-0.8.5-beta.3

06 Jun 14:12
@github-actions github-actions
163472c
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

A lightweight, secure, cloud-native ACP harness that bridges Discord and any ACP-compatible coding CLI.

Version Info

  • Chart Version: 0.8.5-beta.3
  • App Version: 0.8.5-beta.3

Installation

Helm Repository (GitHub Pages)

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

OCI Registry

helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.5-beta.3
Loading

openab-0.8.5-beta.2

06 Jun 04:36
@github-actions github-actions
3e9a732
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed (since beta.1)

⭐ Features

  • [agent] block is now optionalcommand defaults to $OPENAB_AGENT_COMMAND env var, working_dir defaults to $HOME. Each Dockerfile sets these so gist/helm configs no longer need to hardcode them. (#1013)
  • OPENAB_AGENT_AUTH_COMMAND — every image now declares its auth command. Authenticate any agent with a single generic command:
    kubectl exec -it deployment/openab-<name> -- sh -c "\$OPENAB_AGENT_AUTH_COMMAND"
  • Helm: configUrl — skip ConfigMap generation and fetch config from a remote URL (e.g., gist). (#1009)
  • Helm: hooks renderinghooks.preBoot and hooks.preShutdown can now be rendered directly in the ConfigMap with SHA256 validation. (#1010)

🐛 Fixes

  • openab-agent: default OpenAI model changed to gpt-5.4-mini (#999)
  • Helm: configUrl mode correctly passes openab in args to match ENTRYPOINT
  • Helm: hooks validation — mutual exclusion, onFailure enum, timeoutSeconds type check

📖 Docs

  • Python guide for uv-based execution in OAB images (#1004)
  • Config reference updated — [agent] section documented as optional
  • All agent docs updated with $OPENAB_AGENT_AUTH_COMMAND pattern

Env vars set by each image

Image OPENAB_AGENT_COMMAND OPENAB_AGENT_AUTH_COMMAND
openab (kiro) kiro-cli kiro-cli login --use-device-flow
antigravity antigravity agy auth
claude claude claude auth login
codex codex codex login --device-auth
copilot copilot copilot login
cursor cursor cursor-agent login
gemini gemini gemini auth
grok grok grok login --device-auth
hermes hermes hermes auth add
native openab-agent openab-agent auth codex-oauth
opencode opencode opencode auth login
pi openab-agent pi /login

Full Changelog: openab-0.8.5-beta.1...openab-0.8.5-beta.2

Loading

Gateway v0.5.3

06 Jun 14:20
@github-actions github-actions
a8df37f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

OpenAB Custom Gateway v0.5.3

Standalone gateway service — bridges webhook-based platforms to OAB via WebSocket.

Docker

docker pull ghcr.io/openabdev/openab-gateway:0.5.3

Multi-arch: linux/amd64 + linux/arm64

Links

Loading
Previous 1 3 4 5 13 14
Previous

AltStyle によって変換されたページ (->オリジナル) /