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

Add Copilot for Lightning #68

Open
josephjclark opened this issue May 23, 2024 · 0 comments
Open

Add Copilot for Lightning #68

josephjclark opened this issue May 23, 2024 · 0 comments
Labels
project A project proposal

Comments

@josephjclark
Copy link
Collaborator

Add a copilot-style interface in lightning

I am hardly even sure how this will work, and it will require a lot of work on the lightning side.

I suppose the service has to be something like:

  • Given a bunch of job code
  • And a prompt (or the location of a comment in the code)
  • Generate a code solution
  • Return the new code probably as like a patch diff

Then there's stuff on the lightning side which requires some heavy monaco integration - like merging the returned patch, maybe previewing the change somehow, taking the prompt or triggering the query.

I think the editor and backend service need to be developed in tandem - but this issue is just for the code generating backend.

@josephjclark josephjclark added the project A project proposal label May 23, 2024
@github-project-automation github-project-automation bot moved this to New Issues in v2 Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project A project proposal
Projects
Status: New Issues
Development

No branches or pull requests

1 participant