v6.0 is here!
This is a huge release with two major changes:
personas.yamlhas been deprecated and replaced with an externalPersonasdirectory (with configurable location). When upgrading from v5 or earlier, an automatic one-time migration will create this directory for you (by default, within the project dir, but you can move it and update its location insettings.yaml). Your originalpersonas.yamlwill be saved aspersonas.yaml.bakto provide you with a downgrade path. See the YouTube video for the development process.- Personas now have memories! You can optionally allow your personas to remember things, and you can configure what they choose to remember by tweaking their system prompt. See the Persona Memories video on YouTube for more details!
Additionally, some long-standing UI bugs have been addressed, and our dependency list has been modernized.
Report any issues on the project Issues page, and have fun!
What's Changed
- Issue #82 - make persona sorting consistent by @scorbo2 in #89
- Issue #87 - rewrite of persona persistence by @scorbo2 in #92
- Issue #85 persona memory by @scorbo2 in #93
- Issue #94 - fix CSS issues in edit modals by @scorbo2 in #95
- Issue #81 - update dependency versions by @scorbo2 in #96
- Dev branch for v6.0 release by @scorbo2 in #88
Full Changelog: 5.0...6.0