userPromptTransformed hook is skipped for steering messages
Chưa có ai nhận issue này.
- 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ả
[Filed by Copilot on behalf of @bghgary]
Describe the bug
When a session receives a user message while the agent is already processing, the message is delivered to the model as steering, but the userPromptTransformed hook is not invoked. Hooks that inject standing instructions therefore apply to ordinary and queued turns but not to corrections or redirections delivered mid-turn.
Affected version
GitHub Copilot CLI 1.0.80
Steps to reproduce the behavior
- Configure a
userPromptTransformedcommand hook that adds a unique marker tomodifiedTransformedPromptand logs each invocation. - Start a session and send an ordinary prompt. Confirm that the hook runs and the marker reaches the model context.
- Start a long-running tool call, then send another user message before the tool call completes.
- Inspect the session events and hook log.
The second message is recorded with delivery: "steering", but it has no userPromptTransformed hook events, the hook log has no corresponding invocation, and the marker is absent from the model context.
Expected behavior
userPromptTransformed should run before every user message is added to a model request, including messages delivered while the session is processing.
Additional context
In a clean Windows x64 reproduction, the ordinary prompt invoked the hook while the in-flight steering prompt did not. In a larger sample of 984 user-message turns, the injected marker was present on 96.6% of idle deliveries and 100% of queued deliveries, but only 4.9% of steering deliveries; the hook's own 1,859-entry log contained no failures.
The installed implementation has separate paths: ordinary turn construction calls userPromptTransformed, while an in-flight send() queues the message through addImmediateMessagesIfProcessing() and runImmediatePromptPreRequest() later appends it directly to the model request without applying the hook.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng cách lần theo addImmediateMessagesIfProcessing() và runImmediatePromptPreRequest(), sau đó so sánh đường đi đó với đường đi xây dựng lượt thông thường gọi userPromptTransformed. Tái hiện kịch bản steering-message từ Issue và xác minh rằng hook được chạy, phát ra một sự kiện và đặt marker vào ngữ cảnh của model trước khi message được thêm vào request.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- shell
- Lĩnh vực
- cli
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Sôi nổi
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 65/100