claude-code - 💡(How to fix) Fix Cycle active agent from the prompt (agent:next / agent:previous) without entering the footer

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Written with AI (Claude, Opus 4.8 via Claude Code), reviewed by a human before posting.

Problem

Switching the active agent currently requires leaving the chat input:

  1. Press to enter the Footer indicator ("← for agents")
  2. / to move between agents
  3. Enter to select

There is no Chat-context action to switch agents, so I have to defocus the prompt every time just to pick the next/previous agent.

Request

Add agent:next / agent:previous actions, bindable in ~/.claude/keybindings.json, that cycle the selected agent while the cursor stays in the prompt, with no detour through the Footer.

Suggested defaults: a chord such as Ctrl+Alt+↑/Ctrl+Alt+↓ or Meta+[/Meta+].

Precedent

In-prompt cycling already exists for other selectors in the Chat context:

  • chat:modelPicker / model cycling (Meta+P)
  • chat:cycleMode / permission modes (Shift+Tab)

Agent selection should be reachable the same way instead of being Footer-only.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Cycle active agent from the prompt (agent:next / agent:previous) without entering the footer