Skip to content

Feature request: support steering and interrupting active chat/actions mid-run #13

@stefanpieter

Description

@stefanpieter

Feature request

Please add better controls for steering and interrupting an active chat / action while the agent is working.

Problem

During longer agent runs, I sometimes want to:

  • stop the current direction
  • steer the agent toward a different approach
  • interrupt an action before it finishes
  • inject a correction or constraint without waiting for the whole turn to end

Right now this feels too rigid. Once the run is underway, it is hard to intervene in a smooth way.

What I want

A better mid-run control model, for example:

  • interrupt the current run/action cleanly
  • send a steering message / correction while the session is still active
  • pause / resume if appropriate
  • keep the workflow context while changing direction

Why this matters

For real coding workflows, steering is often necessary when:

  • the agent misunderstood the task
  • a new constraint appears
  • I want to redirect effort before more time/tokens are spent
  • I can already see the action is going the wrong way

Suggested UX directions

Possible implementations:

  • a visible Interrupt / Steer control while a run is active
  • allow an inline follow-up instruction that becomes a higher-priority steering message
  • support a distinction between:
    • hard cancel
    • soft steer / redirect
  • preserve visible context so the conversation does not feel reset after intervention

Scope

This request is specifically about live intervention during active work, not only cancelling after the fact.


Originally filed by mistake in formulahendry/vscode-acp: formulahendry/vscode-acp#31

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions