-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codegate cli doesn't work in copilot if context is selected #1061
Comments
+1 — came here to report this. I suspect this may be related to the recent copilot release with the agentic/compose functionality — but unsure. Screen.Recording.2025-02-18.at.3.04.41.PM.mov |
Yup, this must be a change in copilot, they used to send a message per file now they send a single message where they put |
To fix this, we need to add code to "src/codegate/pipeline/cli/cli.py as we alrady have for other clients, this time for copilot |
This is also impacting the new avante.nvim integration. |
Found this while porting the new pipeline code. I thought it was a bug in our code, but it must be a long-standing bug in the copilot provider.
The text was updated successfully, but these errors were encountered: