CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Incorporation of Project-Specific Context for Enhanced GPT Prompts

Open haggbart opened this issue 1 year ago • 2 comments

To make the prompts more contextually aware and relevant, it would be beneficial to enable project-level settings that inject vital information about the project into the GPT model.

For instance, these settings might include information such as the project utilizing Vue.js and Vite. In fact, we could take it a step further by enabling the plugin to parse and understand the project's package.json file. This would provide the GPT model with a more comprehensive understanding of the project's dependencies and scripts.

These project-specific settings would ideally be saved at the project level and automatically loaded whenever the project is reopened.

haggbart avatar Jun 24 '23 01:06 haggbart