Skip to content

Commit 8993f30

Browse files
Release v0.2.0
1 parent 4ed7c44 commit 8993f30

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ 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.2.0] - 2025-04-17
9+
10+
This update introduces comprehensive Model Control Protocol (MCP) functionality for enhanced LLM interaction management, including prompts and resource handling systems, while also adding conversation title refresh capabilities and fixing Anthropic API compatibility issues.
911

1012
### Added
1113

12-
- Add refresh title feature to refresh chat title from LLM
13-
- Implement MCP Prompts functionality
14-
- Add `MCPClient` interface for testing purposes
15-
- Implement MCP Resource handling
14+
- Add chat title refresh functionality allowing automated regeneration of conversation titles using the LLM
15+
- Implement Model Control Protocol (MCP) Prompts system for standardized LLM interactions and enhanced prompt management
16+
- Add testing interface for Model Control Protocol client components to improve development reliability
17+
- Implement resource handling system for Model Control Protocol to manage and integrate external content
1618

1719
### Fixed
1820

19-
- Trim whitespace from stop sequences parameters on `Anthropic`, because Anthropic API doesn't support it
21+
- Resolve Anthropic API compatibility issue by automatically trimming whitespace from stop sequence parameters
2022

2123
## [0.1.1] - 2025-04-05
2224

0 commit comments

Comments
 (0)