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 @@
{
".": "1.45.2"
".": "1.45.3"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@
* **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.45.3](https://github.com/dallay/agentsync/compare/v1.45.2...v1.45.3) (2026-05-14)


### Bug Fixes

* **security:** prevent path traversal in NestedGlob search root ([4ab7550](https://github.com/dallay/agentsync/commit/4ab75508f1353d831cb86b75c7c89da2088ac5c3))
* **test:** escape backslashes in absolute path TOML string for Windows compatibility ([b20a90f](https://github.com/dallay/agentsync/commit/b20a90f69501a437f96ee330c129ae31094c780a))


### Performance

* optimize file extension discovery in technology detection ([623a3e8](https://github.com/dallay/agentsync/commit/623a3e85f2daaab49f56c05e2ade70817fc87c7e))
* unify nested project discovery and metadata collection in technology detection ([b2248eb](https://github.com/dallay/agentsync/commit/b2248ebcf3b56b1e24f2f3e6480296593f811929))


### Documentation

* fix CLI reference drift and missing flags ([dafd051](https://github.com/dallay/agentsync/commit/dafd051d368cb2ba4c111b41191dba49339e5dde))

## [1.45.2](https://github.com/dallay/agentsync/compare/v1.45.1...v1.45.2) (2026-05-11)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agentsync"
version = "1.45.2"
version = "1.45.3"
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."
Expand Down
14 changes: 7 additions & 7 deletions npm/agentsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dallay/agentsync",
"version": "1.45.2",
"version": "1.45.3",
"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 <yunielacosta738@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -48,12 +48,12 @@
"typescript": "^6.0.3"
},
"optionalDependencies": {
"@dallay/agentsync-darwin-arm64": "1.45.2",
"@dallay/agentsync-darwin-x64": "1.45.2",
"@dallay/agentsync-linux-arm64": "1.45.2",
"@dallay/agentsync-linux-x64": "1.45.2",
"@dallay/agentsync-windows-arm64": "1.45.2",
"@dallay/agentsync-windows-x64": "1.45.2"
"@dallay/agentsync-darwin-arm64": "1.45.3",
"@dallay/agentsync-darwin-x64": "1.45.3",
"@dallay/agentsync-linux-arm64": "1.45.3",
"@dallay/agentsync-linux-x64": "1.45.3",
"@dallay/agentsync-windows-arm64": "1.45.3",
"@dallay/agentsync-windows-x64": "1.45.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"@biomejs/biome": "2.4.13",
"lefthook": "^2.1.6"
},
"version": "1.45.2"
"version": "1.45.3"
}
Loading