changelog

This commit is contained in:
AI Christianson 2025-03-08 08:10:17 -05:00 committed by Will
parent 49c7e50306
commit dea047cb5a
1 changed files with 12 additions and 1 deletions

View File

@ -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