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

devonfw/IDEasy#449: Integration of continue GenAI coding assistant #67

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

alfeilex
Copy link
Member

@alfeilex alfeilex commented Nov 5, 2024

This PR adds continue GenAI coding assistant plugin

Related to: devonfw/IDEasy#449

@alfeilex alfeilex changed the title #449: Integration of continue GenAI coding assistant devonfw/IDEasy#449: Integration of continue GenAI coding assistant Nov 5, 2024
@alfeilex alfeilex marked this pull request as ready for review November 5, 2024 15:28
@alfeilex alfeilex self-assigned this Nov 5, 2024
@alfeilex alfeilex marked this pull request as draft November 6, 2024 14:05
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alfeilex thanks for adding the configs. 👍

One problem I still see: now everybody gets .continuerc.json into his workspace.
This is what I proposed so you did nothing wrong...
Also that file contains a URL that most probably needs to be adopted to the needs of a specific project.
Just thinking out loud:
Maybe we need a templating mechanism for our settings.
So we have a new folder for things ignored by default but that can later be used by dashboard for customizing the project and it could also use variables like in our maven settings file that then need to be filled in by the user when applying the template.
So if the file would contain "apiBase": "http://$[continue.host]:$[continue.port]/v1" or even better "apiBase": "$[continue.url]" then we could render a popup in dashboard asking for the values of such properties.

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

Successfully merging this pull request may close these issues.

2 participants