changelog
This commit is contained in:
parent
4a63946df5
commit
ffc340a82f
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -5,6 +5,17 @@ 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.0.0/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added support for think tags in models with the new extract_think_tag function
|
||||||
|
- Enhanced CiaynAgent and expert tool to extract and display thinking content from <think>...</think> tags
|
||||||
|
- Added model parameters for think tag support
|
||||||
|
- Added comprehensive testing for think tag functionality
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated langchain/langgraph deps
|
||||||
|
|
||||||
## [0.16.1] 2025-03-07
|
## [0.16.1] 2025-03-07
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
@ -399,4 +410,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- New `file_str_replace` tool for performing exact string replacements in files with unique match validation
|
- New `file_str_replace` tool for performing exact string replacements in files with unique match validation
|
||||||
- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling
|
- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue