The AI Chat module was completely rewritten. We now only load chats from storage when they are needed. This saves a significant amount of memory and improves performance, especially with a large number of conversations.
Known changes (NOT BUGS)
- response will not fully update if you switch to another chat before the response completes.
What's Changed
- Add support for context window limits by @XInTheDark in #90
- [v3.0-alpha.1] Major AI Chat rewrite by @XInTheDark in #92
Full Changelog: v2.10...v3.0-alpha.1