Skip to content
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

Refactor copilot provider to allow cursor support #659

Open
jhrozek opened this issue Jan 20, 2025 · 1 comment
Open

Refactor copilot provider to allow cursor support #659

jhrozek opened this issue Jan 20, 2025 · 1 comment

Comments

@jhrozek
Copy link
Contributor

jhrozek commented Jan 20, 2025

Currently the copilot provider mixes copilot and general network proxy functionality. If we want to add cursor support in a reasonable way, we need to sptlt those. The design was tracked in #384

@jhrozek
Copy link
Contributor Author

jhrozek commented Jan 24, 2025

We're parking the cursor support for now, the one thing we might want to salvage out of this is the RequestState which parses the request into headers, body and handles chunking. OTOH we haven't really had issues with the cursor provider lately, so might as well park it until we need to do any changes to the copilot provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants