Skip to content

Commit c9a403d

Browse files
chore(main): release 1.47.0
1 parent 775078e commit c9a403d

6 files changed

Lines changed: 72 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.46.3"
2+
".": "1.47.0"
33
}

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,67 @@
2121
* **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))
2222
* **deps:** lock file maintenance ([#339](https://github.com/dallay/agentsync/issues/339)) ([ff355dc](https://github.com/dallay/agentsync/commit/ff355dcea9fecf689c0e205b5fed24b494546632))
2323

24+
## [1.47.0](https://github.com/dallay/agentsync/compare/v1.46.3...v1.47.0) (2026-08-02)
25+
26+
27+
### Features
28+
29+
* add Claude Desktop MCP server syncing ([91900a9](https://github.com/dallay/agentsync/commit/91900a98ce2e8667929d5b3995a28543d6c12882))
30+
* add Claude Desktop MCP server syncing ([2c1483e](https://github.com/dallay/agentsync/commit/2c1483e96f5435c092fc863b1ac94cbbeddafaf7))
31+
* **init:** add --template flag and XDG user config template support ([7039eaa](https://github.com/dallay/agentsync/commit/7039eaa254183d1a5542895443bd86e99905aab9)), closes [#478](https://github.com/dallay/agentsync/issues/478)
32+
33+
34+
### Bug Fixes
35+
36+
* **ci:** update vulnerable deps and codecov action ([f27bf06](https://github.com/dallay/agentsync/commit/f27bf0659acb1f8584301674c1806306d1ad7e04))
37+
* **deps:** update dependency sharp to ^0.35.0 [security] ([fa05a66](https://github.com/dallay/agentsync/commit/fa05a66310759ae64c6f623d1ed6ddc57836eb66))
38+
* **deps:** update dependency sharp to ^0.35.0 [security] ([2a56fcd](https://github.com/dallay/agentsync/commit/2a56fcd236169d8285119f680223a227291f6558))
39+
* **init:** eliminate env var race in resolve_user_config_path tests ([424fc16](https://github.com/dallay/agentsync/commit/424fc166ee443511341592b24b06b5e46b3d5fa4))
40+
* **security:** harden skill ID validation and installation paths ([b719ccd](https://github.com/dallay/agentsync/commit/b719ccd44a9404c206d2d84740431c1cee9d887d))
41+
* **security:** harden skill ID validation and installation paths ([517e39d](https://github.com/dallay/agentsync/commit/517e39d6ec6754ac37d8a8908e0ab395380e5cfe))
42+
* **security:** prevent symlink following in skill updates ([c479ae4](https://github.com/dallay/agentsync/commit/c479ae430d2ea2a8b028551f57c2403b04e855e0))
43+
* **security:** prevent symlink following in skill updates ([dea4ed8](https://github.com/dallay/agentsync/commit/dea4ed88dec0ed5a3ba3f650a499815105d29c86))
44+
45+
46+
### Performance
47+
48+
* optimize linker caches, allocations, and NestedGlob discovery ([4bf3e6f](https://github.com/dallay/agentsync/commit/4bf3e6f46d84e96c5b0c7aaca10ffb85abff59ea))
49+
* optimize linker caches, allocations, and NestedGlob discovery ([2344075](https://github.com/dallay/agentsync/commit/2344075178d0b6f7bbfd5fa389b6ab6dd5b600c3))
50+
* optimize package.json dependency parsing ([aab87fc](https://github.com/dallay/agentsync/commit/aab87fcaac41b5f515993b0583b2499b72f6e4e6))
51+
* optimize package.json dependency parsing ([f18ba7f](https://github.com/dallay/agentsync/commit/f18ba7f9130d15a5002c041a52b42641eacdcfa1))
52+
* optimize technology detection performance and memory efficiency ([8dfc25f](https://github.com/dallay/agentsync/commit/8dfc25f1641fa7e8f73fd0e007f75db2662688be))
53+
* Optimize technology detection performance and memory efficiency ([917bd11](https://github.com/dallay/agentsync/commit/917bd113e308603a9e4f61bd3c6976eb57d2be3b))
54+
55+
56+
### Documentation
57+
58+
* add Claude Desktop to MCP guide and configuration reference ([21b437f](https://github.com/dallay/agentsync/commit/21b437fdf0dca55fcf24ce7b1f96638dc132a34f))
59+
* **journal:** fix formatting in symlink vulnerability entry ([32b2754](https://github.com/dallay/agentsync/commit/32b2754871dfe8d034afec19ac1c0fed1c438da9))
60+
* update technology detection markers and confidence logic ([32f527f](https://github.com/dallay/agentsync/commit/32f527f34d48db6cbe80ea147400a85edcd6eb62))
61+
62+
63+
### Styles
64+
65+
* cargo fmt + update Cargo.lock with dirs dependency ([f05b110](https://github.com/dallay/agentsync/commit/f05b110266028b4f0befebc607568a9c1530cdeb))
66+
67+
68+
### Code Refactoring
69+
70+
* **init:** address review findings ([6308c79](https://github.com/dallay/agentsync/commit/6308c79468f80a22269940b7a76a2da42efad856))
71+
* **mcp:** harden config_path against misuse on global agents ([2197bd8](https://github.com/dallay/agentsync/commit/2197bd8a370191adae889c9450adc98e92bc108a))
72+
73+
74+
### Tests
75+
76+
* **security:** strengthen symlink skip assertion in update test ([c807735](https://github.com/dallay/agentsync/commit/c807735f47a83f7513bf9d005e8419c2ba80de04))
77+
78+
79+
### Chores
80+
81+
* **deps:** bump the npm_and_yarn group across 4 directories with 5 updates ([830db56](https://github.com/dallay/agentsync/commit/830db56a558374928ffe21e1ef2e29fb51a0f158))
82+
* fix biome formatting in GitHub rulesets ([ea39d6a](https://github.com/dallay/agentsync/commit/ea39d6a19c22179cbf4f032be6a939445ba409f3))
83+
* migrate biome schema to 2.4.15 and fix lint issues ([a499745](https://github.com/dallay/agentsync/commit/a499745918123cedb4bf5549c7907f5202a94e54))
84+
2485
## [1.46.3](https://github.com/dallay/agentsync/compare/v1.46.2...v1.46.3) (2026-05-26)
2586

2687

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentsync"
3-
version = "1.46.3"
3+
version = "1.47.0"
44
edition = "2024"
55
rust-version = "1.89"
66
description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links."

npm/agentsync/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dallay/agentsync",
3-
"version": "1.46.3",
3+
"version": "1.47.0",
44
"description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.",
55
"author": "Yuniel Acosta <yunielacosta738@gmail.com>",
66
"license": "MIT",
@@ -48,12 +48,12 @@
4848
"typescript": "^6.0.3"
4949
},
5050
"optionalDependencies": {
51-
"@dallay/agentsync-darwin-arm64": "1.46.3",
52-
"@dallay/agentsync-darwin-x64": "1.46.3",
53-
"@dallay/agentsync-linux-arm64": "1.46.3",
54-
"@dallay/agentsync-linux-x64": "1.46.3",
55-
"@dallay/agentsync-windows-arm64": "1.46.3",
56-
"@dallay/agentsync-windows-x64": "1.46.3"
51+
"@dallay/agentsync-darwin-arm64": "1.47.0",
52+
"@dallay/agentsync-darwin-x64": "1.47.0",
53+
"@dallay/agentsync-linux-arm64": "1.47.0",
54+
"@dallay/agentsync-linux-x64": "1.47.0",
55+
"@dallay/agentsync-windows-arm64": "1.47.0",
56+
"@dallay/agentsync-windows-x64": "1.47.0"
5757
},
5858
"engines": {
5959
"node": ">=18"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"@biomejs/biome": "2.4.15",
3131
"lefthook": "^2.1.6"
3232
},
33-
"version": "1.46.3"
33+
"version": "1.47.0"
3434
}

0 commit comments

Comments
 (0)