Skip to content

0.10.0-beta

Pre-release
Pre-release

Choose a tag to compare

@theboxer theboxer released this 28 Feb 17:04
· 155 commits to main since this release
d21cbf6

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)

βš™οΈ Miscellaneous Tasks

  • Automate build process (0c64fe2)
  • Remove html comments from group name (b1e05dd)
  • Add translation for modai.global.text.context_prompt system setting (998b2e4)
  • Add link to original announcement to the readme (c51af55)