From 7ac80001d114e6d05d2a78ec0957bd9d9ee4cc3c Mon Sep 17 00:00:00 2001 From: Arnas Donauskas Date: Wed, 2 Sep 2026 11:18:42 +0300 Subject: [PATCH 1/3] Add a CHANGELOG covering the last ten releases Every release body in this repo is the same auto-generated compare link, so nothing records what changed. Seed a CHANGELOG.md from the tag history, dated from each tag, so the file has real content before the generator starts appending to it. The entries are derived from the diff between consecutive tags: tool additions, removals and redefinitions individually, everything else summarised by area, with version-string churn filtered out. --- CHANGELOG.md | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f8e0aa8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,94 @@ +# Changelog + +Generated at release time from the diff between the previous and current +build. Tool changes are listed individually; everything else is summarised +by area. + +## v1.53.0 — 2026-09-02 + +### Also in this release + +- Dependencies: `package-lock.json` +- Distribution manifests: `server.json` + +## v1.52.2 — 2026-09-01 + +No changes to the published artifact. + +## v1.52.1 — 2026-09-01 + +### Also in this release + +- Dependencies: `package-lock.json` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` + +## v1.52.0 — 2026-08-28 + +### Also in this release + +- Release automation: `.github/workflows/build-release.yaml` +- Documentation: `README.md` +- Distribution manifests: `gemini-extension.json`, `server.json` +- Dependencies: `package-lock.json`, `package.json` +- Bundled agent skills: `skills/headless/entry/bootstrap.mjs` + +## v1.51.1 — 2026-08-27 + +### Tools + +- Changed the description and input schema of `VPS_replaceAllFirewallRulesInGroupV1` + +### Also in this release + +- Documentation: `README.md` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` +- Build and packaging: `types.d.ts` + +## v1.51.0 — 2026-08-27 + +### Tools + +- Updated the title and annotations of 372 tools (all) + +### Also in this release + +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` + +## v1.50.0 — 2026-08-27 + +### Tools + +- Added `VPS_replaceAllFirewallRulesInGroupV1` + +### Also in this release + +- Documentation: `README.md` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` +- Build and packaging: `types.d.ts` + +## v1.49.0 — 2026-08-27 + +### Also in this release + +- Dependencies: `package-lock.json` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` + +## v1.48.0 — 2026-08-26 + +### Tools + +- Added `hosting_listNode_jsEnvironmentVariablesV1` +- Added `hosting_replaceNode_jsEnvironmentVariablesV1` + +### Also in this release + +- Documentation: `README.md` +- Dependencies: `package-lock.json` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` +- Build and packaging: `types.d.ts` + +## v1.47.0 — 2026-08-25 + +### Also in this release + +- Release automation: `.github/workflows/build-release.yaml` From 66c209bf81e97439fc7a71b0a1294d7b9007b417 Mon Sep 17 00:00:00 2001 From: Aurimas Butkus Date: Thu, 3 Sep 2026 10:01:14 +0300 Subject: [PATCH 2/3] docs: extend the changelog backfill through v1.53.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e0aa8..149125f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ Generated at release time from the diff between the previous and current build. Tool changes are listed individually; everything else is summarised by area. +## v1.53.1 — 2026-09-03 + +### Tools + +- Added `reach_createADraftCampaignV1` — Create a draft campaign +- Added `reach_listEmailTemplatesV1` — List email templates +- Added `reach_createAnEmailTemplateV1` — Create an email template + +### Also in this release + +- Documentation: `README.md` +- Dependencies: `package-lock.json` +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` +- Build and packaging: `types.d.ts` + ## v1.53.0 — 2026-09-02 ### Also in this release From 0ca3898670bb2e41dcf4bc11b448c739fee13f9a Mon Sep 17 00:00:00 2001 From: Aurimas Butkus Date: Thu, 3 Sep 2026 10:12:41 +0300 Subject: [PATCH 3/3] docs: extend the changelog backfill through v1.54.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 149125f..5e9c365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Generated at release time from the diff between the previous and current build. Tool changes are listed individually; everything else is summarised by area. +## v1.54.0 — 2026-09-03 + +### Tools + +- Changed the input schema of `agency-hosting_createANewWebsiteV1` + +### Also in this release + +- Request handling and authentication: `src/core/runtime.js`, `src/core/runtime.ts` +- Build and packaging: `types.d.ts` + ## v1.53.1 — 2026-09-03 ### Tools