-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
System Information
ralph-tui: 0.7.1
runtime: bun 1.3.8
os: darwin 24.5.0 (arm64)
agent: cc-claude-4.6 v2.1.34
tracker: beads-rust
global-config: no
project-config: yes
templates: none
bundled-skills: 4
skills-installed: claude:3, opencode:0, droid:0, gemini:0, codex:1, kiro:0, cursor:0Steps to reproduce
Add custom agent config in ./ralph-tui/config.toml:
...
# Claude Code - Anthropic - Claude Opus 4.6
[[agents]]
name = "cc-claude-4.6"
plugin = "claude"
[agents.options]
model = "claude-opus-4-6"
# OpenCode - Github Copilot - Claude Opus 4.6
[[agents]]
name = "oc-claude-4.6"
plugin = "opencode"
[agents.options]
model = "github-copilot/claude-opus-4.6"
defaultAgent = "cc-claude-4.6"Then start a TUI run session, open the settings modal (,) and you'll see (not set) as the predetermined agent selection.
Navigating through the available option don't show your custom agents, or let you select them.
Relevant logs / terminal output
No errors or config validation issues.Configuration (if relevant)
Standard multi-agent configuration as per the config reference docs.
But here's my full configuration just in case:
configVersion = "2.1"
maxIterations = 0
tracker = "beads-rust"
autoCommit = true
subagentTracingDetail = "full"
[errorHandling]
strategy = "retry"
maxRetries = 5
retryDelayMs = 10000
[rateLimitHandling]
enabled = true
maxRetries = 5
baseBackoffMs = 10000
[notifications]
sound = "ralph"
# Claude Code - Anthropic - Claude Opus 4.6
[[agents]]
name = "cc-claude-4.6"
plugin = "claude"
[agents.options]
model = "claude-opus-4-6"
# OpenCode - Github Copilot - Claude Opus 4.6
[[agents]]
name = "oc-claude-4.6"
plugin = "opencode"
[agents.options]
model = "github-copilot/claude-opus-4.6"
defaultAgent = "cc-claude-4.6"Additional context
See the settings modal:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working