github / github/copilot-cli

Copilot skipping intermediate steps

Đang mở
#534 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Shell
Star
11.2k
Fork
1.9k
Merge trung bình
14 giờ 16 phút
Pull request đã merge (30 ngày)
6

Mô tả

### Describe the bug

Version 0.0.354 · Commit 076bd172b
Claude Sonnet 4.5

Copilot keeps skipping intermediate steps. Haven't seen this before.

Example of skipping two intermediate steps:

```
✓ $ git status -s
↪ 1 line...

○ $ git add CHANGELOG.md && git commit --amend --no-edit

○ $ cat > .dev/onboarding/onboarding-NEXT.md << 'EOF'
# Onboarding for Next AI

**Prepared**: 2025-11-11 22:05 UTC
**For**: Next session ...

○ $ make session-wrap

------------------------------------------------
| make session-wrap
------------------------------------------------

Do you want to run this command?
Yes) ...
...
```

In the example above copilot skipped the `git add CHANGELOG.md...` and the `cat > .dev/onboarding/onboarding-NEXT.md` intermediary steps and went directly to `make session-wrap`.

This weird behaviour continued to happen during a session.

This is a huge problem when doing git workflows. It creates a huge git mess. It executes git commands that it shouldn't., and because it tries to fix itself, it makes even things worse because it continues to skip steps. After a few iterations of trying to fix git problems copilot creates total git chaos. It tantamounts to executing git commands at random.

### Affected version

_No response_

### Steps to reproduce the behavior

_No response_

### Expected behavior

_No response_

### Additional context

_No response_

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.