Agent behavior

Status Fixed / completed
Maintainer reply None cached
Activity 1 comment · opened Aug 12, 2026 · closed Aug 17, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

When running claude code purely sequentially, I wait for the result of a single agent before running the next step. But there is no point in sending it to the background, because nothing else is running concurrently anyway. For this case, the tool should have the option to run the agent in the foreground (run in background:false), which would give a continuous view of what is happening, instead of a black box until the notification.

Proposed Solution

Switch the agent to run in foreground if there is just solo operation running.

Alternative Solutions

_No response_

Priority

Low - Nice to have

Feature Category

Performance and speed

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗