token limit exceeded #176529
Replies: 3 comments
|
💬 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. ⭐ |
|
Hello there! I'm sorry to hear you're running into this. I actually faced the same issue in an older version of the Copilot extension, and it was incredibly frustrating! My Personal Workaround (The Simple Solution) For me, the immediate fix was to drastically reduce the code context and, simultaneously, "mix" my AI usage while waiting for the bug to be fixed. This back-and-forth approach isn't ideal, but it allowed me to bypass the bug and keep working until the issue was officially patched in a later release. I hope this helps you out while the GitHub team works on a fix! |
|
While I understand the necessity for the token limit, this is a major experience issue. Here is what I observe: I have a working solution but I need to fix something. While fixing I get the token issue, but there is no warning when I am approaching it. Copilot just hits an error in the middle of updating code and fails showing the retry that never works. I have an implementation summary file to get it back up to speed when I reset the chat, but it often loses so much context it then attempts to fix by revising ALL my files and puts me in a broken state. Then I end up spending my token limit to get my solution back to working state, and only have a few chats until it reaches limit again. Please introduce some warning that we are reaching the limit. It would also be helpful if it were to save some sort of context for a new chat where it keeps the last revisions it was making as it has repeatedly cut off code and broke files. If it is near limit, it should not be making file edits and get stopped in the middle. I also notice when it does this that all the progress it made since last chat is just removed, so I cannot see what it did up until it failed. I have had this vicious cycle multiple times and it is incredibly frustrating. I should not have to consume the limits to get my app back to working state after it breaks everything trying to resume after chat reset. I will try smaller fixes, and try to reduce token usage but the user experience could use some care. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Copilot Feature Area
Copilot Agent Mode
Body
I using the GitHub Copilot for Xcode (0.43.0) Language Server Version: 1.362.0.
In my issue, I always get the warning Oops, the token limit exceeded. Try to shorten your prompt or start a new conversation. Even though I start a new conversation.
All reactions