GitHub Copilot charges per premium request, not by tokens, making follow-up questions costly. Copilot Leecher addresses this by introducing a `request_review` tool. When the Copilot agent completes a task, it calls this tool, blocking execution while you provide feedback via a local web UI. Your feedback is processed as a free tool call result, allowing the agent to refine its work within the original premium request. This enables a comprehensive, multi-step interaction—prompt, review, refine, approve—all for the cost of a single premium request.
主な機能
01Transforms follow-up prompts into free MCP tool calls
02Exposes an HTTP API for programmatic session management and feedback submission
0324 GitHub stars
04Provides a local web UI for interactive feedback and review
05Supports shared session data across multiple VS Code instances via filesystem persistence
06Enables iterative refinement of AI-generated work within a single premium request