File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change
33
44## [ Unreleased]
55
6+ ## [ 0.2.1.1] - 2026-04-04
67### Added
78- ** Session RPC wrappers** — new experimental functions for session-level RPCs previously only accessible via ` proto/send-request! ` :
89 - ` mode-get ` , ` mode-set! ` — get/set agent mode (interactive/plan/autopilot)
@@ -410,7 +411,8 @@ All notable changes to this project will be documented in this file. This change
410411- org.clojure/spec.alpha 0.5.238
411412- cheshire/cheshire 5.13.0
412413
413- [ Unreleased ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.2.1.0...HEAD
414+ [ Unreleased ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.2.1.1...HEAD
415+ [ 0.2.1.1 ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.2.1.0...v0.2.1.1
414416[ 0.2.1.0 ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.2.1.1-SNAPSHOT...v0.2.1.0
415417[ 0.2.1.1-SNAPSHOT ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.2.0.0...v0.2.1.1-SNAPSHOT
416418[ 0.2.0.0 ] : https://github.com/copilot-community-sdk/copilot-sdk-clojure/compare/v0.1.33.0-SNAPSHOT...v0.2.0.0
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Add to your `deps.edn`:
2727
2828``` clojure
2929; ; From Maven Central
30- io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.2.1.0 " }
30+ io.github.copilot-community-sdk/copilot-sdk-clojure {:mvn/version " 0.2.1.1 " }
3131
3232; ; Or git dependency
3333io.github.copilot-community-sdk/copilot-sdk-clojure {:git/url " https://github.com/copilot-community-sdk/copilot-sdk-clojure.git"
34- :git/sha " 875da823caca2d0069e37013e4833d9395f00eff " }
34+ :git/sha " 1c145f40a991532c68229d4b46596e1174a64927 " }
3535```
3636
3737> ** Note:** The Clojars artifact ` net.clojars.krukow/copilot-sdk ` is deprecated.
Original file line number Diff line number Diff line change 77 (:import [java.io File]))
88
99(def lib 'io.github.copilot-community-sdk /copilot-sdk-clojure )
10- (def version " 0.2.1.0 " )
10+ (def version " 0.2.1.1 " )
1111(def class-dir " target/classes" )
1212
1313(defn- try-sh
You can’t perform that action at this time.
0 commit comments