Skip to content

Start implementation posts into current Plan session instead of handing off to implementation #311802

@loofiboss-bit

Description

@loofiboss-bit

Summary

Pressing Start implementation in a Plan workflow does not create an implementation session. It sends Start implementation as a normal message into the existing Plan chat, and the next response is still governed by the same Plan-only prompt.

Repro steps

  1. Start a task in Plan mode
  2. Let the plan be created and approved
  3. Press Start implementation
  4. Observe that the same chat continues in Plan mode

Expected behavior

The action should create a new implementation/coding handoff session, or otherwise switch the workflow into implementation mode.

Actual behavior

The action stays inside the same Plan session. The model responds as if it is still in Plan mode instead of actually starting implementation.

Why this looks like a product bug

From the session log:

  • the Start implementation action was recorded as a normal user message
  • the next model call reused the same session
  • it also reused the same system prompt file
  • there was no new handoff/new session event
  • the active prompt still explicitly said the chat was in Plan mode and must never start implementation

This makes it look like the handoff action itself did not create the implementation session.

Environment

  • GitHub Copilot Chat: 0.44.2
  • VS Code: 1.116.0
  • OS: Windows

Workaround

Open a fresh coding/implementation chat and pass the approved plan manually instead of using the current Start implementation action.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions