From dea047cb5ae35e77492b4651a172ccf338262806 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Mar 2025 08:10:17 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f46ac..2555645 100644 --- a/CHANGELOG.md +++ b/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/), 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 ... 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 ### Changed @@ -399,4 +410,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - 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 \ No newline at end of file +- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling