What's Changed since beta.10
🆕 New Agent: Grok Build CLI (#831)
Added Grok Build as a first-class supported agent via grok agent stdio. Includes ready-to-use Helm values example — no more manual --set commands.
📖 Hermes: xAI OAuth Guide for K8s & ECS (#828)
Detailed auth instructions for Hermes Agent with xAI/Grok OAuth:
- K8s: port-forward + browser redirect flow
- ECS Fargate: two exec sessions + curl-the-callback technique
- File ownership fix (
chown -R agent:agent) for exec-based auth - SuperGrok subscription warning (auth succeeds but API returns empty without it)
Version Info
- Chart Version: 0.8.3-beta.11
- App Version: 0.8.3-beta.11
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.3-beta.11OCI Registry
helm install openab oci://ghcr.io/openabdev/charts/openab --version 0.8.3-beta.11Full Changelog: openab-0.8.3-beta.10...openab-0.8.3-beta.11