0.10.0-beta
Pre-release
Pre-release
Changelog
All notable changes to this project will be documented in this file.
0.10.0-beta - 2025-02-28
π Features
- Enable calling AI services on serverside, instead of from the client (64edf9f)
- Refactor multiple cache handlers to a single history handler (a150940)
- Refactor system settings, add namespace support, add context support to the free text prompt (e6c3039)
- Add fullUrl to the return array in the image download processor (5869b40)
- Create JS API for modAI processors (b2b4b78)
- Simplify the JS API (dee659e)
- Add style option for image models (61371c3), resolves #11
- Add support for passing custom options to each model (ff25a6f)
- Merge all system prompts to a single message (314c9ca)
- Add support for client side streaming (chatgpt & gemini) (0dc2c68)
- Adjust default vision prompt (afb4cbd)
- Add cache buster for JS files (a7d4949)
π Bug Fixes
- Fix return types from Settings helper class (825c33e)
- Load lexicons from processors (6587afd)
- Fix checking for empty value when getting system settings (ac4dc2b)
π Refactor
- Unify fieldName as field property for processors (f90eaa7)
π Documentation
- Add markup and references to docs (2420b20)
- Note about how/when AI requests execute (38ef3b3)
- Describe new settings structure and streaming (b0767a0)