feat: consolidate all prompts into a single settings view (#775)

* feat: consolidate all prompts into a single configurable

* feat: implement prompts settings view

* feat: use prompts from PromptsSettings state

* feat: use startInNewWindow settings value

* fix: landing view action placeholder

* feat: update default chat prompts
This commit is contained in:
Carl-Robert Linnupuu 2024-11-22 10:02:13 +00:00 committed by GitHub
parent fdc4134aec
commit 89344346c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1439 additions and 3705 deletions

View file

@ -1,7 +1,7 @@
package ee.carlrobert.codegpt;
import com.intellij.openapi.util.Key;
import ee.carlrobert.codegpt.settings.persona.PersonaDetails;
import ee.carlrobert.codegpt.settings.prompts.PersonaDetails;
import ee.carlrobert.codegpt.ui.DocumentationDetails;
import ee.carlrobert.llm.client.codegpt.CodeGPTUserDetails;
import java.util.List;