-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
Description
Problem Statement
When I use /clarify, each time the agent ask a question and I answer, it count as 3 request when using Opus model with GitHub Copilot in VSCode. It can cost 5% of monthly Allowance just to answer 5 questions.
Proposed Solution
Use the new VSCode tool #tool:vscode/askQuestions if possible for clarify and planning phase. This new tool show all questions in the chat UI and collect answers, send the answers back to the LLM without spending a new request. I'm already using this solution in GitHub Copilot Chat and it gives positive results. Simply adding:
- If available, ALWAYS use #tool:vscode/askQuestions for all questions instead of looping each question.
Alternatives Considered
No response
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
GitHub Copilot
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response
Reactions are currently unavailable