diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af9dc42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [2.2.0](https://github.com/devartifex/copilot-unleashed/compare/v2.1.0...v2.2.0) (2026-06-10) + + +### Features + +* cloud session creation UI in SessionsSheet ([5c4d61a](https://github.com/devartifex/copilot-unleashed/commit/5c4d61a28a7987afc371304811216f654b6a337a)) +* remote session UI — settings panel, remote URL banner, new-session wiring ([d6e6b5d](https://github.com/devartifex/copilot-unleashed/commit/d6e6b5d2d66e9216dca28e2fc05c20b0628c1b30)) +* **sdk:** upgrade @github/copilot-sdk to 1.0.0 stable ([eeb0a1c](https://github.com/devartifex/copilot-unleashed/commit/eeb0a1cb15573e3ba9f3c833442992c0486b9462)) +* **server:** empty client mode, cloud sessions, remote toggle, tool failure surfacing ([bf1e9f7](https://github.com/devartifex/copilot-unleashed/commit/bf1e9f75d7ab8eb3add7507e48e611d0541939b5)) +* silent resume via suppressResumeEvent on auto re-attach ([b2557d1](https://github.com/devartifex/copilot-unleashed/commit/b2557d1edc4800477b09d0c60b7ca5c00ec529c0)) +* UBB billing terminology — AI Credits (AIC) replaces premium requests in UI ([4f03591](https://github.com/devartifex/copilot-unleashed/commit/4f035912229ddcd82d82e8ad50bdd55a38f9df5d)) +* upgrade Copilot SDK 1.0.0 + cloud/remote sessions + robust UI/testing ([ed8a03c](https://github.com/devartifex/copilot-unleashed/commit/ed8a03c6a3eb4a6bb691e5f53b76e034a405b6db)) + + +### Bug Fixes + +* address copilot review findings for safety and branch validation ([8525f99](https://github.com/devartifex/copilot-unleashed/commit/8525f997f3438186c81b13233f6d6dfc894c4d91)) +* no hardcoded gpt-4.1 default — SDK picks default model, retry on unavailable model, reset stale saved model ([7d9a874](https://github.com/devartifex/copilot-unleashed/commit/7d9a874da176a938fe49e9920111c2cd9a96a876)) diff --git a/package-lock.json b/package-lock.json index 2504622..5e93018 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copilot-unleashed", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copilot-unleashed", - "version": "2.1.0", + "version": "2.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4b4aedb..8f48d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copilot-unleashed", - "version": "2.1.0", + "version": "2.2.0", "description": "Copilot Unleashed — Self-hosted multi-model AI chat powered by the GitHub Copilot SDK", "main": "build/index.js", "scripts": {