diff --git a/CHANGELOG.md b/CHANGELOG.md index 0218995..f1e5a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [0.1.32.0] - 2026-03-10 ### Added (v0.1.32 sync) - `:agent` optional string parameter in `create-session` and `resume-session` configs — pre-selects a custom agent by name when the session starts. Must match a name in `:custom-agents`. Equivalent to calling `agent.select` after creation (upstream PR #722). - `:on-list-models` optional handler in client options — zero-arg function returning model info maps. Bypasses the `models.list` RPC call and does not require `start!`. Results use the same promise-based cache (upstream PR #730). @@ -289,7 +290,8 @@ All notable changes to this project will be documented in this file. This change - org.clojure/spec.alpha 0.5.238 - cheshire/cheshire 5.13.0 -[Unreleased]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.30.1...HEAD +[Unreleased]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.32.0...HEAD +[0.1.32.0]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.30.1...v0.1.32.0 [0.1.30.1]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.30.0...v0.1.30.1 [0.1.30.0]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.29.0...v0.1.30.0 [0.1.29.0]: https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.28.0...v0.1.29.0 diff --git a/README.md b/README.md index 672247d..ff08e6a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version "0.1.32.0"} ;; Or git dependency io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url "https://github.com/copilot-community-sdk/copilot-sdk-clojure.git" - :git/sha "ea38e4ce9b554ce55cce9b20738d0899bc0b8508"} + :git/sha "c448d8e0fa4286fe978db47e082f97db4a08c8fb"} ``` > **Note:** The Clojars artifact `net.clojars.krukow/copilot-sdk` is deprecated.