eclipsesource/ide-ai-assistant

Hardcoded owner and repo values

Opened this issue · 0 comments

Current implementation has a hardcoded value for owner and repo when getting the issue content.
This is in the chatScript.js in getGithubIssue.

In the future, this should be dynamically set by the currently opened project.
One solution may be to use .git files to get the owner and repo names.