Prompta v4.1.0
Feature Flags
The app now includes feature flags. The main motivation here is to be able to ship experimental, potentially breaking changes without breaking the app for anyone. These experiements will be opt in until they seem stable enough to roll out without a flag.
Experiments
Along with the feature flags this PR creates a new experiments page with various things that might be of interest. The first experiment is browser-centric vector search over chat history.
UI Improvements
Small UI improvements. Most notably the controls in the chat window are more compact.
What's Changed
- Feature flags, experiments, UI improvements by @iansinnott in #33
Full Changelog: v4.0.2...v4.1.0