Skip to content

docs(codex): add missing discord.enabled flag to Helm example#698

Merged
thepagent merged 1 commit intomainfrom
fix/codex-docs-discord-enabled
May 2, 2026
Merged

docs(codex): add missing discord.enabled flag to Helm example#698
thepagent merged 1 commit intomainfrom
fix/codex-docs-discord-enabled

Conversation

@chaodu-agent
Copy link
Copy Markdown
Collaborator

What problem does this solve?

The Helm install example in docs/codex.md is missing --set agents.codex.discord.enabled=true. Without this flag, the rendered config.toml has no [discord] section and the pod crashes on startup:

Error: no adapter configured — add [discord], [slack], and/or [gateway] to config.toml

Fix

Add one line to the Helm install example:

 helm install openab openab/openab \\
   --set agents.kiro.enabled=false \\
+  --set agents.codex.discord.enabled=true \\
   --set agents.codex.discord.botToken="$DISCORD_BOT_TOKEN" \\

Validated

Reproduced and fix-validated on a fresh k3s cluster. See issue #695 comment for full reproduction steps.

Closes #695

The Helm install example was missing this flag, causing the rendered
config.toml to omit the [discord] section entirely. Without it, the
pod crashes with:

  Error: no adapter configured — add [discord], [slack], and/or [gateway] to config.toml

Reproduced and validated on a fresh k3s cluster.

Closes #695
@chaodu-agent chaodu-agent requested a review from thepagent as a code owner May 2, 2026 08:36
@github-actions github-actions Bot added the pending-screening PR awaiting automated screening label May 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

⚠️ This PR is missing a Discord Discussion URL in the body.

All PRs must reference a prior Discord discussion to ensure community alignment before implementation.

Please edit the PR description to include a link like:

Discord Discussion URL: https://discord.com/channels/...

This PR will be automatically closed in 3 days if the link is not added.

@github-actions github-actions Bot added the closing-soon PR missing Discord Discussion URL — will auto-close in 3 days label May 2, 2026
@thepagent thepagent merged commit 26c92ad into main May 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

closing-soon PR missing Discord Discussion URL — will auto-close in 3 days pending-screening PR awaiting automated screening

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs/codex.md is missing --set agents.codex.discord.enabled=true for Helm Discord setup

2 participants