dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
2 stars 1 forks source link

Add code versions and short descriptions to the JSON #4

Closed dougollerenshaw closed 1 month ago

dougollerenshaw commented 1 month ago

Modify the system prompt to request a code version number and a short description of that version from the LLM. The version number will be matched to the locally saved version of that code (as is the case now, with the version number created locally instead of by the LLM). And the short description will go alongside the version number in the code dropdown.

For descriptions, I have something like this in mind:

The dropdown in the code popup should include this information.

There should also be a title over the dropdown that says something like "Select code version to view/run".

dougollerenshaw commented 1 month ago

Solved in PR #9 . Closing.