From 6585a6a2a2cb58ebe4c4215b66172393d1c9f45f Mon Sep 17 00:00:00 2001 From: "dallay-bot[bot]" <172063952+dallay-bot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 13:57:25 +0000 Subject: [PATCH] chore(main): release 1.50.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 66 +++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/agentsync/package.json | 14 ++++---- package.json | 2 +- 6 files changed, 77 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91ea61ad..95ff70ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.49.1" + ".": "1.50.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96015b68..cad73166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,72 @@ * **deps:** bump rand in the cargo group across 1 directory ([#345](https://github.com/dallay/agentsync/issues/345)) ([c8a6877](https://github.com/dallay/agentsync/commit/c8a68778d1308d2d9c797db51ce697c02169757a)) * **deps:** lock file maintenance ([#339](https://github.com/dallay/agentsync/issues/339)) ([ff355dc](https://github.com/dallay/agentsync/commit/ff355dcea9fecf689c0e205b5fed24b494546632)) +## [1.50.0](https://github.com/dallay/agentsync/compare/v1.49.1...v1.50.0) (2026-09-22) + + +### Features + +* add deterministic plugin materialization ([#578](https://github.com/dallay/agentsync/issues/578)) ([182103f](https://github.com/dallay/agentsync/commit/182103fca811a25c57748b6d2a6b2ae346a0546c)) +* add Z-Code and MiniMax support ([edfcf5f](https://github.com/dallay/agentsync/commit/edfcf5f3dd4933073347fc65cec703c680c4ae92)) +* add Z-Code and MiniMax support ([#600](https://github.com/dallay/agentsync/issues/600)) ([c588bd6](https://github.com/dallay/agentsync/commit/c588bd6ec0f7455ff914531ceda209312cde3249)) +* require approval for plugin MCP distribution ([#598](https://github.com/dallay/agentsync/issues/598)) ([f5154df](https://github.com/dallay/agentsync/commit/f5154dfa2411ccca3fd823946315f670b488e0e4)) +* restore locked plugin snapshots on clean clone ([#597](https://github.com/dallay/agentsync/issues/597)) ([b2a338f](https://github.com/dallay/agentsync/commit/b2a338fe42758a501defc4e89d95a32c83a192c5)) +* **skills:** use curated database skill sources ([#557](https://github.com/dallay/agentsync/issues/557)) ([7465d92](https://github.com/dallay/agentsync/commit/7465d920b6c801b17c232e551a954041890c60f9)) + + +### Bug Fixes + +* **ci:** restore deterministic catalog E2E source checkout ([#572](https://github.com/dallay/agentsync/issues/572)) ([2cad534](https://github.com/dallay/agentsync/commit/2cad5345959f9bc299bde34d176c90e4eb82a55f)) +* **ci:** stabilize npm release and catalog e2e workflows ([#550](https://github.com/dallay/agentsync/issues/550)) ([c9a047f](https://github.com/dallay/agentsync/commit/c9a047f8f4e8537cd28a5e016521b5d7fe23bba0)) +* harden repository plugin materialization ([#596](https://github.com/dallay/agentsync/issues/596)) ([4e768bd](https://github.com/dallay/agentsync/commit/4e768bd2b282854c38d55ac7bab8f98accc0ff77)) +* **security:** enforce 10MB file size limit on config loading ([#588](https://github.com/dallay/agentsync/issues/588)) ([2459130](https://github.com/dallay/agentsync/commit/24591307e7b636c2455c7b5a19a72bd86e17ff1f)) +* update h2 security patch ([b626f20](https://github.com/dallay/agentsync/commit/b626f20811ad97c537db3276dbc5f03ff07eaaeb)) + + +### Documentation + +* **sdd:** archive migrate-catalog-skills-phase1 change artifacts ([a790f58](https://github.com/dallay/agentsync/commit/a790f5897b6e4265f03c307c77df9c0515a6d1f4)) +* **sdd:** record Phase 1 acceptance QA ([#560](https://github.com/dallay/agentsync/issues/560)) ([a77d9fe](https://github.com/dallay/agentsync/commit/a77d9fecadd8d58c06136c55c4e80f0ca3a75203)) +* **sdd:** record Phase 1 verification evidence ([#559](https://github.com/dallay/agentsync/issues/559)) ([c7a2c22](https://github.com/dallay/agentsync/commit/c7a2c2254548c9b1dabdeea2030daabec24d4449)) +* update CLI and configuration reference documentation ([#587](https://github.com/dallay/agentsync/issues/587)) ([9c06da4](https://github.com/dallay/agentsync/commit/9c06da451cf4878623d8a2802f714077f7136487)) + + +### Continuous Integration + +* fix Renovate dependency lookup failure in stale.yml ([#581](https://github.com/dallay/agentsync/issues/581)) ([7102a4d](https://github.com/dallay/agentsync/commit/7102a4d56da001b173bea6644179e31132242de9)) +* **workflows:** trigger CI on stacked-PR branches ([#562](https://github.com/dallay/agentsync/issues/562)) ([97df9d2](https://github.com/dallay/agentsync/commit/97df9d27960fc5f9f8e98033f8d9c5ea67fca8b5)) + + +### Tests + +* add plugin acceptance harness ([65c8602](https://github.com/dallay/agentsync/commit/65c8602857f17933dcb756553c873921a294db8d)) +* add plugin clean-clone acceptance harness ([#599](https://github.com/dallay/agentsync/issues/599)) ([cbe6e92](https://github.com/dallay/agentsync/commit/cbe6e92c6c95563c09e870015b29774cd9aa40db)) +* **skills:** add Phase 1 CLI acceptance harness ([#558](https://github.com/dallay/agentsync/issues/558)) ([22e9122](https://github.com/dallay/agentsync/commit/22e91224d9972b84bde7fd1ec1c8ee4c33ac1044)) + + +### Chores + +* **deps:** group @dallay/agentsync updates in Renovate ([#554](https://github.com/dallay/agentsync/issues/554)) ([564c8f0](https://github.com/dallay/agentsync/commit/564c8f06798c746b36c1cea7d7b0dcc557d1a8c6)) +* **deps:** lock file maintenance ([#553](https://github.com/dallay/agentsync/issues/553)) ([93f45d7](https://github.com/dallay/agentsync/commit/93f45d7e91f7215bafc5576791ea69ca38283ade)) +* **deps:** lock file maintenance ([#565](https://github.com/dallay/agentsync/issues/565)) ([b4783aa](https://github.com/dallay/agentsync/commit/b4783aa93d1788aaae35f34837c652f19a9207ae)) +* **deps:** update actions/deploy-pages digest to 368f825 ([#590](https://github.com/dallay/agentsync/issues/590)) ([99a0a7e](https://github.com/dallay/agentsync/commit/99a0a7e880478e4852647928b53c50d584417b24)) +* **deps:** update codecov/codecov-action digest to 303a32d ([#601](https://github.com/dallay/agentsync/issues/601)) ([b8dd86c](https://github.com/dallay/agentsync/commit/b8dd86ca658d9d71992fc91d37a046799e48de4c)) +* **deps:** update dependency @biomejs/biome to v2.5.10 ([#579](https://github.com/dallay/agentsync/issues/579)) ([d71ba7a](https://github.com/dallay/agentsync/commit/d71ba7a8bf388bc5b7dab0f197a171de26ca15ea)) +* **deps:** update dependency @biomejs/biome to v2.5.7 ([#551](https://github.com/dallay/agentsync/issues/551)) ([c5235a4](https://github.com/dallay/agentsync/commit/c5235a4528b34b332b0ea21a79b2a77fd3957f84)) +* **deps:** update dependency @biomejs/biome to v2.5.8 ([#563](https://github.com/dallay/agentsync/issues/563)) ([67d0dbf](https://github.com/dallay/agentsync/commit/67d0dbf936ce1364c8996bfe7beda68b16510f10)) +* **deps:** update dependency @iconify/json to v2.2.518 ([#570](https://github.com/dallay/agentsync/issues/570)) ([fdc6375](https://github.com/dallay/agentsync/commit/fdc6375ed7bf05947297e5742157d7f7e08c0467)) +* **deps:** update dependency @iconify/json to v2.2.530 ([#583](https://github.com/dallay/agentsync/issues/583)) ([e778d6c](https://github.com/dallay/agentsync/commit/e778d6cfb991391a58a060fad599619d0f1291ec)) +* **deps:** update dependency astro to v7.2.4 ([#564](https://github.com/dallay/agentsync/issues/564)) ([8edd7a5](https://github.com/dallay/agentsync/commit/8edd7a57f5f92db493dcceed1ae6cd3b7adb2101)) +* **deps:** update dependency sharp to v0.35.4 [security] ([#594](https://github.com/dallay/agentsync/issues/594)) ([95be4d3](https://github.com/dallay/agentsync/commit/95be4d35845fe529d6afd9d164c247fa517cf189)) +* **deps:** update devdependencies ([#592](https://github.com/dallay/agentsync/issues/592)) ([c6982d1](https://github.com/dallay/agentsync/commit/c6982d156419c414d52b2242ff8f30e21fe9697e)) +* **deps:** update dtolnay/rust-toolchain digest to 6c977a6 ([#568](https://github.com/dallay/agentsync/issues/568)) ([1200ec4](https://github.com/dallay/agentsync/commit/1200ec428be0a88d4ac5d601d8e145799846aeb8)) +* **deps:** update github actions ([#566](https://github.com/dallay/agentsync/issues/566)) ([ea72eb5](https://github.com/dallay/agentsync/commit/ea72eb5135d68c8e30b16fd32a5f229dcea74738)) +* **deps:** update github actions ([#584](https://github.com/dallay/agentsync/issues/584)) ([963b468](https://github.com/dallay/agentsync/commit/963b468747ba9c10fed1ba146762275968e58c89)) +* **deps:** update node.js to v24.21.0 ([#582](https://github.com/dallay/agentsync/issues/582)) ([e828d25](https://github.com/dallay/agentsync/commit/e828d2548d6c46849b03d76ceb6f5222c7e008d0)) +* **deps:** update rust crate toml_edit to 0.25.0 ([#580](https://github.com/dallay/agentsync/issues/580)) ([d7a6518](https://github.com/dallay/agentsync/commit/d7a6518a28acf409d5a7dd80c54b565aa3bd90ec)) +* **deps:** update rust docker tag to v1.98 ([#571](https://github.com/dallay/agentsync/issues/571)) ([939af05](https://github.com/dallay/agentsync/commit/939af05f4ab919ec1ee3234190fbfa99e810248b)) +* phase 1 ([1b49e6c](https://github.com/dallay/agentsync/commit/1b49e6cf52ff9c4c8f15717ee2861dc9c8497286)) + ## [1.49.1](https://github.com/dallay/agentsync/compare/v1.49.0...v1.49.1) (2026-08-11) diff --git a/Cargo.lock b/Cargo.lock index cec26625..4ca1d36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.49.1" +version = "1.50.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d1e85d1a..0c81712a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.49.1" +version = "1.50.0" edition = "2024" rust-version = "1.89" description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links." diff --git a/npm/agentsync/package.json b/npm/agentsync/package.json index 5a773bd7..3fcdc278 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.49.1", + "version": "1.50.0", "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.", "author": "Yuniel Acosta ", "license": "MIT", @@ -48,12 +48,12 @@ "typescript": "^7.0.0" }, "optionalDependencies": { - "@dallay/agentsync-darwin-arm64": "1.49.1", - "@dallay/agentsync-darwin-x64": "1.49.1", - "@dallay/agentsync-linux-arm64": "1.49.1", - "@dallay/agentsync-linux-x64": "1.49.1", - "@dallay/agentsync-windows-arm64": "1.49.1", - "@dallay/agentsync-windows-x64": "1.49.1" + "@dallay/agentsync-darwin-arm64": "1.50.0", + "@dallay/agentsync-darwin-x64": "1.50.0", + "@dallay/agentsync-linux-arm64": "1.50.0", + "@dallay/agentsync-linux-x64": "1.50.0", + "@dallay/agentsync-windows-arm64": "1.50.0", + "@dallay/agentsync-windows-x64": "1.50.0" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index ed51a5d4..85976f8d 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@biomejs/biome": "2.5.14", "lefthook": "^2.1.6" }, - "version": "1.49.1" + "version": "1.50.0" }