diff --git a/CHANGELOG.md b/CHANGELOG.md index 3065e3e6..6aea4934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.27.0](https://github.com/syncable-dev/syncable-cli/compare/v0.26.1...v0.27.0) - 2025-12-23 + +### Added + +- *(agent)* add extended thinking, conversation compaction, and UI improvements + +### Other + +- Merge branch 'main' into develop + ## [0.26.1](https://github.com/syncable-dev/syncable-cli/compare/v0.26.0...v0.26.1) - 2025-12-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9ad7f212..15723bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4846,7 +4846,7 @@ dependencies = [ [[package]] name = "syncable-cli" -version = "0.26.1" +version = "0.27.0" dependencies = [ "ahash", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 4fe5368a..637f9a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncable-cli" -version = "0.26.1" +version = "0.27.0" edition = "2024" authors = ["Syncable Team"] description = "A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations"