Skip to content
Merged
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.42.2"
".": "1.42.3"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
* **deps:** update docker/login-action action to v4.1.0 ([#295](https://github.com/dallay/agentsync/issues/295)) ([4fb81a5](https://github.com/dallay/agentsync/commit/4fb81a58ee3412fc85d045b5b662cca25017ca79))
* **deps:** update rust crate zip to v8.5.0 ([#285](https://github.com/dallay/agentsync/issues/285)) ([56b5cef](https://github.com/dallay/agentsync/commit/56b5cef976b16aab53b55ea16cc0183f93b10274))

## [1.42.3](https://github.com/dallay/agentsync/compare/v1.42.2...v1.42.3) (2026-04-06)


### Bug Fixes

* **install:** cleanup download.tmp after extracting remote skill archives ([7344cc4](https://github.com/dallay/agentsync/commit/7344cc4c2e83b4d0edea0595d7312399c3f33600))
* **install:** cleanup download.tmp after extracting remote skill archives ([#330](https://github.com/dallay/agentsync/issues/330)) ([d9ddad8](https://github.com/dallay/agentsync/commit/d9ddad8d018b6db1777167c5311d62b19039b86c))


### Documentation

* improve formatting and clarity in documentation files ([90c6d9b](https://github.com/dallay/agentsync/commit/90c6d9b1a678cdb9d429e92264bb12ff556d0215))

## [1.42.2](https://github.com/dallay/agentsync/compare/v1.42.1...v1.42.2) (2026-04-06)


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.42.2"
version = "1.42.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.42.2",
"version": "1.42.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.0"
},
"optionalDependencies": {
"@dallay/agentsync-darwin-arm64": "1.42.2",
"@dallay/agentsync-darwin-x64": "1.42.2",
"@dallay/agentsync-linux-arm64": "1.42.2",
"@dallay/agentsync-linux-x64": "1.42.2",
"@dallay/agentsync-windows-arm64": "1.42.2",
"@dallay/agentsync-windows-x64": "1.42.2"
"@dallay/agentsync-darwin-arm64": "1.42.3",
"@dallay/agentsync-darwin-x64": "1.42.3",
"@dallay/agentsync-linux-arm64": "1.42.3",
"@dallay/agentsync-linux-x64": "1.42.3",
"@dallay/agentsync-windows-arm64": "1.42.3",
"@dallay/agentsync-windows-x64": "1.42.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 @@ -24,5 +24,5 @@
"@dallay/agentsync": "catalog:",
"lefthook": "^2.1.4"
},
"version": "1.42.2"
"version": "1.42.3"
}
Loading