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

[Feature] Enable modification of the prompt in the UI #22

Open
ryan-at-kettle opened this issue Apr 3, 2023 · 2 comments
Open

[Feature] Enable modification of the prompt in the UI #22

ryan-at-kettle opened this issue Apr 3, 2023 · 2 comments

Comments

@ryan-at-kettle
Copy link

This is a development tool and should be written in a way that exposes all options to the user, rather than simplifying those options.

Allowing customization of the prompt and any logic associated with the prompt for each run would enable a greater depth of review:

  • Allows for additional contextual information to be provided on the codebase: language version, standards, etc
  • Allows for a faster feedback process with prompts, furthering the speed of the development of this tool
  • Allows requesting additional information with the review
@ryan-at-kettle ryan-at-kettle changed the title Enable modification of the prompt in the UI [Feature] Enable modification of the prompt in the UI Apr 3, 2023
@nickveenhof
Copy link
Collaborator

We're welcoming PRs! Looking forward to your contribution! :)

@krlvi
Copy link
Member

krlvi commented Apr 4, 2023

I added a very similar functionality to summarize.site clmnin/summarize.site#5 (which actually inspired me for doing this extension).

If you decide to build this, there's this https://developer.chrome.com/docs/extensions/mv3/options/

  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },

Or just ChatGPT it. Little known secret is that ChatGPT did all of the initial code for this extension 😅

ryan-at-kettle added a commit to ryan-at-kettle/codereview.gpt that referenced this issue Apr 12, 2023
ryan-at-kettle added a commit to ryan-at-kettle/codereview.gpt that referenced this issue Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants