Skip to content

openab-0.9.0-beta.8

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:01
4f28c2d

What's Changed (since 0.9.0-beta.7)

Features

  • feat(pool): add default_config_options for auto-setting mode/model after session creation (#1307)
    • New [pool] default_config_options = { mode = "bypass", model = "swe-1-6" } config
    • Sends session/set_config_option after each session/new
    • Enables headless Devin deployments to auto-switch to bypass mode
  • feat(telegram): add allow_all_users/allowed_users to [telegram] config (#1297)
  • feat(oabctl): add architecture field for ARM64/X86_64 task scheduling (#1308)
  • feat(operator): support oabctl delete -f <manifest> (#1296)

Fixes

  • fix(pool): force-evict hung sessions so zombie slots cannot exhaust the pool (#1300)
  • fix(oabctl): wait for service drain on delete, retry on create (#1305)
  • fix(line): don't post duplicate messages when streaming to LINE (#1292)
  • fix(ci): pr-preview agent variants use unified Dockerfile with correct tag (#1309)
  • fix(operator): resolve_string mishandled ECS-native :jsonKey:: suffix (#1288)

Docs & CI

  • docs(devin): recommend default_config_options for mode and model (#1310)
  • docs(devin): add recommended permission config for headless deployments (#1298)
  • docs(tailscale): add integration guide (#1299)
  • docs(adr): identity trust-none default & trust pyramid (#1264)
  • docs: move oabctl usage guide to docs/oabctl.md (#1289)
  • ci(line): add LINE PR review check workflow (#1304)
  • ci: add kiro and unified variants to PR Preview Build (#1301, #1302)
  • ci: comment when stale-contributor.yml applies closing-soon (#1290)

Version Info

  • Chart Version: 0.9.0-beta.8
  • App Version: 0.9.0-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.9.0-beta.8

OCI Registry

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