Skip to content

[Feature]: using new VSCode tool askQuestions when available #1657

@Son-Dam

Description

@Son-Dam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions