GitHub Copilot Chat Stuck on “Initializing” in PyCharm 2026.1.2 (403 Unauthorized on listModels) #198571
Replies: 2 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
The log tells you exactly what's happening: Go to GitHub Settings → Copilot → Policies and check if "Agent Mode in IDE" is explicitly enabled for your organization/account The VS Code plugin handles this 403 more gracefully by falling back to a default model, whereas the JetBrains plugin hard-blocks on it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
JetBrains & Xcode
Body
Environment
Problem
GitHub Copilot Chat remains indefinitely on “Initializing…” inside PyCharm.
The GitHub account is authenticated successfully and Copilot is active for the account. However, the chat interface never loads.
What Works
What Does Not Work
Relevant Log Output
INFO - RemoteAgentService - Fetched 3 agents:
[github, project, github-copilot-coding-agent]
WARN - [BackgroundAgent] getAvailableModels failed {
error: '403 "unauthorized: not authorized to use this Copilot feature"'
}
Caused by:
Failed to retrieve models: 403 "unauthorized: not authorized to use this Copilot feature"
The error occurs repeatedly for:
backgroundAgent/listModels
Troubleshooting Already Performed
Authentication
Cache Cleanup
Deleted:
rm -rf ~/.cache/github-copilot
rm -rf ~/.config/github-copilot
Plugin Cleanup
Removed and reinstalled GitHub Copilot plugin.
Credential Investigation
Verification
Expected Result
Copilot Chat should initialize successfully and load available models.
Actual Result
The plugin successfully authenticates, loads agents, and then fails while retrieving available models with:
403 unauthorized: not authorized to use this Copilot feature
which leaves the UI permanently stuck on “Initializing…”.
Additional Information
This appears to be specific to the JetBrains plugin because:
Potentially related to Agent Mode / model entitlement handling in plugin version 1.10.1-251.
Beta Was this translation helpful? Give feedback.
All reactions