Skip to content

Commit 7dc6f0a

Browse files
Release v0.1.1
1 parent 4978c7e commit 7dc6f0a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.1] - 2025-04-05
9+
10+
This update introduces configuration flexibility for OpenAI API endpoints, improves system logging capabilities, and fixes a navigation issue with non-existent chat conversations, collectively enhancing both the system's stability and customization options.
911

1012
### Added
1113

12-
- Endpoint option for OpenAI provider
14+
- Add custom endpoint configuration option for OpenAI provider, allowing connection to alternative API servers
1315

1416
### Changed
1517

16-
- Pass logger to MCP client
18+
- Enhance Model Control Protocol (MCP) client with dedicated logger for improved diagnostics and troubleshooting
1719

1820
### Fixed
1921

20-
- Fix if given chat_id query in home handlers is not found in store
22+
- Resolve error handling when navigating to non-existent chat conversations in the UI
2123

2224
## [0.1.0] - 2025-03-03
2325

0 commit comments

Comments
 (0)