Skip to content

chore: bump chart to 0.2.0#32

Merged
thepagent merged 1 commit intomainfrom
chore/bump-0.2.0
Apr 4, 2026
Merged

chore: bump chart to 0.2.0#32
thepagent merged 1 commit intomainfrom
chore/bump-0.2.0

Conversation

@thepagent
Copy link
Copy Markdown
Collaborator

0.2.0 — Codex & Claude Code Support

New Features

  • Codex backend — Use OpenAI Codex via @zed-industries/codex-acp adapter
  • Claude Code backend — Use Anthropic Claude Code via @agentclientprotocol/claude-agent-acp adapter
  • agent.preset — One-line backend selection: --set agent.preset=codex or --set agent.preset=claude
  • Separate Docker imagesagent-broker-codex and agent-broker-claude published to GHCR alongside the default agent-broker (kiro-cli)
  • Dynamic NOTES.txt — Auth instructions adapt to the selected backend

Breaking Changes

  • PVC mount changed — Now mounts entire /home/agent instead of individual subPaths (dot-kiro, kiro-cli-data). Existing kiro-cli users may need to re-authenticate after upgrade.

Install

helm repo add agent-broker https://thepagent.github.io/agent-broker
helm install agent-broker agent-broker/agent-broker \
  --set discord.botToken="$DISCORD_BOT_TOKEN" \
  --set discord.allowedChannels[0]="CHANNEL_ID" \
  --set agent.preset=codex   # or claude, or omit for kiro-cli

@thepagent thepagent merged commit 072400c into main Apr 4, 2026
henrieopenclaw added a commit to henrieopenclaw/agent-broker that referenced this pull request Apr 6, 2026
Co-authored-by: thepagent <thepagent@users.noreply.github.com>
Reese-max pushed a commit to Reese-max/openab that referenced this pull request Apr 12, 2026
Co-authored-by: thepagent <thepagent@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants