eclipsesource / eclipsesource/ide-ai-assistant

Hardcoded owner and repo values

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Current implementation has a hardcoded value for owner and repo when getting the issue content.
This is in the chatScript.js in [getGithubIssue](https://github.com/eclipsesource/ide-ai-assistant/blob/83539ba60f2aa967bb6aeecbf8738faaf634af9f/extensions/ai-assistant-vsc/src/resources/chatScript.js#L326C5-L330C6).

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in extensions/ai-assistant-vsc/src/resources/chatScript.js at getGithubIssue, where the owner and repository are currently hardcoded. Trace how the currently opened project is exposed to the extension and investigate whether its .git files can provide those values. Done means issue content is fetched using the active project's owner and repository rather than fixed values.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, javascript
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.