Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "2.2.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down