-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be interesting if individual prompts tracked their own submission history
Describe the solution you'd like
This could be an option enabled via something like updateSettings({ history: { id: 'my-package' } }), which would then create and store global prompt history for open ended input prompts. Each of those would need a unique ID, and we'd need to key the history against the package version as well.
Describe alternatives you've considered
Is this even a good idea? We could not implement this! Which, tbh, is also perfectly valid.
Additional context
See discussion thar sparked this idea in #186
Gabriele-Tomberli
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog