Provide GitHub Copilot with a scalable, on-demand larger model context window (>128k) #183778
Replies: 2 comments 1 reply
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
I'm paying for Github Copilot Pro Plus subscription, and context is 128k approx (200k for some models). Now, Anthropic is offering 1 M context, Gemini already supports 1M, and OpenAI Codex-max supports 400k context. I think I really need more context, or I need to consider switching to another provider, simple as that. Please github, let us know about the route map and improvements over GitHub Copilot capabilities. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Copilot Feature Area
General
Body
The current Copilot model context window is only 128k, which is far from sufficient for scenarios requiring cross-file operations, long-term conversations, or agent-based workflows, impacting the correctness and efficiency of code review, refactoring, and complex tasks.
Impact of the issue:
Multi-file/multi-step agent tasks frequently exceed the context limit;
Automated modifications, dependency analysis, and overall understanding capabilities for large codebases are limited;
Suggested solutions:
Provide optional larger context window tiers (e.g., 200k tokens) for Pro/Pro+ users;
Support consuming higher "advanced request multipliers" or billing multipliers per request or usage to 换取 longer context;
Or provide on-demand upgrade dynamic strategies (e.g., temporarily increasing context limits within a single session/request and billing accordingly).
Expected Benefits:
Significantly improve Copilot's usability and accuracy in agent-based workflows, refactoring, code review, and large-scale project automation scenarios;
All reactions