claude-code - 💡(How to fix) Fix Question: trailing `&` to dispatch a backgrounded prompt — is this a supported feature? [1 participants]

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…
GitHub stats
anthropics/claude-code#57889Fetched 2026-05-11 03:22:45
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Fix Action

Fix / Workaround

  1. Is trailing & an officially supported syntax, or was it an internal/experimental affordance? If supported, which version/flag/setting enables it?
  2. If it isn't supported today, would you consider adding it (or a leading & prefix, parallel to !) as a first-class way to dispatch background agents from the prompt line?
  3. If neither — what's the canonical, documented way to reproduce Boris's "fire and keep working" flow today? Ctrl+B mid-execution and natural-language prompts both work, but they're not as clean as a one-character prefix.

Code Example

analyze this codebase and generate docs &
RAW_BUFFERClick to expand / collapse

Hi team — I've seen Boris demonstrate a workflow where appending & to a prompt sends the task to a background agent so the main session keeps working (reference thread). Example:

analyze this codebase and generate docs &

I can't reproduce it on @anthropic-ai/[email protected]. The current Interactive Mode docs only list /, !, and @ as input prefixes, and document Ctrl+B / natural-language prompts as the way to background. There's no mention of trailing &.

Three quick questions:

  1. Is trailing & an officially supported syntax, or was it an internal/experimental affordance? If supported, which version/flag/setting enables it?
  2. If it isn't supported today, would you consider adding it (or a leading & prefix, parallel to !) as a first-class way to dispatch background agents from the prompt line?
  3. If neither — what's the canonical, documented way to reproduce Boris's "fire and keep working" flow today? Ctrl+B mid-execution and natural-language prompts both work, but they're not as clean as a one-character prefix.

Happy to file separate feature-request issues for #2 if helpful. Just looking for clarity on the intended path. Thanks!

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 Question: trailing `&` to dispatch a backgrounded prompt — is this a supported feature? [1 participants]