diff --git a/content/changelog/1.0/1.0.0.md b/content/changelog/1.0/1.0.0.md index 31256ad..cecdc8f 100644 --- a/content/changelog/1.0/1.0.0.md +++ b/content/changelog/1.0/1.0.0.md @@ -5,6 +5,24 @@ All notable changes to EveAI will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.1.14-beta + +Release date: + +### Added +- Introduction of User Actions - TBC +- Additional configuration options for Agents: temperature and llm_model can now be configured (if allowed in Agent configuration) + +### Changed +- Improvement of RAG Specialist, including proofreading on generated output. +- Specialist Editor - separate modal editors for Agents, Tasks and Tools to allow for more complex configuration. + +### Removed +- PartnerRagRetriever model - not used. + +### Fixed +- Bug fix where client appears to return no result on an interaction, due to connections without correct search path (out of the connection pool) + ## 3.1.13-beta Release date: 2025-10-17