|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
+## [0.5.6] - 2025-01-22
|
|
|
+
|
|
|
+### Added
|
|
|
+
|
|
|
+- **🧠 Effortful Reasoning Control for OpenAI Models**: Introduced the `reasoning_effort` parameter in chat controls for supported OpenAI models, enabling users to fine-tune how much cognitive effort a model dedicates to its responses, offering greater customization for complex queries and reasoning tasks.
|
|
|
+
|
|
|
+### Fixed
|
|
|
+
|
|
|
+- **🔄 Chat Controls Loading UI Bug**: Resolved an issue where collapsible chat controls appeared as "loading," ensuring a smoother and more intuitive user experience for managing chat settings.
|
|
|
+
|
|
|
+### Changed
|
|
|
+
|
|
|
+- **🔧 Updated Ollama Model Creation**: Revamped the Ollama model creation method to align with their new JSON payload format, ensuring seamless compatibility and more efficient model setup workflows.
|
|
|
+
|
|
|
## [0.5.5] - 2025-01-22
|
|
|
|
|
|
### Added
|