diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 419b37f..b3dc21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/tokentopapp/agent-copilot-cli/compare/v1.0.1...v1.1.0) (2026-03-08) + + +### Features + +* initial copilot cli agent plugin ([33e79b1](https://github.com/tokentopapp/agent-copilot-cli/commit/33e79b1fa943d90ab4df70dece914897c2489dad)) + + +### Bug Fixes + +* extract model from events and use CompactionProcessor for accurate token estimation ([031031c](https://github.com/tokentopapp/agent-copilot-cli/commit/031031c1129679c9271424717df3f12ce6833bd5)) + ## [1.0.1](https://github.com/tokentopapp/agent-copilot-cli/compare/v1.0.0...v1.0.1) (2026-03-08) diff --git a/package.json b/package.json index ea96cb9..e3879cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tokentop/agent-copilot-cli", - "version": "1.0.1", + "version": "1.1.0", "description": "GitHub Copilot CLI session tracking", "type": "module", "main": "dist/index.js",